This update will require newest CMILib version as some methods got moved to CMILib from CMI for centralized handling
Fix for economy balance not taking into consideration its format when you have UseShortNumbers set to true and balance is under 1k
Optimized performance for money formatting task
Added option to separately define amount looks when using UseShortNumbers. This only applies when we actually adding defined suffix while if amount is lower and doesn't have suffix, we will use MoneyFormat
Fix for recipe disabling when it comes to rockets which caused some undetected issues.
Known issue: Custom recipes for stone cutting, while requiring specific item by specific criteria, like item name, lore or NBT data will include every recipe relating same item in shown craftable list, it will only allow you to craft specific predefined item while derping out with rest of them. So what that means that it still works, just visualization of what you can craft with that item is broken which is on client side and there is no way for me to fix it with a plugin, this needs to be resolved by Mojang.
Fix for recipes not wanting to be created if you tried to create recipes which uses same ingredients with different metadata to produce same results.