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 Jun 14, 2013@Dashdart111
listen_on_redstone: true
-
View User Profile
-
Send Message
Posted Jun 12, 2013Can these signs be activated with redstone???
-
View User Profile
-
Send Message
Posted Jun 12, 2013I think I came across a supposed bug. One of my regulars who is on the server nearly every day, mysteriously acquired the permission node essentials.*
My reason serversigns may of did it is because some of my signs temporarily give the permission node to allow them to use a command as its easier to do [p:essentials.*] than have to remember all the essential nodes for the different signs my server incorporates.
Fairly sure none of my ops did it as I have scoured the server logs all over and the fact that my ops dont even know how to use Permissions Ex
-
View User Profile
-
Send Message
Posted Jun 11, 2013Help please!
Can you add blacklist of command's?
Because an op can create the sign with command:
- '<server> /op player'
And if this op is deoped.. he can oped with this sign
The idea:
Add blacklist of commands: /op /whitelist /pex and others
-
View User Profile
-
Send Message
Posted Jun 11, 2013Hi, I've been running this plugin on my server for a while now without problems, but recently there have been huge lag spikes. When I graphed it out using another plugin, I saw that This plugin was the cause, causing 180,000+ m/s / 500 m/s which resulted in a huge lag spike. This appeared to originate from what the chart said was "Task #9" but I wasn't sure what that was, any help?
-
View User Profile
-
Send Message
Posted Jun 11, 2013@lirtistasya
Give the server's default group the permission "serversigns.use.default" and then use "/svs setpermission default" on any signs you want everyone to be able to use.
-
View User Profile
-
Send Message
Posted Jun 11, 2013@lirtistasya
"
-
View User Profile
-
Send Message
Posted Jun 10, 2013Earlier i made a suggestion to add votes and ill make it more clear here: You have a server, and you want a sign to have your players either vote that they want a new arena or not. So you download serversigns and place a sign. Type /svs add <vote> New_arena,keep (/svs add <vote> [option1],[Option2] When players click the sign they will be promoted this: Please type /svs vote New_arena or /svs vote Keep to state your opinion. Once a player votes, its stored in a database so if said player clicks the sign again, itll say what the current standings are.
-
View User Profile
-
Send Message
Posted Jun 10, 2013players should be able to create their own signs, but only for registered commands, like /tppos that would be very nice ._.
-
View User Profile
-
Send Message
Posted Jun 10, 2013@LHammonds
This feature has already been suggested, implemented and will be in version 2.9 :)
-
View User Profile
-
Send Message
Posted Jun 10, 2013Thanks for creating and sharing this plugin with us. Version 2.8 works great on my CraftBukkit 1.5.1-R0.2 server.
I have many messages that my server spits out in the chat area. To make it easier for players to distinguish server and player messages, I use a standard prefix tag and color for all system messages. In your config.yml, you allow the tag name to be changed which plays right in line with what I am doing with the other plugins. However, it seems to ignore the color codes. I tried the normal "&" color codes and the special character in the color codes but none of them worked.
Would it be possible to allow color code support in the tag?
EDIT: @creeperman8911, I have Essentials and Server Signs installed and I use both without a problem. If you cannot destroy an essentials sign, you probably have a permission messed up somewhere. I recall having that problem and it was a configuration issue...specifically with permissions. Make sure you are using the right permission nodes for Essentials because they changed with the version numbers (which was my problem)
Thanks, LHammonds
-
View User Profile
-
Send Message
Posted Jun 9, 2013@creeperman8911
Unless you applied an SVS to an Essentials sign (Which I don't know why you would do..) this plugin is 100% compatible with Essentials signs, with both an their latest versions.
-
View User Profile
-
Send Message
Posted Jun 8, 2013I am Soooo Mad!! This Plugin Made ALL My essentials signs get jacked up AND i cant delete it!!!!
-
View User Profile
-
Send Message
Posted Jun 8, 2013@DanniDorrito @Exloki
So basicly "Couldn't care less, no one is enforcing it, just try and stop me."
-
View User Profile
-
Send Message
Posted Jun 7, 2013@DanniDorrito: Noted, thank you.
-
View User Profile
-
Send Message
Posted Jun 7, 2013@Exloki
Hello,
Sorry for the misunderstanding, this is the first time I have come across being charged for having an advertisement removed when using a customization option and assumed the "broadcastDevelopers" was for the login message. I just don't agree with the charge to remove the login message. I'm not sure why this would be sulking, it's not like I was demanding for it to be removed and threatening to stop using your plugin, I was just making you aware of what myself and others think.
You may also want to see the terms of service of Minecraft.net "Plugins for the game also belong to you and you can do whatever you want with them, as long as you don't sell them for money." Source: http://minecraft.net/terms (Also, Paypal only sees it as a donation if there is nothing in return for the payment... unless its a non-profit organization)
I'm glad other plugins don't do this. Don't get me wrong, I'm very happy to support and work with developers who work hard (I work with many wonderful people), and could have understood this kind of advertisement on a much larger and more primary plugin (Such as Pex, Essentials or HungerGames), but this plugin I was only needing to use for one little event, so its not important enough for me want the advertisement all over my server. Its a little intrusive to be in the message of the day, many plugins add the details so you see it when you do /plugin which is a much better feature.
I'm not planning to make a ticket and suggest to someone who assumes this is just someone having a hissy fit, I'm not looking to gain further assistance or services from you, I just wanted to make you aware of the problem.
You both are wonderful developers, but so are hundreds of other people. You would gain more recognition from providing an outstanding and above expectations service which owners would definitely talk about than trying to get your name out there. That is why plugins like MobArena are so popular, I highly doubt they would have gotten to where they are now if they had charged to get X amount more custom boss mobs and whatnot.
You can take my advice or not, I don't really care, I'm not the law or anything :P Have a nice day x
-
View User Profile
-
Send Message
Posted Jun 7, 2013@DanniDorrito: I'd suggest you actually take the time to read the help pages before coming into the comments section and blindly accusing us. Firstly, the broadcast of developers option in the config determines whether or not it should tell you a developer has joined the game (such as CalibeR or myself) - it has nothing to do with the message shown to players when they log in.
The message shown when a player logs in is because you have altered the ServerSigns tag and changed it to something other than "ServerSigns" - and because that then removed all branding on the plugin; we added the onPlayerJoin message to make up for it.
If you have any issues with the way our plugin is organised or you have a suggestion, please raise a ticket rather than sulking in the comments.
Regards, Loki
-
View User Profile
-
Send Message
Posted Jun 6, 2013You've added an option for us to allow for the developers names to be mentioned when players login, when disabled it still shows this.
Please sort this out :/
EDIT: just seen you are charging for this. Thats pretty bad...
-
View User Profile
-
Send Message
Posted Jun 5, 2013How can I add color to my config such as [ServerSigns] to &D[Server], if I use & it doesn't do anything but if I use ยง I get the weird A in front of the sign so it will be A[Server].
-
View User Profile
-
Send Message
Posted Jun 5, 2013@Exloki
Done