Fix for error when player is in afk and we are checking exp orb targeted entity which some times can be NULL.
Fix related to bungeecord error when you are not running bungeecord and trying to send staff message
Fix for scan command throwing errro in case world information failed to generate appropriate object
Added option to allow damage to the players while they are jailed
Fix for issue when player doesn't have cmi.elytra permission, but still can equip it by clicking couple times
Fix when checking for matching items in your inventory on 1.13 and newert versions while using specialized commands
Small fix related to interactive signs utilizing specialized commands with dianmic variables. Complicated? Yes indeed.
Added option to use > in specialized commands for item detection when defining the amount, this will help to avoid the issue when using something like items:$1-64! which would take the first word from the second line of sign and replace $1 with it. But in this case, that - would change its meaning. So new format can be items:$1>64! which will solve this issue. So you can have a sign with second line as Granite and the final command will look like items:Granite>64! which will cost player 64 granite blocks to perform the following command.
For time being cuffed players will be able to pick up items. Just to address possible issues with other plugins interfering with this check.