A modern fork of SudoSigns: A Spigot plugin used to run commands by interacting with a sign. Some inspiration for commands has been taken from Nokorbis' Command Signs. MylesMor implemented a convenient inventory-based GUI. NotAlexNoyle updated the plugin for 1.19 on behalf of TrueOG Network.
This allows you to perform actions on SudoSigns such as:
- Editing the sign's text
- Adding permissions that a player must have to run the sign's commands
- Adding either player or console commands to a sign
- Adding messages which are shown to the player
- Use color codes (
&
) on the sign for coloured text - Adding delays to commands/messages
- (Vault Economy) Setting the price of running a sign
For in-depth details on the command, permissions and features of this plugin, visit the Wiki!
- Clone the git repository: https://github.com/NotAlexNoyle/SudoSigns-OG.
- Build the plugin with
./gradlew build
- Place the JAR file from SudoSigns-OG/build/libs inside your server's
./plugins
directory. - Reload or restart the server.
Visit the Getting Started page to find out how to setup your first SudoSign!
Contact the developer in #plugin-help on the TrueOG Network Discord.
In your issue report, please include as much information as possible including:
- The Spigot version.
- Any errors in the console (please copy these in full).
- The steps to reproduce the issue.
-
Add cooldowns to sign usage.
-
Fix messages being sent to chat that should only be captured by SudoSigns.
1.2.3:
-
Added a config option to change the console prefix.
-
Added a config option to change the location of the currency symbol.
1.2.2:
-
Added an option to change or completely disable the prefix in config file (Fix #5 upstream).
-
Added a config option to change the currency symbol.
-
Added a config option for whether or not to use decimals in the prices.
1.2.1:
-
Uppercase color code support.
-
Fixed NullPointerException with unrecognized commands.
1.2.0:
-
1.19.4 Support.
-
Convert from maven to gradle.
-
Removed spigot update checker.
-
Ignore formatting codes when calculating the maximum line length (Adopt #4 upstream).
-
Lowercase color code support.
-
Fixed errors when missing command parameters.