Reenabling toast command as now it is working properly
Small additional fix for json and hex color handling when you have multiple colors stacked in a row
Added only (Might be trimmed down to like 10% of that, but as i converted some library in a bulk, for time being we can have all of them) 1566 colors which can be recognized by color name, so now you can use {#pink} or {#brown} or {#can_can} (yea, its a color) to define color of a text instead of remembering color codes
Some what fix/workaround to address issue with 1.16 introduced chat delay feature which breaks some of the chat messages which should show multiple chat lines in one go but with chat delay enabled its trying to show one by one with delay between them which breaks everything. Now for time being majority of messages got redirected throw json packets which bypass chat delay.
Fixing small issue with %cmi_bungee_current_[serverName]% when it cant detect server and returned empty field instead of 0 as a result
Fixing issue with give command when you have item tag which contains spaces in it
Fixing version checking issue when it would suggest you to donwload new version which is lower than you already have. This was caused by spigotmc not updating its cache fast enough to provide new plugin version
Shortened new version message and converted it into hover over message for cleaner look
Added missing comment line for list-> groups: locale section to properly explain how we should utilize it.
Reenabled option to colorize books in 1.16+ servers
Added extra fail check when we are trying to recognize world which was removed during server run and yet we have saved location from it
Fix for nameplate module not processing name plates properly when its module is disabled.