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 Jul 9, 2013Please help!
When I type /svs it doesn't work. I had the version before the latest one that was working, I deleted it and got the latest version and when I type /svs it says unknown command. Please help!
EDIT: I will try to delete it again, and get ServerSigns again. Anyways, I like the plugin. It's the best!!
-
View User Profile
-
Send Message
Posted Jul 9, 2013@Exloki
Thank you so much for your help! :L You're the best!
-
View User Profile
-
Send Message
Posted Jul 9, 2013@wavesurfer890
You're completely correct, I forgot to compile in Java 1.6 - I've uploaded version 2.9.1 which is compiled in Java 1.6 - Sorry about that!
-
View User Profile
-
Send Message
Posted Jul 9, 2013Will the 1.5.1 or 1.4.7 version of this plugin work with 1.5.2?
-
View User Profile
-
Send Message
Posted Jul 9, 2013@Exloki
09:54:38 [SEVERE] Could not load 'plugins/ServerSigns.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: de/czymm/ServerSigns/ServerSignsPlugin : Unsupported major.minor version 51.0 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:184) at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305) at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230) at org.bukkit.craftbukkit.v1_6_R2.CraftServer.loadPlugins(CraftServer.java:239) at org.bukkit.craftbukkit.v1_6_R2.CraftServer.<init>(CraftServer.java:217) at net.minecraft.server.v1_6_R2.PlayerList.<init>(PlayerList.java:56) at net.minecraft.server.v1_6_R2.DedicatedPlayerList.<init>(SourceFile:11) at net.minecraft.server.v1_6_R2.DedicatedServer.init(DedicatedServer.java:106) at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java:391) at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:582) Caused by: java.lang.UnsupportedClassVersionError: de/czymm/ServerSigns/ServerSignsPlugin : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631) at java.lang.ClassLoader.defineClass(ClassLoader.java:615) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) at java.net.URLClassLoader.access$000(URLClassLoader.java:58) at java.net.URLClassLoader$1.run(URLClassLoader.java:197) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:80) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:249) at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:173) ... 9 more
-
View User Profile
-
Send Message
Posted Jul 9, 2013@wavesurfer890
It's running absolutely fine for me on the latest 1.6.2 dev build of Bukkit (#2808)
Do you get any errors?
-
View User Profile
-
Send Message
Posted Jul 9, 2013Hey,
It might just be me, but this plugin will not work with Bukkit 1.6.2. I've reloaded the plugin multiple times and removed any plugins that might conflict. If you have any tips for me on how to get this to work, it would be much appreciated.
Thanks.
-
View User Profile
-
Send Message
Posted Jul 5, 2013The current version of ServerSigns is completely compatible with 1.6.1 as far as we can tell, if you have a bug please raise a ticket and report it. A new version with added features will be out soon.
EDIT: Version 2.9 uploaded & approved. Help pages completely rewritten and updated for 2.9 (Feel free to read through and find the new features for 2.9)
-
View User Profile
-
Send Message
Posted Jul 5, 2013@maxymoes
I second that remark.
-
View User Profile
-
Send Message
Posted Jul 5, 2013It would be really appreciated if it gets a update for 1.6.x or a Dev build
I really like this plugin!
-
View User Profile
-
Send Message
Posted Jul 2, 2013@xkillxxxjoyx
Yes you can! Just watch the video and you will know what to do.
-
View User Profile
-
Send Message
Posted Jul 2, 2013Can you give a certain group permission to use a certain sign? Like i would like to give the group [member] access to one sign that has the command /svs add /ma join 1 . Can i give all groupa acess to ONLY that sign?
-
View User Profile
-
Send Message
Posted Jun 30, 2013Could we get support added for items with lore and custom names for priceitem, if an item is renamed it no longer is accepted as a payment for the sign.
-
View User Profile
-
Send Message
Posted Jun 30, 2013Is it possible to add more than one required permissions to a single sign? To give an example.
Player A click on sign B, C and D. Player A gets three different permissions by clicking on the three signs. Player gets three permissions by right-clicking on the three signs.
P1: custom.permission.1 P2: custom.permission.2 P3: custom.permission.3 (P= Permission)
Player A goes to the last sign, Sign E and right clicks it, This signs requires that the player who click the sign has all the three permissions above, custom.permission.[1,2,3].
The commands added to the signs will be performed if the player has the required permissions. The commands added to the signs will NOT be performed if the player doesn't have all the required permissions. The player needs ALL of the permissions, not just one or some of them.
I would be really happy if that was possible.
I would be very happy if you removed the on jon MOTD/message about Server Signs if the prefix has been changed.
-
View User Profile
-
Send Message
Posted Jun 30, 2013How do you move a player to a group? I know you do /svs add manuadd <player> <Group> But what do I put for the player if I want whoever clicked the sign to be moved.
-
View User Profile
-
Send Message
Posted Jun 29, 2013Hi, i've a doubt.
How many permissions you can set in you permissions plugins file (Example: PEX) ??
Suppose that I've a "mod group" called "MOD" and I want to that group have serversign.use.mod and serversign.use.staff permissions. So, when i tried to click a sign with the second permission, it's doesn't recognized by server. Only the one works.
Regards
-
View User Profile
-
Send Message
Posted Jun 28, 2013<<reply 1591212="">>
No, you'd do /svs add <server> /manuadd <player> [Rank] [World]
-
View User Profile
-
Send Message
Posted Jun 27, 2013how do i set a sign with a special permission?
-
View User Profile
-
Send Message
Posted Jun 27, 2013@Deano3607
Use §a[§fServerSigns§a] but it will create an "a" infront of it like A[ServerSigns]
-
View User Profile
-
Send Message
Posted Jun 26, 2013how do i make a player to a certain group with group manager would i do /manpromote [Rank]???