A Spigot plugin to allow adding costs for creating plugin signs
Go to file
2022-02-26 23:15:48 +01:00
src/main Makes sure tab completed paid sign names are quoted 2022-02-26 23:15:48 +01:00
.gitignore Initial commit 2022-02-18 00:28:44 +01:00
pom.xml Updates version to 0.2.0-ALPHA 2022-02-25 22:18:30 +01:00
README.md Updates version to 0.2.0-ALPHA 2022-02-25 22:18:30 +01:00

Paid signs

The paid-signs plugin is a plugin that lets you add costs for creating plugin signs. This allows restricting usage of signs such as CraftBook's gate/lift and other signs while still allowing every player to use the signs.

Limitations

As this plugin only listens to sign change events, there are some limitations:

  1. The plugin is not aware of whether the creation of a sign is successful
  2. It is assumed that any protection plugins run before this plugin, but it's not guaranteed
  3. Plugins changing the lines on signs when successful might create confusion and mismatches

Commands

  • /addpaidsign [permission] [ignore case] [ignore color]
  • /addpaidsigncondition <name (of a paid sign)> [executeRegEx] [ignoreCase]
    ignoreColor]
    
  • /listpaidsigns [name (of a paid sign)] [line number]
  • /removepaidsigncondition <name (of a paid sign)>
  • /removepaidsign <name (of a paid sign)>
  • /reload