New command /cmi openbook (cText) (playerName) which will open cText in a book UI. Or it could open book in general without need to click it in your inventory if cText is not provided and you are holding a book (offhand works too, but main hand is prioritized). it does support hover over or clickable texts made by ctext.
Small fix related to portal destination setting while having it on bungee network
Added option to include fake economy accounts into baltop. This should include accounts made by other plugins for things like town banks and similar which got marked as fake accounts and they are excluded from baltop by default.
Small fix for distance command when trying to measure the distance between different worlds
Small fix which could have prevented player display name being updated when needed
Some adjustments when we are trying to get players displayname when he is offline. This should prevent from player data being loaded when we don't really need it.
Added error catcher for DiscordSRV in case you have some weird old version that doesn't have needed classes. This will disable support for DiscordSRV automatically until server/plugin reload and will inform about the issue.
Fix for moneyLog not recording correctly new balance when performing /money set command. Printed out 0 instead of new balance
Fix for moneylog recording pleayer balance being set each time player joins server if you have enabled loadOnJoin option.
Now moneyLog will be put into a dedicated folder and you will get new file each day to have smaller files which can be handled in allot simpler way
Some changes for tablist grouped format handling. Now you can remove sections you don't need which will result in them not being displayed entirely.
Added option to take tablist header, footer or playerName from generalFormat if you dint defined them in groupFormat. This will minimize file and simply things if you simply want to change one of those things while keeping everything else at one general format.
Some base optimizations when dealing with offline player information. Nothing too interesting, but still optimization.