Fix for spawnmob and creepers causing some small issues because of new behavior introduced in 1.12
Fix for sign and color code cleanup leaving %#%
Elevator teleportation now will not change your x and z location, only y
New permission node cmi.elevator.create to create elevator signs
Changed cmi.elevator to cmi.elevator.use to have better consistency
New permission node cmi.armorstand.hands to spawn armorstand with arms. This is not 100% bullet proof as there is no direct API to get who spawned entity. But in worst case, you will spawn armorstand without arms.
New permission node cmi.armorstand.offhand to manipulate items in armorstand offhand slot. Allows to place any item in it or retrieve it.
Fix for placeholder small issue inside specialized command
Small fix for error when preloading offline player information on plugin startup
Small fix with version checking after it got over 7.6.10.0
Now IC signs will require particular permission node for it cmi.interactivesign.[icName]
Disable error message on user removal from database as it was causing confusion when user is been removed but it tells that failed to do so.