Hi.
I need a small plugin that basically checks a list of item IDs in a config, and disables the right-click function of these items.
Basically, I'm running a modded server and need to be able to disable-right click of certain items using their ID.
I also need it to make use of the GriefPrevention API to block any-right click function within a claim that the player is not trusted in. Currently griefprevention doesn't check for this, so modded items with right-click functions can bypass the claim to grief them. (this would be a separate function of the plugin)
I need a small plugin that basically checks a list of item IDs in a config, and disables the right-click function of these items.
Basically, I'm running a modded server and need to be able to disable-right click of certain items using their ID.
I also need it to make use of the GriefPrevention API to block any-right click function within a claim that the player is not trusted in. Currently griefprevention doesn't check for this, so modded items with right-click functions can bypass the claim to grief them. (this would be a separate function of the plugin)
- Type
- Requesting
- Provided by
- Team
