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.
In reply to inygma_:
You're welcome :)
Server signs is disabled but I have no idea why... none of the signs are working.. here's a pastern of me trying to run the '/svs' command https://pastebin.com/1mhpb6Yw
In reply to planetzarea:
Please check your startup logs for why the plugin may have disabled itself.
In reply to leasoncre:
https://pastebin.com/HfndM1TJ here's where its getting disabled in the startup.. still not entirely sure what's happening though
In reply to planetzarea:
Did you remove a sign when the plugin was disabled ?
In reply to Forge_User_91135652:
No I can't remove anything, none of the commands work
In reply to Forge_User_91135652:
removing a sign wouldn't do that. i've duplicated my server files (most of them) and svs doesn't throw any errors about missing signs. i'd expect those blocks to be locked/unbreakable by svs when it does load though
In reply to planetzarea:
have you tried removing the jar file, (Delete it)
download the latest jar file from here and re-upload to your server's plugins folder? (i'm thinking the jar might be corrupt, sometimes happens for no reason). worth a shot at least.
In reply to leasoncre:
Yeah I have :/
In reply to leasoncre:
Oooook, so it seems like its something to do with the folder.... I removed it and it was working fine... do you know what might cause this? or if I gave you the FileZilla user, port, and password would you be able to see?
In reply to planetzarea:
currupted file(s) probably.
In reply to leasoncre:
Is there a way to see what files are corrupted?
In reply to planetzarea:
nope. not that i'm aware of.
In reply to planetzarea:
For those actually reading these comments later:
looked over files and found an invalid item type in one of the sign's files.
AIR is not a valid item type.
Hey there, Im making a large parkour course with checkpoints and was wondering if there was a way to only activate the commands in the signs (which set new spawn) when a player's hitbox touches the sign instead of rightclicking it, as that can be done from quite a distance away.
Thanks
In reply to jaydentajwilson:
Hello :)
No, it's not possible, but you can use pressure plates instead of signs to execute commands, like that the player just has to step on a pressure plate to execute the command.
If You have an economy plugin installed aswell are you able to attach price tags to signs as well? Like for example if I wanted to charge players (in game currency) to change the time of day or the weather, is that possible or not so much?
In reply to Mazloqc:
Yes of course, you can use /svs setprice to define the cost to execute your sign.
Hello, please help. I make a tablet, when clicked, players within a radius of 7 blocks from the tablet teleport to a specific place. I tried to do this via minecraft: tp @a[x,y,z,r] x y z but when I try to use a tablet without op permissions it says that there are not enough permissions. If you try tp with essences, then it works. I decided to make a setblock redstone block, which will activate the command block, but this command also does not work. I tried all the commands through *.
In reply to sistema700:
Which command did you used on your sign ? Does /svs add <srv> works ?