Removed soft dependency for discordsrv, should not effect compatibility with it
Removed soft dependency for multiverse-core as it was causing circular load issues with paper servers. Should not effect plugins compatibility, tho it might create few messages informing about missing worlds until it gets updated.
Fix for condense command taking longer than it should have to condense items
Fix for the issue with custom recipes not working properly when you are using shaped recipes with ingredients which have same base material type but different sub data, like spawners for example. For this to take full effect you will need to update CMILib plugin
Fix for issue with mirror mode and Unbreakable tools
Fix for [item] variable in chat not returning items correct material name when you have modded items. This will need CMILib latest version to work properly.
Fix for invisible armor stand templates being locked in their invisible state
Small fix for error message while giving kit to offline player
Small fix for trying to put on enchanted player heads as helmets which get blocked by NoneHatEnchanted in config file. We should allow enchanted player heads
Fix for error message while trying to same players jail data into database
Small change for tppos command to be more safer. We will check for possible suffocations and for safer location in 3 block range up/down if needed.
Small change for sit command which now will try to bring player closer to the center of block in case he sit down near the wall which could have resulted in player being automatically teleported behind it.
Added advancementDone event command which gets triggered on advancements completion. You can use [value] variable in your commands to insert advancement identificator which is its path. We can't extract actual friendly name so only path can be used.