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 Sep 7, 2012Yeah I use the * before the command so it would look like thiS /svs add */command
That will give them the permission for that command only for once unless they click the sign again
-
View User Profile
-
Send Message
Posted Sep 7, 2012Is there a way to set permission from a sign for a longer period (say 1 second or so). For the purpose of players selling items to the server, I use essentials.signs which seems to try and execute before svs commands go through. essentials.signs.use.sell is removed from people by default, but I want to be able to temporarily give it to them for a full second or so. Any suggestions? (Or a way for players to sell items to the server VIA serversigns).
-
View User Profile
-
Send Message
Posted Sep 3, 2012@CalibeR50
I'm running craftbukkit build# 2352 1.3.2R01 Beta build
-
View User Profile
-
Send Message
Posted Sep 3, 2012@rushn_hobo
which kind of server type are you running? craftbukkit? Or anything else?
-
View User Profile
-
Send Message
Posted Sep 2, 2012I get this error when I restart my server: http://pastebin.com/ES7wvE5z
-
View User Profile
-
Send Message
Posted Sep 2, 2012@googlebuscus
Update your Vault, if it still not work you have to wait until vault support your economy.
-
View User Profile
-
Send Message
Posted Sep 1, 2012I get an error about the type of economy im using, no signs work. Can you maybe add compatibility with craftconomy3.
-
View User Profile
-
Send Message
Posted Sep 1, 2012@dudeguything21
already tryed nothing still does not work
-
View User Profile
-
Send Message
Posted Sep 1, 2012@Haloclanproductions
happened to me to at start. try restarting you server and/or breaking sign and doing new one
-
View User Profile
-
Send Message
Posted Sep 1, 2012so i do /svs setpermission (permission) and it tells me i can add a permission so i right click on a sign and it does nothing i can set a price and it tells me i set a price but when i add a permission nothing happens
-
View User Profile
-
Send Message
Posted Sep 1, 2012@aaomidi
/svs add [d:10] say test <
- 10sec. delay@pthomasization
just enable the option in the config and profit
-
View User Profile
-
Send Message
Posted Sep 1, 2012Can someone plz explain how to power a sign with redstone? is there a video or something? pictures would be helpful too! Thanks!
-
View User Profile
-
Send Message
Posted Sep 1, 2012@aaomidi
There is a delay already.
Hey
I just want to say great plugin, keep up the good work =)
-
View User Profile
-
Send Message
Posted Aug 31, 2012@CalibeR50
Maybe signs with delayed actions :?
-
View User Profile
-
Send Message
Posted Aug 30, 2012I'm getting this error Is it compatible with 1.3.2?
[SEVERE] Cannot load plugins/ServerSigns/signs/world_461_72_-106.yml org.bukkit.configuration.InvalidConfigurationException: while scanning a simple key in "<string>", line 154, column 3: X_Be ^ could not found expected ':' in "<string>", line 155, column 1:
^
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) 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.<init>(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:365) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381) at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:265) at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:247) at net.minecraft.server.MinecraftServer.i(MinecraftServer.java:296) at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:275) at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:225) at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:140) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:378) at net.minecraft.server.ThreadServerApplication.run(SourceFile:539) Caused by: while scanning a simple key in "<string>", line 154, column 3: X_Be ^ could not found expected ':' in "<string>", line 155, column 1:
^
at org.yaml.snakeyaml.scanner.ScannerImpl.stalePossibleSimpleKeys(ScannerImpl.java:398) at org.yaml.snakeyaml.scanner.ScannerImpl.needMoreTokens(ScannerImpl.java:229) at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:178) at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:563) at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161) at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146) at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230) at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:123) at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106) at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:121) at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480) at org.yaml.snakeyaml.Yaml.load(Yaml.java:399) at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53) ... 17 more 2012-08-30 12:19:34 [SEVERE] Error occurred while enabling ServerSigns v2.5.1 (Is it up to date?) java.lang.NullPointerException at de.craftville.ServerSigns.ServerSignsManager.loadSigns(ServerSignsManager.java:57) at de.craftville.ServerSigns.ServerSignsManager.<init>(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:365) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381) at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:265) at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:247) at net.minecraft.server.MinecraftServer.i(MinecraftServer.java:296) at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:275) at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:225) at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:140) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:378) at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
-
View User Profile
-
Send Message
Posted Aug 30, 2012not work with esential economy
-
View User Profile
-
Send Message
Posted Aug 28, 2012NullPointer: http://pastebin.com/Ycyrj1rf
-
View User Profile
-
Send Message
Posted Aug 28, 2012@CalibeR50
Ok, so it appears that maybe just maybe I have tracked this wonderfully stupid bug down. It was the combination of multiverse build 580 and vault 1.2.18, it was affecting not only server signs but also chestshop and modifyworld from pex. I would like to thank strongbow1 for first zeroing in on vault which then led me to multiverse.
The exceptions appeared to happen after changing worlds, well, svs, chestshop, modifyworld and multiverse are all connected via vault. So today, I not only had npe's and cme's popping up for svs but also for modifyworld, inventory interact events and also chestshop npe's where right clicking would cause some other interact event exception. Long story short.
Update mulitverse to build 588 from here: http://ci.onarandombox.com/job/Multiverse-Core/588/ and it appears as if the npe's and cme's go away, maybe. I will advise further if the problem comes back but it would appear to be maybe fixed with this build of multiverse.
Thank you Caliber50 for all your work on trying to reproduce this and trying your best to fix it.
-
View User Profile
-
Send Message
Posted Aug 27, 2012@cranebaked
The video was not made by me, but if you want a server ip check http://yourcraft-server.de, this is my homepage and Server :) permissions: http://dev.bukkit.org/server-mods/serversigns/pages/permissions/
-
View User Profile
-
Send Message
Posted Aug 27, 2012can you send the server ip you showed in the video to ourminecrafthelp@gmail.com i own a website that i can use to advertise(if you want)
the website is ourminecrafthelp.webs.com