Fix related to turning off nickname but its not updating properly in tablist right away
Fix for placeholder error appearing in some situations when getting vote count
Fix for error message when removing customalias command line
Fix for totem listener trying to load in 1.10 servers
Fix related to 1.7.10 servers and plugin trying to apply custom skin.
Added confirmation requirement for /cmi clear command to avoid unintentional item removals. Player will have 2 options: click on a message in chat window or to repeat command second time in next 10 seconds. Possible to disable this in config file. Confirmation will be enabled by default.
Added Experimental tablist sorting by multiple criteria. Disabled by default. Now you can sort tablist by: Group, CustomGroup, Name, NickName, Balance, World. Where Group and CustomGroup is players main permission group. CustomGroup provides option to specify which group should go after which one. So you can have tablist sorted like: Admins -> Staff -> VIP -> Peasants. NickName will sort by players current nick name, this is not a display name, but nickname itself. Balance will sort... yes... by balance. This has bigger delay as we want to avoid uneeded recalculations each time player earns money. Keep in mind that if you are not using CMI economy, then tablist will not update by itself, you will have to turn on AutoUpdate for it. And there is option to sort list in Ascending and Descending order for all criteria. By default tablist will perform recalculations when player joins, quits server or changes world. This entire feature is packet based, so in case it will start showing strange stuff, simply disable it, reload plugin and after relog it will go back to normal as it should. Tested on 1.13.2, 1.12.2, 1.11.2, 1.10, 1.9, 1.8.8, 1.7.10