ServerSigns

Please check our Wiki before asking questions or submitting tickets
This project has not been abandoned completely - it's just been lacking some love & care for the past year; I plan to continue development and fix any outstanding issues in the new year. Thank you for your continued support of ServerSigns - Exloki
ServerSigns (SVS) provides the ability to bind player-dispatched and server-disptached commands, messages and actions to signs and every other block in Minecraft.
As soon as a player clicks on a ServerSign, the configured actions are executed in the order and with the settings you specified.
Source: https://github.com/serversigns/ServerSigns
Main Features:
- No limit: Unlimited commands per ServerSign
- Multi-role: Assign a variety of actions whenever a sign is clicked (even define different commands for right/left clicks)
- Messages: Send messages to the player
- Broadcasts: Send messages to the whole server
- Player commands: Executes commands as if the player typed it in chat
- Server commands: Executes commands as if it was executed from the server console
- Delayed actions: Any action can be delayed (from seconds to months)
- Looped actions: Any ServerSign can be converted to loop server commands with defined intervals
- Require permissions: ServerSigns can be set up to require permissions to use
- Grant permissions: Grants players temporary permissions to execute the commands
- Per-sign costs: Bind exp, money, and item costs to ServerSigns
- Protected: Automatically protects every ServerSign and any attached blocks.
- Basic scripting: Implement if/else and return statements in commands on ServerSigns
Please note that version 2.6 and above will notify you when a ServerSigns developer joins, this is so you're aware of who we are when we join, and we can help you with any issues you may be having with ServerSigns as quickly as possible. Version 4.1 and above will also send the developer a message stating the current plugin version.
This plugin utilizes an auto-updating feature that will check for the latest ServerSigns build and automatically download that build if it is newer than the currently installed one. This can be disabled by setting 'check_for_updates' to false in the config.yml
This plugin uses Metrics to gather basic non-identifiable statistical data such as the number of ServerSigns you are using, your plugin version, and other standard mcstats.org data. You can opt-out of this feature by setting 'metrics_opt_out' to true in the config.yml. A full list of gathered information can be found here: http://mcstats.org/plugin/ServerSigns
Click Here to view Tutorial Videos
Known bugs
- ALL VERSIONS: Spawn protection prevents non-ops using ServerSigns This issue cannot be 'fixed', as stated by md_5 - known sollutions include setting spawn-protection to 0, or clearing ops.json https://hub.spigotmc.org/jira/browse/SPIGOT-1112
Reporting Bugs / Requesting Features
When reporting bugs, requesting features, or providing any other constructive feedback that will require code alterations you must submit a ticket to have your voice heard and action taken (if required). Any topics of this nature that arise in the comments section will henceforth be ignored.
Before you raise a ticket, you need to make sure that the feature you are requesting isn't already implemented (read all of the help pages which show SVS features), or the bug you want fixed hasn't already been resolved in the latest development build (a rolling change log is kept on the development build page, use this for reference)
When submitting a ticket, please be as descriptive and informative as possible. If reporting a bug or flaw, then show all the steps required to reproduce the problem, also attach any and all related screenshots or other files to the ticket. If requesting a new feature, then please be as detailed as possible so we have a very clear idea of what it is you're suggesting - that way if we do implement your suggestion, this ensures it is exactly as you want it to be.
Once you have submitted a ticket, rest assured that it will be handled. We do not give a definite time frame for replies or actual alterations, but we try our absolute best to get tickets resolved as soon as possible. Please do not: bump tickets, raise multiple tickets for the same issue, send PMs to our developers, or discuss the ticket in the comments section. Tickets that do not meet the expectations outlined here will likely be declined without comment.




-
View User Profile
-
Send Message
Posted Jun 19, 2019Hi, sorry for not updating this project for some extended time. As requested we're going to open source this project soon, just need a little time to set it up :)
-
View User Profile
-
Send Message
Posted Jun 16, 2019Share sources or update please...
No plugin is as complete as yours for these features.
-
View User Profile
-
Send Message
Posted Jun 16, 2019Share sources or update please...
No plugin is as complete as yours for these features.
-
View User Profile
-
Send Message
Posted Jun 11, 2019me too. i need this plugin :)
-
View User Profile
-
Send Message
Posted Jun 1, 2019Please add support for 1.14.2, this plugin is vital for my server.
-
View User Profile
-
Send Message
Posted May 21, 2019Please Support for 1.14 :c we can't live without this plugin
-
View User Profile
-
Send Message
Posted Apr 30, 2019can you made a 1.14 version ?
it worked in 1.13.2 but when I update spigot to 1.14, the plugin appears to work in console but not in the game
-
View User Profile
-
Send Message
Posted Jan 11, 2019I there, I'm having an issue where serversigns are taking dozens of actions per second. It's so fast that a single right click at minimum triggers the command to activate twice. I have changed the threshold in the config but it doesn't change anything. I have found I can just add a cooldown to not have you buy 20 things by accident, but if I want to set up a confirmation, it automatically says yes because it's taking so many inputs. Anything to fix this?
-
View User Profile
-
Send Message
Posted Nov 14, 2018this plugin does not work with luck perms. it depends on pex and yet there is no listing of dependencies. please fix to work with luck perms.
-
View User Profile
-
Send Message
Posted Sep 2, 2018Where is this message? has been removed from your balance. Please help me
-
View User Profile
-
Send Message
Posted Aug 15, 2018Hi,
I'm having a problem with this. Whenever I setup a command on a sign and when I click it it doesn't work, nothing happens. I'm pretty sure I have the permissions set correctly.
My server is using bukkit so I'm not sure if that makes a difference.
If someone could help me out it would be much appreciated.
Thanks,
Red Eye
-
View User Profile
-
Send Message
Posted Aug 15, 2018ServerSigns 4.5.1 seems to be working on Spigot 1.13 with PermissionsEx 1.23.4 on Java 1.8.0_161 (64-bit) on Windows 10 build 1803 (64-bit)
NOTE: There were errors when using a build of Spigot just a week earlier but seems to be resolved now. No errors in the log and signs can be created without a problem.
Thanks,
LHammonds
-
View User Profile
-
Send Message
Posted Dec 24, 2017Hello!
I have a problem!
When, I start the server and i want to use sign it doesn't do anything.
When, I write /svs add spawn(or something) nothing is happening!
- /svs reload said I report this problem, so I do this:
[12:27:03] [Server thread/INFO]: DavidHungary issued server command: /svs reload[12:27:03] [Server thread/INFO]: DavidHungary issued server command: /svs reload[12:27:03] [Server thread/WARN]: java.lang.NullPointerException[12:27:03] [Server thread/WARN]: at de.czymm.serversigns.commands.Commandserversigns.perform(Commandserversigns.java:57)[12:27:03] [Server thread/WARN]: at de.czymm.serversigns.core.Command.run(Command.java:170)[12:27:03] [Server thread/WARN]: at de.czymm.serversigns.ServerSignsPlugin._onCommand(ServerSignsPlugin.java:185)[12:27:03] [Server thread/WARN]: at de.czymm.serversigns.ServerSignsPlugin.onCommand(ServerSignsPlugin.java:158)[12:27:03] [Server thread/WARN]: at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)[12:27:03] [Server thread/WARN]: at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141)[12:27:03] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:641)[12:27:03] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.PlayerConnection.handleCommand(PlayerConnection.java:1385)[12:27:03] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1220)[12:27:03] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:45)[12:27:03] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:1)[12:27:03] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13)[12:27:03] [Server thread/WARN]: at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)[12:27:03] [Server thread/WARN]: at java.util.concurrent.FutureTask.run(Unknown Source)[12:27:03] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46)[12:27:03] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:747)[12:27:03] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405)[12:27:03] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678)[12:27:03] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576)[12:27:03] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
I can solve it with PlugMan, but i dont really want to restart the plugin every server start.
PLS solve it. Thx
-
View User Profile
-
Send Message
Posted Nov 10, 2017Th last dev build works on Spigot 1.12.
Bug:
With "/svs info" = I get for everyone position-point the block-Info. But for the deaktivation I must:
1. /p list true (yes, this too)
2. /p list false
-
View User Profile
-
Send Message
Posted Nov 5, 2017Please fix the informations and links on this page, the spigot page and bukkitdev.
-
View User Profile
-
Send Message
Posted Nov 5, 2017The Dev-Builds link is broken. it leads to: https://www.curseforge.com/knowledge-base
And the issues page is full of spam and scam!
-
View User Profile
-
Send Message
Posted Oct 18, 2017t
-
View User Profile
-
Send Message
Posted Oct 13, 2017Hi, this plugin its great its wonderful; plis need help for this error.
Already try with all the versions, up to 4.2.1 and happens the same.
On first start all its ok ...
[15:01:57 INFO]: [ServerSigns] Enabling ServerSigns v3.1.0
[15:01:57 INFO]: [ServerSigns] Successfully hooked into Vault
[15:01:57 INFO]: [ServerSigns] Version 3.1.0 is now enabled.
But after second restart...
[21:18:21] [Server thread/INFO]: Starting Minecraft server on 10.1.26.200:25575
[21:18:21] [Server thread/ERROR]: Could not load 'plugins\Serversigns 3.1.0.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:160) ~[spigot-1.7.10-SNAPSHOT-b1657.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [spigot-1.7.10-SNAPSHOT-b1657.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [spigot-1.7.10-SNAPSHOT-b1657.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:152) [spigot-1.7.10-SNAPSHOT-b1657.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [spigot-1.7.10-SNAPSHOT-b1657.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot-1.7.10-SNAPSHOT-b1657.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
Caused by: java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_121]
at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_121]
at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_121]
at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.8.0_121]
at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.8.0_121]
at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:148) ~[spigot-1.7.10-SNAPSHOT-b1657.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
... 5 more
[21:18:21] [Server thread/ERROR]: Ambiguous plugin name `Vault' for files `plugins\Vault.jar' and `plugins\Vault 1.4.1.jar' in `plugins'
-
View User Profile
-
Send Message
Posted Oct 23, 2017Do you have multiple VaultWHATEVER.jar files in your plugins folder? This should be the cause of the problem.
-
View User Profile
-
Send Message
Posted Aug 25, 2017Is there a way to make everyone have the serversigns.use permission?
Many Thanks,
--CL