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 Dec 14, 2012Seems as though this plugin is no longer being created.
-
View User Profile
-
Send Message
Posted Dec 13, 2012I've been recently having some issues with ServerSigns:
Then when I try a command:
So I cannot add any commands to the signs, and if people right click it nothing happens. But you can see the command list with /svs
I've tried getting a clean .jar but that didn't work, and I also tried deleting all the config files except the signs folder and let the configs regenerate, but that didn't do anything either. Please help :S
-
View User Profile
-
Send Message
Posted Dec 13, 2012Have you considered adding a way for us to change the text that it says when a sign is activated, at the moment it says [serversigns] but it would be coll if we could customise this in the config file.
-
View User Profile
-
Send Message
Posted Dec 11, 2012Best Plugin ever seen!!!
-
View User Profile
-
Send Message
Posted Dec 10, 2012@sicarius75
I couldn't get it to work either. 389 is an item ID, not a block ID
-
View User Profile
-
Send Message
Posted Dec 9, 2012Update?
-
View User Profile
-
Send Message
Posted Dec 8, 2012Having an odd issue we have multiple worlds and when in any world other than the spawn world when using the the sign it issues the command in spawn world. we are using Group manager any ideas?
-
View User Profile
-
Send Message
Posted Dec 5, 2012I am trying to set a message on the block id 389
ist that block not supported ??
/svs add <message> TEXT
i rightklick the block 389 its a Item frame and nothing happends
-
View User Profile
-
Send Message
Posted Dec 2, 2012@Alex11873
It's possible. RTFM.
-
View User Profile
-
Send Message
Posted Dec 1, 2012Can you please make it so you can customize or remove the prefix [ServerSigns]. I am using the message feature so that when someone clicks a sign, it says a message. I'd much rather it say "[Server] whatever I need it to tell player" ... or better yet not have a prefix at all. If you could do this, i would be very, very happy!
-
View User Profile
-
Send Message
Posted Nov 30, 2012@mads672c
Make the serversign command <server> give <player> 384 10 Then it will work ;)
-
View User Profile
-
Send Message
Posted Nov 22, 2012Hey, ich denke mal du kannst Deutsch :D
Ich habe diese Problem auf meinem Server. Es kam nach einem ganz normalen Reload, ohne, dass ich was am Server geändert habe.
2012-11-22 16:28:48 [SEVERE] Error occurred while enabling ServerSigns v2.5.2 (Is it up to date?) java.lang.IllegalArgumentException: Cannot set to an empty path at org.apache.commons.lang.Validate.notEmpty(Validate.java:363) at org.bukkit.configuration.MemorySection.set(MemorySection.java:156) at org.bukkit.configuration.MemorySection.set(MemorySection.java:186) at org.bukkit.configuration.file.YamlConfiguration.convertMapsToSections(YamlConfiguration.java:78) at org.bukkit.configuration.file.YamlConfiguration.convertMapsToSections(YamlConfiguration.java:76) at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:66) at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:138) at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:105) at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:175) at de.craftville.ServerSigns.ServerSignsManager.loadSigns(ServerSignsManager.java:39) at de.craftville.ServerSigns.ServerSignsManager.(ServerSignsManager.java:25) at de.craftville.ServerSigns.ServerSignsPlugin.onEnable(ServerSignsPlugin.java:87) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:374) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381) at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:270) at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:252) at net.minecraft.server.MinecraftServer.j(MinecraftServer.java:320) at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:299) at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:258) at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:147) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:398) at net.minecraft.server.ThreadServerApplication.run(SourceFile:856)
Bitte fixen :)
-
View User Profile
-
Send Message
Posted Nov 19, 2012@PapaHarni
yes they have permission to use serversings but they dont have permission to the command. like i adde "/i 384 10" but it says that they dont have permission and i dont want them to have permission to it only by the sign
-
View User Profile
-
Send Message
Posted Nov 19, 2012Why can't my players use a sign that dosent have a custom permission added to it? And yes my players have the permission serversigns.use
-
View User Profile
-
Send Message
Posted Nov 18, 2012@mads672c
Have u set the permissions?
serversigns.use serversigns.use.*
-
View User Profile
-
Send Message
Posted Nov 18, 2012hi... im trying to add a command to a sing but when player are trying to use it it says they dont have permissions to use the command. im trying to give them 10 exp bottels and i dont want then to have permissions "/i" commanden what can i do... if u dont understand what i mean just ask and i will explain.
-
View User Profile
-
Send Message
Posted Nov 16, 2012Why i can use the commands but i can't mark the sign? What's wrong? It's not the block id
GroupManager Config for pex :
permission_console_command_add: manuaddp <player> <permission> permission_console_command_remove: manudelp <player> <permission>
-
View User Profile
-
Send Message
Posted Nov 13, 2012@randomkid9600
Me as well :)
-
View User Profile
-
Send Message
Posted Nov 11, 2012@DaSamSam
thats what i need to
-
View User Profile
-
Send Message
Posted Nov 10, 2012Can you give me the serversigns config file with group manager used instead of pex plz?