1. Added support for RGB colors for messages {#000000}
2. Fixed a bug when the player's nickname was whitelisted in the config, then data was still written in the log.yml file, now this will not happen, and it will work fine.
3. Also added two functions Messages (warning), which will be in the console when you use a server version below 1.16, such a message will be:
Code (YAML):
#Messages that your server does not support RGB colors, these messages can be disabled enable-color-warning: false
color-warning
:
- ''
- '&cRGB colors only work with version &61.16 &cand higher.'
- '&cBut the plugin will work!'
- '&cServer and kernel version
:
&6%server-version% &c
(
%server-implementation% %server-full-version%)'
- ''
4. And also the second setting for disabling this message (warning) in the console, here it is:
Code (YAML):
#Messages that your server does not support RGB colors
#Сообщения о том что ваш сервер не поддерживает RGB цвета
enable-color-warning
: true
It will be enabled by default.
You don't need to add it all, the plugin will do it all!
5. I ran the plugin on 1.20, it seems to work fine