Added ability to change join / leave sounds per player and to toggle sounds & firework per player.
DonatorJoin+ v2.3.0
Changelog:
Recoded big parts of the code
Slightly changed the BungeeCord version (command is now /bdjp)
Moved messages from config.yml to messages.yml in the Spigot version
Made the help message configurable
Added /djp joinsound (sound) [player]
Added /djp leavesound (sound) [player]
Added /djp togglesound [player]
Added /djp togglefirework [player]
How to update?
Remove the messages section from your config.yml. This is now moved to messages.yml!
Add this section to your config.yml file (manually):
Code (Text):
# This is for the /djp joinsound & /djp leavesound commands.
# Here you can whitelist or blacklist certain sounds from being used.
sounds:
# blacklist mode = all sounds you add to this list will be FORBIDDEN
# whitelist mode = all sounds you add to this list will be ALLOWED
mode: WHITELIST
# Sounds that you can use can be found here:
# https://github.com/dieterblancke/DonatorJoinPlus/blob/master/spigot/src/main/java/com/dbsoftwares/djp/spigot/utils/XSound.java#L70-L883
list:
- 'BLOCK_NOTE_BLOCK_BELL'