Added separate command section when player enters afk mode. New one will be used only when player uses /afk command and original one will be used when player enters afk automatically. Your previous setup will be copied over new config section, so no need to change anything if you want to keep you cool looking messages.
New placeholders: %cmi_user_afk_for% %cmi_user_afk_in% which will output for how long player is in afk mode and if he is not in afk mode then returns how long until auto afk mode kicks in.
new command /cmi tellraw [playerName/all] [formattedMessage] which will use basic custom text format to shows text messages to one or all players. So you can create hover over messages without all that complicated JSON vanilla tellraw requires you to learn.
Optimization for bugeecord servers which had 0 players in one of the servers and player would get kicked when he joins for sending too many packets.
Small fix related to config section under Spawner.Break.Enabled not working correctly
Fix for issue with customalias while overriding default alias for existing command. In example if you have disabled default /fly and created custom alias for /fly with multiple commands, it would bypass specialized commands and would perform default fly command instead.
Added extra variable for scan command "cancel" which will act in same way as "stop" does, but it can be more intuitive in some situations.
Added extra variable for scan command as "stopall" and "cancelall" which will stop every currently running scannings
Added extra variable for lfix command as "stopall" which will stop every currently running light fixes
Added extra variable for findbiome command as "stopall" which will stop every currently running biome finders
Added extra variable for fixchunk command as "stopall" which will stop every currently running chunk fixer
Fix for issue with 1.8.8 servers and hologram gui editor throwing errors
Fix for scavanger black list not clearing previous entries from cache when reloading config file.
Fix for scavanger and extracted books not wanting to work as regular enchanted books.
Fix for newest spigot version introducing issue with players keeping his inventory on death while dropping items on ground anyways
Small fix related to find biome error (we cant devide by zero, who could knew...)
Fix for give command while trying to create enchanted book with enchantments
Now in case you are using /money take on a player and balance doesn't change, then we will not show message about new balance. Helps out if player has 0 (minimal amount) and it was changed to 0 with some automated commands
Fix for setworth not saving new values if you used direct command in setting values instead of gui