Command Signs
Make signs run commands!
CommandSigns allows you to assign any commands to any block making it easier for your players to do their command-based business!
Required Dependency
- Vault is required for CommandSigns. You can get it here: Vault
Features
- Run commands from signs or any other block with a single click
- Signs can have any other text on them, the commands are linked to the sign behind the scenes
- Elevate user permissions to run any command you choose
- Restrict who can use the sign and when
- Activate your CommandSigns with redstone
How To Use
- Place a sign (or block) and add any writing you want
- Add lines to your clipboard with /commandsigns line<number> <\text or /command>
- Right click the block to make it a CommandSign
Basic Tutorial
Advanced Usage (using money and permissions)
Reference Guide
Auto Updating
CommandSigns automatically checks for updates in order to keep your server up to date with the latest bug fixes! You can set CommandSigns to update completely automatically in config.yml, or to manually update, type /commandsigns update.
Videos
Video by luigi_vampa
Links
View Source on GitHub Feel free to contribute!
Help/Support
If you encounter a problem and it's not something covered by the tutorials and reference guide, please submit a trouble ticket using Bukkit's ticket requester in the menu above.
If it's something simple, post a comment and CJ will get back to you.
-
View User Profile
-
Send Message
Posted May 9, 2015The Plugin dont work :l
-
View User Profile
-
Send Message
Posted May 9, 2015This is a great plugin but on my server people can only activate the sign by punching it, rather than right clicking, does anyone have a solution to my problem?
-
View User Profile
-
Send Message
Posted May 5, 2015Nothing beats this plugin. Been using it forever. Still working on BuildTools spigot 1.8.3 build.
Although it's stopped listening to pressure plates and doors etc for obvious reasons. Here's the errors.
http://pastebin.com/maqswERP
-
View User Profile
-
Send Message
Posted Apr 25, 2015Someone should just take over this project..
-
View User Profile
-
Send Message
Posted Apr 25, 2015Best plugin ever but... PLEASE UPDATE
-
View User Profile
-
Send Message
Posted Apr 20, 2015great plugin...but please update!
-
View User Profile
-
Send Message
Posted Apr 14, 2015Please update to 1.8 (giving errors when trying with spigot 1.8.3)
-
View User Profile
-
Send Message
Posted Apr 4, 2015If you are running a 1.7.10 server use v1.9.3.1 :) Updating to the newest version made all of my command signs produce errors and not run.. I simply went back to 1.9.3.1 and it works perfectly fine again.
-
View User Profile
-
Send Message
Posted Mar 17, 2015whens 1.8 coming?
-
View User Profile
-
Send Message
Posted Mar 8, 2015Update this plugin (1.7.10), if you do it is fantastic!
-
View User Profile
-
Send Message
Posted Mar 4, 2015Works great for me! I have an outdated version of vault. (Running Version 1.4.1 - b436)
-
View User Profile
-
Send Message
Posted Feb 14, 2015i cant use it cuz it isnt on my server but i did put it in the plugin folder
oh and i use 1.7.9
-
View User Profile
-
Send Message
Posted Feb 14, 2015@dennis3911
yep it is buggy, I had the same issue, it does need an update. it doesn't play well with some other plugins, ie it kills mobarena and paintball. However it is great for 'masking' warp signs! :) Hope it does get updated at some point
-
View User Profile
-
Send Message
Posted Feb 11, 2015@CombatWiZ
try making the sign give a perm like @tutorial.complete then have it check if that player has that permission and if they dont it gives the permissions and the money. then also add that if they have the permission to deny use of the sign. (realize that tutorial.complete is not a real permission)
-
View User Profile
-
Send Message
Posted Feb 11, 2015This is a great plugin, i love it. i use it for pretty much everything! pay for special kits, paying for ranks, info guides, etc...ill be playing around with it a lot to see its full extent! thanks for this great addition to my server!
-
View User Profile
-
Send Message
Posted Feb 5, 2015Great plugin, but I have a problem: /*<command> doesn't work as it is supposed to. They can't run the sign, since they need the perms, but this should give them acces to use it.
'*' means that the user will have access to the '*' permission node (everything) whilst running the sign.
So they should be able to use it without the permissions. Is this a bug? Some meta characters chanced? since % doesn't work too.
I'm running Spigot 1.8.0, and the newest version of commandsigns.
Hope to get answer soon, Dennis
UPDATE Need to read the permissions first :P But the % still doesn't work as it is supposed to.
-
View User Profile
-
Send Message
Posted Feb 4, 2015this plugin does not work with bungeecord commands, because when you use a commandsigns with a bungee command the command go to the server console and not to the bungeecord and the server says Unknown command.... can you fix it? es important :D
-
View User Profile
-
Send Message
Posted Jan 31, 2015How do I make it so that a person can use a sign only once? For example I made a tutorial area and I'd like to reward the person money for completing it. But I don't want him to spam the sign in order to earn money. Currently I have it so that the player earns a promotion and therefore be disallowed to use it again, but I'd like to know if it's possible to do it without having to promote the user.
-
View User Profile
-
Send Message
Posted Jan 27, 2015Any word as to when this will support 1.8?
-
View User Profile
-
Send Message
Posted Jan 27, 2015@Unviewed
Just have the sign check for a permission, then make that permission an inverted requirement. Example using GroupManager:
That will check for the rank permission "bought.rank1" if the player doesn't have it they receive it and the rank. If you have your ranks grouped, you can also use !@<group> instead of the permission on line 1.
Note that if you're op'd the sign will assume you already have the ranks/permissions and not work right. So deop yourself for testing.