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 May 4, 2012@Genij
I don't believe that helps me still. I'm not having trouble adding permissions to player, I'm having trouble with players that have the correct permissions are still getting the error "[ServerSigns] You don't have enough permissions."
-
View User Profile
-
Send Message
Posted May 4, 2012Do you guys need a tester for your plugins?
-
View User Profile
-
Send Message
Posted May 4, 2012@jtaker6619
This does work with bpermission it is just a bit messy for it. Check here how it works:
Bpermission example
PS. Sorry for the long away time Calib
-
View User Profile
-
Send Message
Posted May 3, 2012@jpriani13
A Special char in One of your yml Files (like äöüß or something like that)
-
View User Profile
-
Send Message
Posted May 3, 2012@CalibeR50
What would be the cause of this yml error
-
View User Profile
-
Send Message
Posted May 3, 2012@jtaker6619
you could pm me your server ip and I'll check it.
@jpriani13
you have a yml error in one of your signs. If you don't know how to solve this, the best solution would be to rename / delete the signs folder, but with this action all sings will be deleted.
-
View User Profile
-
Send Message
Posted May 3, 201217:45:21 [SEVERE] Cannot load plugins/ServerSigns/signs/.DS_Store org.bukkit.configuration.InvalidConfigurationException: unacceptable character '' (0x0) special characters are not allowed in "<string>", position 0 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:143) at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:109) at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:177) at de.craftville.ServerSigns.ServerSignsManager.<init>(ServerSignsManager.java:31) at de.craftville.ServerSigns.ServerSignsPlugin.onEnable(ServerSignsPlugin.java:85) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381) at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250) at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232) at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:543) at org.bukkit.Bukkit.reload(Bukkit.java:182) at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166) at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:473) at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:821) at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:781) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:764) at net.minecraft.serverhook.NetServerHandlerProxy.a(NetServerHandlerProxy.java:140) at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34) at net.minecraft.server.NetworkManager.b(NetworkManager.java:229) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113) at net.minecraft.serverhook.NetServerHandlerProxy.a(NetServerHandlerProxy.java:83) at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:551) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:449) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) Caused by: unacceptable character '' (0x0) special characters are not allowed in "<string>", position 0 at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:70) at org.yaml.snakeyaml.reader.StreamReader.<init>(StreamReader.java:50) at org.yaml.snakeyaml.Yaml.load(Yaml.java:399) at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53) ... 27 more 17:45:21 [SEVERE] Error occurred while enabling ServerSigns v2.4 (Is it up to date?) java.lang.NullPointerException at de.craftville.ServerSigns.ServerSignsManager.<init>(ServerSignsManager.java:49) at de.craftville.ServerSigns.ServerSignsPlugin.onEnable(ServerSignsPlugin.java:85) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381) at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250) at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232) at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:543) at org.bukkit.Bukkit.reload(Bukkit.java:182) at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166) at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:473) at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:821) at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:781) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:764) at net.minecraft.serverhook.NetServerHandlerProxy.a(NetServerHandlerProxy.java:140) at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34) at net.minecraft.server.NetworkManager.b(NetworkManager.java:229) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113) at net.minecraft.serverhook.NetServerHandlerProxy.a(NetServerHandlerProxy.java:83) at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:551) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:449) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
-
View User Profile
-
Send Message
Posted May 3, 2012@CalibeR50
Any idea what it could be then? Because I have the nodes set up exactly as they appear in the Permissions page...
-
View User Profile
-
Send Message
Posted May 3, 2012@Marium0505
You use <server> before anything. So do <server>/tell <player> [message]
-
View User Profile
-
Send Message
Posted May 3, 2012How can I make it so the user gets a message from the Console? Or so the commands are being done by the Console, and not the player?
-
View User Profile
-
Send Message
Posted May 3, 2012@groszyk
Run a command by another Player is only possible if the Player is online. To change the prefix use <blank> instead of <message>.
@jtaker6619
I am using bpermissions, too and it is working
-
View User Profile
-
Send Message
Posted May 2, 2012@CalibeR50 Having trouble with permissions. Does this work with bPermissions? Because as an OP, I can use the signs, but when I de-op myself and I'm in the group with the correct permissions, I can't use the sign.
-
View User Profile
-
Send Message
Posted May 2, 2012Probably one of my top 5 plugins. Been using it forever. Here's some features that would be cool though...
-
View User Profile
-
Send Message
Posted May 1, 2012@AvariceSyn
Ein allgemeines Update Check Plugin wäre praktisch^^
-
View User Profile
-
Send Message
Posted May 1, 2012@BrvtvsC
Factions don't use commands but reads Out the Chat. With serversigns it should work, because it uses the Chat, too
-
View User Profile
-
Send Message
Posted May 1, 2012Thank you for putting chat notifications in for serversigns updates. <3 I wish all of my plugins did this. But serversigns is by far one of the most helpful and dynamic!
Ich liebe ServerSigns!!!
-
View User Profile
-
Send Message
Posted May 1, 2012@canefire7
The problem is with Factions. Although I don't quite understand why, factions commands are not able to be parsed by other plugins generally. I think they flaunt String processing conventions and that it is related to the command aliases and no slash commands.
-
View User Profile
-
Send Message
Posted May 1, 2012@gnarlerman
as of right now this is my permissions please tell me if it should be otherwise because i tried the command for the sign that you posted with no luck..
groups: scrub: build: false default: true permissions: - modifyworld.* - serversigns.use.promote Admin: build: true default: false permissions: - modifyworld.* - serversigns.use.promote - '*'
users: hallowhead1: group: - scrub options: last-login-time: '1330313066' last-logout-time: '1330313126'
it keeps saying promotion error: user are not in this ladder
in the chat in the game it says you don't have enough permissions
i guess i am not adding the right nodes in the pex config
-
View User Profile
-
Send Message
Posted Apr 30, 2012@hallowhead1
/svs add <server> /pex promote <player> <rank ladder>
so for example I have 2 rank ladders, and want people to stay in theirs while not crossing over.
Please examine your permissions file and make sure you can promote and demote from the console or op, then the above command should work.
-
View User Profile
-
Send Message
Posted Apr 30, 2012Hello i am adding serversigns too my server, and i am having a little trouble with adding promotions to players in pex.
I am adding this command to the sign
/svs add <server> pex promote <player> admin for instance and when i or anyone right clicks it it says "User Are Not In This Ladder"
I added the node - serversigns.use.promote as well as -serversigns.custom.scrub which was what i previously used in my older servers, the basic group in pex is scrub and i made sure i was in that group so i would be able to use the sign
Am i forgetting to do something?
Also can you make a infinite cooldown somehow? or just type like 100000000000000000