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

Return Messages & Conditional Checks #57

Open NativeC opened 4 years ago

NativeC commented 4 years ago

Hey,

Would it be possible to add conditional statements to our command lines?

If not, could you add an option where we can choose the message to display when players don't have the required permissions, instead of having it always be "you don't have the right permission".

For instance, say they need the "some.permission" permission, but don't have it, instead of saying "you don't have the required permission: some.permission", have it say a custom message such as "You must complete the [some random quest] to use this sign".

Great plugin though, congrats.