Nokorbis / ar-command-signs

Minecraft (Spigot) plugin that allows to transform some blocks (Signs, plates and buttons) into a Commands executor
https://www.spigotmc.org/resources/command-signs.10512/
Apache License 2.0
13 stars 10 forks source link

[REQUEST] Held Item Requirement #36

Closed CeIebrimbor closed 3 years ago

CeIebrimbor commented 5 years ago

Hello, two things that would add a lot of diversity to Command Signs that I hope you can add:

  1. "Held Item" requirement.
    • That way a certain sign will only trigger if holding a specific item (ex. Adding Sharpness 10 to a Diamond Sword), but NOT being able to add it to a stick.
    • Even better if you can register multiple items that would work (ex. Adding Sharpness 10 to a Diamond Sword or Diamond Axe), but NOT being able to add it to a stick.

2. Confirmation - Make the player confirm (2nd click, maybe with 10-second timeout) they wish to use the sign before firing the command block. Very useful for cost-based signs. That way they do not misclick and accidentally buy something expensive. ADDED IN v2.1.2

CeIebrimbor commented 5 years ago

Hurray! Confirmation added 😄