killall will not require - for custom mob type removal. So /cmi killall zombie will kill all zombie type entities. Keep in mind that multiple mob types are supported and /cmi kill all zombie skeleton is valid command
Added tabcomplete for mobtype when using killall
Extra output line when variables for killall are invalid
Added full list of entities been removed with killall command
Full list of entities when performing killall -list
Removed -armorstand and -golems variables as they are deprecated with option to define custom mob type
Added option to perform killall silently with -s
Small fix for location finder when teleporting to spawn
New permision nodes cmi.command.note.remove to be abble to remove or clear notes and cmi.command.note.add to be able to add new ones. So by having cmi.command.note and cmi.command.note.others you can only check them out, but not manipulate them
Small adjustment to grab players last logof and last login times when needed from player data file if we dont have that information yet.
Small fix for inventory overflow not dropping correct amount of items on ground. Usually when uncondensing.
Fix for complex placeholders not being parsed by PlaceholderAPI
New placeholders %cmi_worth_buy_[itemIdNamedata)]% and %cmi_worth_sell_[itemIdNamedata)]% to show particular item by and sell prices
New command /cmi editplaytime (playerName) [add/take/set] [amount] (-s) to manipulate players playtime depending from where you are taking playtime. This will correctly adjust player times independent if you are taking it from stats or player data file.
Removed cmi.me.colors permission node and replaced with cmi.colors.me.[colorName] to colorize depending by permission node
New additional line for /cmi colorlimits to include new /cmi me color code limits
New command /cmi mailall [send/clear/remove] [message] which can send mail to all players who have been online in last 7 days (configurable) and you can remove messages, but you will have to provide exact message you sent before to remove it from all players.