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 Feb 23, 2013@Exloki
Oh thank you very much :D
-
View User Profile
-
Send Message
Posted Feb 23, 2013Could you make 2.7 work for cb 1.2.5? I run a Tekkit server and Tekkit used cb 1.2.5. I have been using an older version but the new priceitem is amazing and I really want that.
-
View User Profile
-
Send Message
Posted Feb 23, 2013@Vinefest
You can achieve this using our new "priceitem" command! The command works like this: "/svs priceitem <itemid | 0> <amount>" - Remove a certain number of a certain item from a player's inventory (works like setprice, so the sign will not be executed if the player doesn't have the required items). Check priceitems on a sign using /svs list. You can add as many items you want, just continue adding priceitems with the command, one at a time.
@pepper82
codiaz basically explained it - You're trying to get the console to teleport itself to the coordinates, or itself to spawn (which it can't do! xD).
-
View User Profile
-
Send Message
Posted Feb 21, 2013How do you remove items from people's inventorys?
-
View User Profile
-
Send Message
Posted Feb 21, 2013@pepper82
You didn;'t tell the sign what or who it should teleport you should do /svs add <server> /tppos <player> x y z or /svs add <server> /spawn <player> and get rid of the serversigns.use.* make it serversigns.use everthing that comes after the use. is permissions needed and if you make it * they can use it always so if you set a permissions on the sign and they have .* they can use it but you don't want that you only want player with that permission node to use it.
-
View User Profile
-
Send Message
Posted Feb 21, 2013Hi, I have trouble with having a player teleport after right-clicking a serversign.
For example, this works fine: /svs add <server> /give <player> 1 1
And this does NOT work (even admins can't use it), I know these are essentials commands: /svs add <server> /tppos 100 100 100 or /svs add <server> /spawn
Is this a bug? How to teleport players using serversigns?
I am using PermissionsEX and I have added this to default user group: - serversigns.use.*
Thanks for your help!
-
View User Profile
-
Send Message
Posted Feb 21, 2013@Exloki @iChrill
You can also use essentials for it if you turn on warp signs
-
View User Profile
-
Send Message
Posted Feb 21, 2013@Exloki
Ye but now I want something when they used a sign and there are 4 with the same perms he can only use one and than not anymore so only one so if he have chosen one he can't do a next but I found a solutions :P just do /svs add <server> pex user <player> add -serversigns.use.[that one] So thats it thanks anyway, oh and people with serversigns.* :D (which includes serversigns.use.* :D)
-
View User Profile
-
Send Message
Posted Feb 19, 2013@iChrill
Simply add "/svs add <server> /warp EscapeTunnels <name>" (Assuming you use Essentials warps) to the sign! :)
@sicariusdracus
I'll speak to Caliber about possibly adding a config option to disable signs which op players, but for now I recommend you only allow trusted staff members access to server signs - They essentially have console with it!
@XxDawnsusxX
Unfortunately not, sorry!
@codiaz
I think you're asking how to set permissions for a sign (sorry if this isn't your question, I'm quite tired!). To set permissions, use "/svs setpermission example" (replace example with whatever you want). Then, only players with "serversigns.use.example" or "serversigns.use.*" will be able to access that sign :)
@codiaz
The svs permissions grant command grants permissions to a player, read more about it here: http://dev.bukkit.org/server-mods/serversigns/pages/commands/
@HotZombie573
You're welcome!^^
-
View User Profile
-
Send Message
Posted Feb 19, 2013THIS is so cool just where iam looking for! thank you so much! :DDDD
-
View User Profile
-
Send Message
Posted Feb 19, 2013Can someone tell me what the command /svs grant add permissions does because I think I need it for the first part of my plan that I said in my last post (the 2 perms needed to acces something.)
-
View User Profile
-
Send Message
Posted Feb 19, 2013Is it possible to make a serversign so they need 2 perms to acces it because I have an enjin shop and in first place they can buy it but they can only use it when they are in a specific group so in that group needs to be a perms lets say: serversigns.use.AccestoElementSign and than if they buy it in the shop they get an extra perms: serversigns.use.AccestoElement and than if they clicked on it, it will be removed by doing /svs add <server> pex user <player> remove serversigns.use.AccestoElement so than only the groups that didn't buy something in the first place can buy one more thing? And than is it also possible to make it so that if they buyed it once also a command on it will be /svs nopermissions serversigns.use.AccestoElementDeny so you can make it so they can't do something more than once so if they got that perms on them they won't be allowed to buy another one and give that to theirselves? Thanks!
-
View User Profile
-
Send Message
Posted Feb 19, 2013Is this plugin able to let you create a sign saying the name of the world and how many players are in that world?
-
View User Profile
-
Send Message
Posted Feb 18, 2013Mods on my server who can use this have made a multitude of <server> op <player> signs. Any way to stop them from doing this in a future patch? Especially since I have that command disabled using Essentials?
grammar-
View User Profile
-
Send Message
Posted Feb 18, 2013Thank you. This plugin is the very foundation for everything on my server, thanks so much.
-
View User Profile
-
Send Message
Posted Feb 17, 2013@Exloki
Thanks, worked, I am sorry for being such a mess, but how do I make so they also WARP to a place called "EscapeTunnels" :)
-
View User Profile
-
Send Message
Posted Feb 17, 2013@iChrill
Hello,
Make sure you're getting console to issue the command, because of course the player cannot promote themself. The command you're looking for should be like "/svs add <server> /manpromote <name> Escaped"
Hope this helps, Thanks!
-
View User Profile
-
Send Message
Posted Feb 17, 2013@Exloki
Thanks! Worked. Now my last question. How do I make so people can rankup to "Escaped" when clicking the sign? /manpromote <player> Escaped didnt work...
-
View User Profile
-
Send Message
Posted Feb 17, 2013@iChrill
Hello,
You can add a cost to a SVS using "/svs setprice 15000" (Replace 15000 with any amount you want, but this command will work for what you've asked).
Hope that helps, Thanks!
-
View User Profile
-
Send Message
Posted Feb 17, 2013@chris_king
I would like left and right mouse button support too.