Summery
First and foremost, this update adds a new field that can be used on all equippable custom items called
wearable
. The
wearable
field defaults to true and can be explicitly set to false if you wish to restrict it's usage. There is more information on the plugin's documentation. Another change this update brings is that the garbage collector is now able to check the item on the player's cursor and fixed an issue where the garbage collector did not update items when picked up by a player.
Dev API
This update now makes the AbilityTrigger classes trigger method to be nullable. If the trigger method returns null the api will assume that you wish for the execution to be cancelled.