JoinLogger
Spice up your server! Tweak the messages for when friends hop in or wave goodbye. Make it uniquely yours ;)
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
JoinLogger
Spice up your server! Tweak the messages for when friends hop in or wave goodbye. Make it uniquely yours ;)
You can: - Change the the join/leave message in the config.yml when you put the plugin on the server and restart

- Set the join tittle to true or false + you can also change the title and subtitle in the config.yml

- You can set the join fireworks to true or false + you can change the type, power, color of the firework!

- You can use color codes for messages/titles - We will update the plugin in the future so be sure to join our discord :)
Commands
- /config reload (reloads the config) - /config grep (shows you the config ingame)
Permissions
- JoinLogger.admin.config.getConfig (to get the config) - JoinLogger.admin.config.reload (to reload the config)
Config
```
<--------------------------------------------------------------------------->
< JoinLogger config file >
<--------------------------------------------------------------------------->
< Our discord https://discord.gg/NUKknRGkmB >
<--------------------------------------------------------------------------->
Enable/Disable join and leave features
Join-message: true Leave-message: true
Placeholders:
%player%
& (color codes)
&r (resets color/type)
Leave message:
LeaveMSG: '&b&l%player% left this server'
Join message:
JoinMSG: '&b&l%player% joined this server'
Set if there spawns a firework when you join!
FireworkOnJoin: true FireworkPower: 1 # Max 3 FireworkColor: 'RED' # Possible colors: [RED | BLUE | AQUA | YELLOW | PURPLE | LIME | BLACK | MAROON | GREEN] FireworkType: 'STAR' # Possible Types: [STAR | CREEPER | BURST | BALL_LARGE]
If set to false, you won't get a title when you join
JoinTitle: true
Set the title & subtitle
You can also use color codes
Title: 'Hello' Subtitle: '%player%'
fadeInTitle: 20 stayInTitle: 100 fadeOutTitle: 20
20 = 1 second
```