Fix for blocknbt not working properly on 1.13 servers due to changed method name in Minecraft API(ish)
Now blockinfo will show special information about note block's
Small tweak for autorespawn which could prevent this feature to work on none spigot platforms
Small fix for status command and ram number. Forgot to divide it into more reasonable numbers instead of showing it in KB...
Small fix for button colorization for cplaytime command GUI in 1.13 servers
Small fix for issue when player data been loaded and failing to determine glow color
Fix for item into chat not showing custom item name while hovering over text. Again 1.13+ servers issue
Now item into chat feature will work in private messages
New command /cmi togglecompass which will toggle boss bar compass on and off. Its still should be enabled in config file.
Added options to define compass look and change its color and special icons
Small change to address issue with hover over mesages line spliting error
Now players will not have option to tab complete to alias command if they don't have permission node to base command. In example /heal is no longer work with tabcomplete if player doesn't have /cmi heal access. Keep in mind that even if player gets access to that command, tabcomplete will only be accessible after player rejoins server (looking for solution). Disabled by default.