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 Aug 27, 2012how do i set permissions? whenever i deop myself to test serversigns, it says i do not have enough permissions. can you send the permission node for using the signs to ourminecrafthelp@gmail.com
-
View User Profile
-
Send Message
Posted Aug 26, 2012I get errors whenever i try right clicking a sign as well, have Java 1.7.
UPDATE: I found that the plugin Vault causes this error, any ideas why? :o
17:14:54 [SEVERE] Could not pass event PlayerInteractEvent to ServerSigns org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja va:332) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav a:62) at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.j ava:477) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j ava:462) at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEven t(CraftEventFactory.java:177) at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.j ava:355) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:649) at net.minecraft.server.Packet15Place.handle(SourceFile:58) at net.minecraft.server.NetworkManager.b(NetworkManager.java:276) at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109) at org.getspout.spout.SpoutNetServerHandler.d(SpoutNetServerHandler.java :173) at net.minecraft.server.ServerConnection.b(SourceFile:35) at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30) at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:581) at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212) at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:474) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:406) at net.minecraft.server.ThreadServerApplication.run(SourceFile:539) Caused by: java.lang.UnsupportedOperationException: SuperPerms no group permissi ons. at net.milkbowl.vault.permission.plugins.Permission_SuperPerms.getPrimar yGroup(Permission_SuperPerms.java:96) at net.milkbowl.vault.permission.Permission.getPrimaryGroup(Permission.j ava:646) at de.craftville.ServerSigns.Listeners.PlayerListener.formatString(Playe rListener.java:504) at de.craftville.ServerSigns.Listeners.PlayerListener.executeSignFull(Pl ayerListener.java:385) at de.craftville.ServerSigns.Listeners.PlayerListener.adminInteractCheck (PlayerListener.java:295) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja va:330) ... 17 more
-
View User Profile
-
Send Message
Posted Aug 25, 2012This plugin does not operate correctly if you have updated your java to a 1.7 build. I have reverted my java back to openjdk 1.6_24 and the plugin appears to work properly,
I opened a thread in the dev section of the forums in order to clarify for myself that a plugin that is compiled with java 1.6 should in fact work with a server running java 1.7, the link below is for that thread. Please contact me if you need any further information to help resolve the errors that occur running your plugin with java 1.7 and cb 1.3.1r2.
http://forums.bukkit.org/threads/minecraft-and-java-1-7.95927/
This error has just occured again on 1.6.24.
-
View User Profile
-
Send Message
Posted Aug 25, 2012@Xickle
can you pm me your sign (in signs folder)? I don't get this error on my server :(
-
View User Profile
-
Send Message
Posted Aug 24, 2012@epicbastion
Getting the same error when trying to read a message from the sign :/ Sometimes it works tho... but mostly it errors.
-
View User Profile
-
Send Message
Posted Aug 22, 2012hi, using cb1.3.1rb2.0 with svs 2.5.1, this error is thrown when doing
/svs list
then right clicking an existing sign.
-
View User Profile
-
Send Message
Posted Aug 19, 20122012-08-20 01:28:03 [SEVERE] Could not pass event PlayerInteractEvent to ServerSigns java.lang.NullPointerException at de.craftville.ServerSigns.Listeners.PlayerListener.adminInteractCheck(PlayerListener.java:45) at sun.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:330) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:479) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:464) at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:177) at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:147) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:619) at net.minecraft.serverhook.NetServerHandlerProxy.a(NetServerHandlerProxy.java:94) at net.minecraft.server.Packet15Place.handle(SourceFile:58) at net.minecraft.server.NetworkManager.b(NetworkManager.java:276) at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109) at net.minecraft.server.ServerConnection.b(SourceFile:35) at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30) at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:608) at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:244) at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:501) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:419)
-
View User Profile
-
Send Message
Posted Aug 18, 2012@BranicYeti
Do you have a Server with this error? I don't have any problems on my own server and can't reproduce this error.
If someone else getting this error please send me your server IP so I can fix it.
-
View User Profile
-
Send Message
Posted Aug 18, 2012Please can you make an option so that you can only use a sign once.
-
View User Profile
-
Send Message
Posted Aug 17, 2012Is there a repository for this plugin? I want to check the code for the adminInteractCheck error and hopefully will be able to fix it.
-
View User Profile
-
Send Message
Posted Aug 16, 2012guys give the man a break will ya? the error has been reported and he is gonna fix it just give him some time :)
-
View User Profile
-
Send Message
Posted Aug 16, 2012Please please please update! :O
-
View User Profile
-
Send Message
Posted Aug 15, 2012@epicbastion
ups, overread it, sorry. It is the newest Version, yes. The problem is, I don't know the cause of this error... I'll make some researches in a few days, I don't have time at to look for it at the moment :/
-
View User Profile
-
Send Message
Posted Aug 15, 2012@CalibeR50
is there a newer versions than 2.5.1 as stated in my previous post? if there is where would i get it?
-
View User Profile
-
Send Message
Posted Aug 15, 2012@gustebeast
You are not the only one asking for this feature, but ServerSigns is an admin only tool, sorry.
-
View User Profile
-
Send Message
Posted Aug 15, 2012Could you please make a separate permission for making <server> signs and making <player> signs. I want people to be able to make shortcut signs but allowing them to use the <server> prefix is the equivalent of the op command (run any command)
-
View User Profile
-
Send Message
Posted Aug 15, 2012@epicbastion
do you use the newest Version?
-
View User Profile
-
Send Message
Posted Aug 15, 2012just put svs to the test on a world this is what comes up, and then it just spams the console for a while. cb 1.3.1.r1 with your 2.5.1 version of svs.
-
View User Profile
-
Send Message
Posted Aug 14, 2012Problem occurring on start-up, and the plugin will not work in-game.
-
View User Profile
-
Send Message
Posted Aug 14, 2012@nath30
please post the whole error so I can fix it.