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 Jan 19, 2015IMPORTANT RECOMMENDATION: You should make it so that players can spend money through a sign to buy a permission.
i.e. I want my players on my KitPvP server to be able to buy a new kit with in-game money. So what I would do is I would set up a serversigns sign that you have to pay X amount to use, so if you have the amount of money to use it, you click it, it takes your money, and you get whatever permissions are set to it like an essentials kit with essentials.kits.(KIT NAME) and then they can use that kit according to the setup that essentials has it at with it's cooldowns and whatnot. Thanks!
<3
-
View User Profile
-
Send Message
Posted Jan 19, 2015@CalibeR50
Hello! I found a bug when use the command "/svs pic" to ignore <lores> but it ignores <amount> also
-
View User Profile
-
Send Message
Posted Jan 18, 2015@MotheMan
The problem might be your protection plugin, it might be blocking players ability to "use" meaning they can't do any right clicking in that area. Also in your server.properties there is an option that says "spawn-protection: 16", recommend you set that to "0" cause that might be the problem aswell. If that's what you're using to protect your spawn then it's a problem out of my hands.
-
View User Profile
-
Send Message
Posted Jan 18, 2015I installed this plugin on my 1.8 server. It works fine for me, but signs within the spawn protection area can't be used by my users. Is there a solution to make this work without getting rid of spawn protection?
otherwise a fantastic plugin
-
View User Profile
-
Send Message
Posted Jan 17, 2015Would you mind sending me the source for this plugin?
-
View User Profile
-
Send Message
Posted Jan 2, 2015Hello! I hope to fan of your profile, if you can, then it thank you!!
-
View User Profile
-
Send Message
Posted Dec 20, 2014The signs don't work if you add a price.
-
View User Profile
-
Send Message
Posted Dec 16, 2014Hallo, bekomme bei ServerSigns neuerdings probleme, mit den alten Versionen sowie mit der neuen 3.1.0 bekomme ich die selben Fehler:
[22:19:56] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to ServerSigns v3.0.0 org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) [spigot.jar:git-Spigot-1463] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [spigot.jar:git-Spigot-1463] at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:30) [spigot.jar:git-Spigot-1463] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-1463] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-1463] at org.bukkit.craftbukkit.v1_7_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:233) [spigot.jar:git-Spigot-1463] at net.minecraft.server.v1_7_R3.PlayerInteractManager.interact(PlayerInteractManager.java:375) [spigot.jar:git-Spigot-1463] at net.minecraft.server.v1_7_R3.PlayerConnection.a(PlayerConnection.java:642) [spigot.jar:git-Spigot-1463] at net.minecraft.server.v1_7_R3.PacketPlayInBlockPlace.a(SourceFile:60) [spigot.jar:git-Spigot-1463] at net.minecraft.server.v1_7_R3.PacketPlayInBlockPlace.handle(SourceFile:9) [spigot.jar:git-Spigot-1463] at net.minecraft.server.v1_7_R3.NetworkManager.a(NetworkManager.java:180) [spigot.jar:git-Spigot-1463] at net.minecraft.server.v1_7_R3.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1463] at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:713) [spigot.jar:git-Spigot-1463] at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:283) [spigot.jar:git-Spigot-1463] at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:576) [spigot.jar:git-Spigot-1463] at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:482) [spigot.jar:git-Spigot-1463] at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1463] Caused by: java.lang.NoSuchMethodError: ru.tehkode.permissions.PermissionManager.getUser(Ljava/util/UUID;)Lru/tehkode/permissions/PermissionUser; at net.milkbowl.vault.permission.plugins.Permission_PermissionsEx.getUser(Permission_PermissionsEx.java:243) [?:?] at net.milkbowl.vault.permission.plugins.Permission_PermissionsEx.getPrimaryGroup(Permission_PermissionsEx.java:264) [?:?] at net.milkbowl.vault.permission.Permission.getPrimaryGroup(Permission.java:738) [?:?] at de.czymm.serversigns.Listeners.PlayerListener.formatString(PlayerListener.java:445) [?:?] at de.czymm.serversigns.Listeners.PlayerListener.executeSignFull(PlayerListener.java:199) [?:?] at de.czymm.serversigns.Listeners.PlayerListener.playerInteractCheck(PlayerListener.java:79) [?:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [?:1.7.0_25] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) [?:1.7.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [?:1.7.0_25] at java.lang.reflect.Method.invoke(Unknown Source) [?:1.7.0_25] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) [spigot.jar:git-Spigot-1463] ... 16 more
-
View User Profile
-
Send Message
Posted Dec 15, 2014Immer weiter so CalibeR :D
-
View User Profile
-
Send Message
Posted Dec 14, 2014Problem with signs and charging items. If you have a sign and the charge is 2 diamonds. It will work with only 1 diamond. :( Edit... This is on the latest version. Work fine on all older versions.
-
View User Profile
-
Send Message
Posted Dec 10, 2014With Spigot 1.8 not execute commands once put :/ ¿ Help ?
CONSOLE: ERROR]: Could not pass event PlayerInteractEvent to ServerSigns v3.1.0 CONSOLE: Source) [?:1.7.0_51] CONSOLE: java.lang.NoSuchMethodError: ru.tehkode.permissions.PermissionManager.getUser(Ljava/util/UUID;)Lru/tehkode/permissions/PermissionUser;
-
View User Profile
-
Send Message
Posted Dec 7, 2014@PotionSplasher
Do you have Vault installed?
-
View User Profile
-
Send Message
Posted Dec 5, 2014Awesome my favorite plugin is still alive, so is the queue bug is fixed ?
And what is the random number generator doing concretly ? Can we randomly generate numbers, can you tell more please :)
Thanks by the way this plugin is the best :)
PS: ok i may change my mind.. WTF where is the redstone compatibility, you delete it without telling anyone, are you afraid that a lot of people are going to be disapointed by taht ? Put it back.
-
View User Profile
-
Send Message
Posted Nov 28, 2014/svs set price doesn't work for me?
idk why but it works fine with everything else but /setprice Any Anwsers?
-
View User Profile
-
Send Message
Posted Nov 28, 2014Hey guys,
I'm trying to make a kitpvp with serversigns. I wanted to know if there is a way to make it so that players must be on an empty slot to use the sign.
Thanks.
-
View User Profile
-
Send Message
Posted Nov 20, 2014one simple example for evil-admins...
make a wooden sign with name Dont click on me
/svs add /kill <player>
and enjoy :-D :-D :-D :-D :-D
-
View User Profile
-
Send Message
Posted Nov 20, 2014Hello everybody,
this is really great plugin and its so easy to use.
simple example:
put a wooden sign on the wall, lets call it TPS ( if you are admin on server )
/svs add /tps
then click right mouse on the sign, done :-D
are the players complaining about lags?
make this sign somewhere near spawn and tell them to check it, make the sign usable only once per minute, otherwise there will be a queve of 50 ppl constantly clicking this sign :-D
-
View User Profile
-
Send Message
Posted Nov 19, 2014v3.1.0 has been uploaded and is pending approval!
-
View User Profile
-
Send Message
Posted Oct 31, 2014is it possible that my players can run the command as a op? thx :)
-
View User Profile
-
Send Message
Posted Oct 23, 2014Great plugin, is it just me though or do delayed commands not work for MC 1.6.4, I'm using version 2.9.1.