Bungeecord join message

Status
This thread has been locked.

Niko302

Premium
Feedback score
20
Posts
194
Reactions
21
Resources
6
What I need.
CONFIG.YML
announcement-delay: 1000
scheduler-run-timer: 2000
custom-join-message: '&2&l+ &6{PLAYER}'
custom-quit-message: '&4&l- &6{PLAYER}'
announce-format: '&8&l[&c&lALERT&8&l] &6Welcome &e{PLAYER}&6 to &6DogeCraft!'
+ MYSQL support

data folder storing people that have joined and marking them so they do not get the announce-format ever again displayed for them.

Why do I need this plugin ?
Well I got it done but its pure trash to be honest. it literally stores data in the config.yml and I want it to be as efficient as possible.
Why are the delays needed ?
Because we don't want banned players to be seen as "joining and leaving thus creating spam"


Add me on discord
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

ZoiBox

Java dev & Setup Specialist
Supreme
Feedback score
3
Posts
754
Reactions
228
Resources
0
My not mongodb, mysql is a pain in the ass
 

Wifa

Feedback score
1
Posts
90
Reactions
1
Resources
0
If you’re still in need of this feel free to add me on discord @Wifa#9264
 

PryPurity

Server Network Owner - Plugin Dev
Supreme
Feedback score
6
Posts
58
Reactions
40
Resources
0
What I need.
CONFIG.YML
announcement-delay: 1000
scheduler-run-timer: 2000
custom-join-message: '&2&l+ &6{PLAYER}'
custom-quit-message: '&4&l- &6{PLAYER}'
announce-format: '&8&l[&c&lALERT&8&l] &6Welcome &e{PLAYER}&6 to &6DogeCraft!'
+ MYSQL support

data folder storing people that have joined and marking them so they do not get the announce-format ever again displayed for them.

Why do I need this plugin ?
Well I got it done but its pure trash to be honest. it literally stores data in the config.yml and I want it to be as efficient as possible.
Why are the delays needed ?
Because we don't want banned players to be seen as "joining and leaving thus creating spam"


Add me on discord

Why not just check if the player has joined before? and if they haven't then play it, if they are returning, play something else?
 
Status
This thread has been locked.
Top