You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 atype
andvalue
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
The text was updated successfully, but these errors were encountered: