This was a feature that was requested by the original requester of the plugin. The idea is simple: when the player tries to equip a disallowed item, react to it in a custom way. This could be very similar to the filters system, with a List<Reaction> or something along those lines. Reactions simply need a type and value key (value could be any type and could be parsed by the Reaction itself), and some possible reactions could be...
command
teleport
damage
potion-effect
kill
This was a feature that was requested by the original requester of the plugin. The idea is simple: when the player tries to equip a disallowed item, react to it in a custom way. This could be very similar to the filters system, with a
List<Reaction>or something along those lines. Reactions simply need atypeandvaluekey (value could be any type and could be parsed by the Reaction itself), and some possible reactions could be...commandteleportdamagepotion-effectkill