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 24, 2013How do i make it so it says the players name? Like /broadcast (playername) loves this plugin! And Also is it possible for them to click a sign and use the command like /broadcast With out having permission to use the command? Thanks!
-
View User Profile
-
Send Message
Posted Jan 24, 2013@rustyshakelford2
No. <chat> is only working with players, you only can use <server> commands with redstone since redstone is not a player, so it can't execute player commands.
-
View User Profile
-
Send Message
Posted Jan 24, 2013It would seem that <chat> commands will not activate with redstone. Other commands on the same sign trigger with redstone, but you have to right click the sign to make chat messages work. Any way to fix this?
-
View User Profile
-
Send Message
Posted Jan 24, 2013@rellac
Look at the Commands page:
-
View User Profile
-
Send Message
Posted Jan 24, 2013It would be nice if it were possible to delay a command on a sign (if it isn't already possible)
I personally would use this to let players use donator ranks for high amounts of in-game money for a month or so. Something along the lines of:
Line 1: <server> rank <player> somerank
Line2: <server> rank <player> someotherrank <time x>
Would be great for me. Time can be ticks, seconds, days or whatever. Of course, the actual ranking proccess is handled by another plugin, I'm merely suggesting the delay feature.
-
View User Profile
-
Send Message
Posted Jan 23, 2013@ThePlayingNoob
v2.6 which provides Minecraft 1.4.7 compatibility has just been approved ^^
-
View User Profile
-
Send Message
Posted Jan 23, 2013Nice plugin tested it and did a lot of things with it on my server. when are you updating to 1.4.7-R1? im running on 1.4.6-R3 because all my plugins break with 1.4.7-R1
-
View User Profile
-
Send Message
Posted Jan 22, 2013@monstercat101
It's much easier, just enter the block ID of the Button in the config and you can use the button like a sign ;)
-
View User Profile
-
Send Message
Posted Jan 22, 2013@monstercat101
Thanks for donating, it's greatly appreciated! ^^
-
View User Profile
-
Send Message
Posted Jan 22, 2013@wortsnagga
You can assign commands to a button. Just add it to the config under redstone.
-
View User Profile
-
Send Message
Posted Jan 22, 2013I am donating to this plugin, it is amazing, please keep it up. <3
-
View User Profile
-
Send Message
Posted Jan 20, 2013@woutwoot
You're welcome!
@NationCraftDev
Well, I've been asked by CalibeR50 to take-over development of ServerSigns, so I'll hopefully be able to make it an official release here soon. :)
-
View User Profile
-
Send Message
Posted Jan 19, 2013@Exloki
Please upload this to Bukkit-Dev as a project for verification :)
-
View User Profile
-
Send Message
Posted Jan 19, 2013@Exloki
Thanks!
-
View User Profile
-
Send Message
Posted Jan 18, 2013@monstercat101
With that said then, are there plans or is it possible to set it up so a command runs when redstone becomes active in proximity to a sign or block. For example I want to place a command sign under the ground. Using a world edit function to replace nearby blocks it will open an area for the players to enter. I want to place the sign in the location that the command needs to be run and have it executed from a switch further away. This way the players hit the secret switch in the tomb and a passage appears as the rocks melt away.
EG. [SVSSign]
-[RedStoneDust]--[Switch]-
View User Profile
-
Send Message
Posted Jan 16, 2013Anyone experiencing any errors with version 2.5.2, then I have made a version which removes all the errors that I encountered. If you download this and still have an error, please pm me the error so I can try and fix it. Please also note that this is not an official version, and I recommend you take complete backups before using it, although I have had no issues what-so-ever thus far.
Download: http://www.atmony.com/java/development/ServerSigns.jar
-
View User Profile
-
Send Message
Posted Jan 14, 2013@wortsnagga
lol, signs dont trigger redstone. You need to add the itemdb to the config for a redtone item like a button, or pressureplate, then when they step on the pressureplate they will trigger the svs assigned to the plate.
This is actually the best plugin, I use it for everything, it has such an awesome range of uses, thanks so much for this.
-
View User Profile
-
Send Message
Posted Jan 13, 2013@levisn1
Ik right ! I wanna know too!
-
View User Profile
-
Send Message
Posted Jan 12, 2013please update to 1.4.6
this is my error:
http://forums.bukkit.org/threads/server-signs-1-4-6-wont-work-please-help.122595/
-
View User Profile
-
Send Message
Posted Jan 12, 2013Hello, I recently added this mod to my server and everything is working fine. However I can't see to get Red Stone triggers to work. I attempted to run redstone into a sign. I can click the sign and it works, but flipping the redstone switch seems to have no effect. Can I get some advice on how to setup my signs to trigger with redstone? I do have listen for redstone enabled in the config.
Thanks in advance.