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.
This plugin is so useful and its basically the backbone of my server right now. I'm just wondering though, is there a way to use silent mode with imported commands? I used a text file to import a long list of commands on to one of my signs and when a player clicks on the sign the commands run with no issue but it sends a message to the player with the output message for each executed command.
For example, one of the imported commands is "/give @s minecraft:stone 64" and when a player clicks on the sign they receive their items but they are also sent a message "Gave 64 stone to <player>". How can I disable this output message?
In reply to swagsnags:
You can't disable the message because the message is sent by Minecraft but you can execute the command as server, with this method the message will be print only in console.
/svs add <server> give <player> minecraft:stone 64
In reply to epicanard:
Thank you so much it works perfectly! Also, thank you for your quick response. Most bukkit/spigot forums don't usually answer questions so thank you for taking the time to do that. I will be recommending this plugin to my friends :)
In reply to swagsnags:
Always happy to help. Thank you for your recommendation.
Good game to you :)
cant seem to find anywhere how to add a delay to the sign and no i dont mean a cooldown. i want it so when the player hits the sign he has a 5 second delay before it completes the command and if he moves it cancels it
In reply to MattPurple:
You can add a delay on a command to execute it later with d (i.e : /svs add [d:5m] say hello). But nothing to cancel this task if he move
Is it possible to add some kind of timer between commands?
for example you are supposed to click on a sign, which first gives you permissions to /spawn and then teleports you to spawn, but it always first says that the player has no permissions to do /spawn
In reply to QuarlieYT:
What does your sign look like
Because it should work as expected.
o/ want to ask a question about priceitem. im currently using the latest mmoitems plugin. i want to create priceitem for the sign by using a mmoitem, it works very well at the beginning. however, when i restart the server or reload the plugin, the priceitem won't work. I mean, im using the same item to right click the sign, but the sign tell me i do not have the required item. what should i do
In reply to Kwstv0515:
Hello, maybe some metadata are not saved in the sign file. I will take a closer look at what's going on
In reply to Kwstv0515:
I tried to repoduce the bug with enchanted items and custom name/lore without success, all works as expected.
Can you send me in PM the jar of MMOItems to try to reproduce the bug with this specific plugin ?
If one things changed in the lore of your mmoitem it will not works, so maybe it is the issue ?
I noticed in the config you have 'permission_add_command' and 'permission_remove_command'. Does that mean there is a way to have temporarily granted permissions?
In reply to thendilmc:
Yes of course you can put any permission command in it.
For example :
lp user <user> settemp <permission> true 42
can you make one without permissions then I will use
In reply to Business_Log:
Why ? If the SVS require permissions then just use a plugin to handle permissions (for example LuckPerms)
In reply to epicanard:
I install all the permissions and they never work and every time anyone joins I have to do /reload and usually it only half works
In reply to Business_Log:
I also was kinda mad when I wrote this because I was working for 2 hours to try to fix something and tried to look for other solutions
In reply to Business_Log:
You have all the permissions here https://serversigns.de/wiki/Permissions
With luck perms you can simply do
/lp group default permission set serversigns.use.*
In reply to Business_Log:
many plugins do not support /reload. always restart your server when needed.
This plugin is only supported on Bukki, Spigot, Paper, (maybe a few more sub-forks) but NOT on bedrock or modded(forge) servers. (magma/mohist not officially supported either, but might work)
Need Help Please! Server Community depends upon it :)
Hello. I have a massive problem on my server. After typing /svs create <signname>, and an untimely server restart. I seemingly lost my ability to interact with the Minecraft world/server blocks on the entire map.
It does not matter how many permissions i have or if I have OP. I just can´t build or remove any blocks or open doors or flip levers or anything. I suspect this was caused by the command being terminated before execution. Now I cannot create a serversign to cancel this mode, cause I cannot place a sign or interact with it through any other means than commands. But even commands seems not to work for serversigns as right clicking on a sign seems to go unregistered. This problem has essentially shut down development of our server until the problem is fixed, which unfortunately costs us money without revenue :/
I hope you can help us out with this issue :)