Hey people,
in this update, I changed lots of things.
Here is a list which should explain everything:
- If a command is disabled in the config, then it will no longer exist.
- Because of this feature, the plugin does no longer override other commands (if they are disabled in the config.yml)
- If you disable every command in the config, then there will be no commands from this plugin.
- It's like if they never existed
- Be aware, that this will only work to 100% correctly if you reload the server and don't use /bsbreload
- You can still use /bsbreload, but if you disable a command without reloading using the right command, it will still show in the TabComplete block above the chat, but won't work
- Just /reload after you finished the config.yml
- You can now enter 3 different types of name from the players
- The example here is the chatMessage formatter. This is the default value
Code (Text):
chatMessage:
format: '&8%playerRankName%&8&7: &8%message%'
useColorCodesPermission: b2b2.chat.colorcodes
In the default config there is %playerRankName%: %message% now, you can replace %playerRankName% with one of those 3
- %playerName%
will show the default player name
- %playerDipslayName%
will show the player display nick (a modified name, which has nothing to do with the default name. A player can change this
- %playerRankName%
this will show the players displayName between the prefix and suffix from the section "rankPrefixAndSuffix"
- Now added the command /nick
- Enter /nick and name after it and this name will be your nickname
- Enter /nick without a name which will reset your name
- Updated the update checker
- The update checker now only will print a message if there is an update
- The data.yml was moved in a subfolder called "data" and the file was renamed to data.bsb
- be aware of that and change the file name and move