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 Apr 12, 2020In reply to Mazloqc:
Yes of course, you can use /svs setprice to define the cost to execute your sign.
-
View User Profile
-
Send Message
Posted Mar 22, 2020Hello, 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 *.
-
View User Profile
-
Send Message
Posted Mar 22, 2020In reply to sistema700:
Which command did you used on your sign ? Does /svs add <srv> works ?
-
View User Profile
-
Send Message
Posted Mar 23, 2020In reply to Forge_User_91135652:
I cant use <server>, because my sign placed in different multiworlds worlds, and if i try /svs add <server> minecraft: tp @a[x,y,z,r] x,y,z nothing happend, I think this is due to the fact that the server does not know in which world it is necessary to perform actions
-
View User Profile
-
Send Message
Posted Mar 23, 2020In reply to sistema700:
Oh ! Someone had the same issue. In last versions of Minecraft, command tp always teleport in main world nevermind where you are.
You can use execute command instead :
-
View User Profile
-
Send Message
Posted Mar 23, 2020In reply to Forge_User_91135652:
[Server: entity 'in' not found]
-
View User Profile
-
Send Message
Posted Mar 23, 2020In reply to sistema700:
I didn't ask, which version of minecraft are you using ?
If the command above is executed without svs, does it work ?
-
View User Profile
-
Send Message
Posted Mar 23, 2020In reply to Forge_User_91135652:
I have 1.11.2 version. /execute command in this version doesnt have argument 'in', 'at' etc.
-
View User Profile
-
Send Message
Posted Mar 23, 2020In reply to sistema700:
The only solution I see is on the sign set these steps in the order :
- Give permission to the player to use tp
- Execute the command tp @a[x, y, z, r] x y z
- Remove the permission to use tp
-
View User Profile
-
Send Message
Posted Mar 13, 2020How to translate? plz
-
View User Profile
-
Send Message
Posted Mar 14, 2020In reply to blackzedraider:
Copy the file you want to translate (for example en_default.yml) and rename it for the language you want and change your language parameter inside config file.
Your language file should not have _default as suffix else it will be deleted.
More informations here : https://serversigns.de/wiki/Configuration
-
View User Profile
-
Send Message
Posted Jan 19, 2020I can't find how I can do that, someone can tell me? Thanks! I'm glad to see this project still updating! Thanks to all developers, this plugin is one of the most important of all.
-
View User Profile
-
Send Message
Posted Jan 20, 2020In reply to kayrokmagick:
What are you trying to do ?
If you want for example to wait 5 seconds before doing an action you can use
-
View User Profile
-
Send Message
Posted Jan 19, 2020Hey , can you please give me an example for /svs item? PLEASE ! I want my cost to be 1 emerald. !
-
View User Profile
-
Send Message
Posted Jan 19, 2020In reply to Forge_User_21014117:
You can see materials here https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
For your command you can do /svs item id.EMERALD
-
View User Profile
-
Send Message
Posted Sep 22, 2019Version 1.14.4 this plugin has the same issue as SignShop (https://dev.bukkit.org/projects/signshop) in that all signs that are placed on the ground function properly.
But if a sign is placed on a wall, it doesnt respond.
Author can you please confirm and if possible let us know if you are working on a fix.
-
View User Profile
-
Send Message
Posted Sep 27, 2019In reply to Lensfor:
Which version of minecraft and plugin do you use ?
Did you recently update your minecraft version and you didn't reset your config file ?
-
View User Profile
-
Send Message
Posted Oct 16, 2019In reply to Lensfor:
I had this problem too. You have to add the following in the config.yml file under the "blocks:" section:
- ACACIA_SIGN
- ACACIA_WALL_SIGN
- BIRCH_SIGN
- BIRCH_WALL_SIGN
- DARK_OAK_SIGN
- DARK_OAK_WALL_SIGN
- JUNGLE_SIGN
- JUNGLE_WALL_SIGN
- OAK_SIGN
- OAK_WALL_SIGN
- SPRUCE_SIGN
- SPRUCE_WALL_SIGN
-
View User Profile
-
Send Message
Posted Oct 17, 2019In reply to c0wg0d:
If you have the version v4.5.2, you can simply reset your config file it will generate the correct materials depending of your Minecraft version.
-
View User Profile
-
Send Message
Posted Jun 28, 2019Source is available here: https://github.com/serversigns/ServerSigns