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 Jul 2, 2013@CJxD
Cool. I already know LUA but will check Python. Looking to start coding my own plugins some day soon anyway :)
-
View User Profile
-
Send Message
Posted Jul 2, 2013@WauloK
It was, and then it became Python! Python is just so much easier to customize so we don't have awkward syntax, and the libraries are nicer to use.
-
View User Profile
-
Send Message
Posted Jul 2, 2013@zonedabone
Sweet! I thought it was LUA?
-
View User Profile
-
Send Message
Posted Jul 2, 2013@WauloK
This one is still supported, and as of today we are hard at work on the new one.
In fact, I just finished initial testing of the interpreter on CommandIt, and it's beautiful. Example:
Basically, CommandIt will be so much more than a way to run commands. I'm thinking about just opening up the entire Bukit api to signs, so the possibilities are endless.
Also, this scripting can extend beyond blocks. Basically with this base we can script anything in python.
-
View User Profile
-
Send Message
Posted Jul 1, 2013So this plugin is deprecated and the new one is abandoned?
I was hoping to install this but if it won't be supported in the future there's no point.
-
View User Profile
-
Send Message
Posted Jul 1, 2013when I add in @admin at the top, it still doesn't allow me to execute the sign even though i am an admin. Help Please?
-
View User Profile
-
Send Message
Posted Jun 28, 2013@killertudse
@nickyimbo
http://dev.bukkit.org/bukkit-plugins/command-signs/pages/tutorial/basics/
http://dev.bukkit.org/bukkit-plugins/command-signs/pages/tutorial/advanced-usage/
Please read the pages provided by the authors.
-
View User Profile
-
Send Message
Posted Jun 28, 2013How do i make signs cost money to execute?
-
View User Profile
-
Send Message
Posted Jun 28, 2013Sorry , how i set cooldown ?
-
View User Profile
-
Send Message
Posted Jun 28, 2013How can i set deelay of a sign?
Sorry bad english.
-
View User Profile
-
Send Message
Posted Jun 28, 2013@Rhidzla
Yes, it's possible, type:
/cmdsigns 1 /^skillpoints add [number]
and
/cmdsigns 2 /^money remove [number]
You can even let the plugin tell the player they bought the skill points:
/cmdsigns 3 \You bought [number] Skill Points!
-
View User Profile
-
Send Message
Posted Jun 27, 2013With this plugin, is it possible to have 2 commands executed from one sign?
For example. I want to make signs where players can purchase MCMMO skill points. So when they hit the sign they get the skill points and it deducts the amount from their balance.
-
View User Profile
-
Send Message
Posted Jun 26, 2013@mannbearschwein
Yes, the scoreboard with use of the controlblock ID 137 (has to be enabled in server.properties enable-command-block=true) scoreboard. If decided, the scoreboard can be reset later.
http://www.minecraftwiki.net/wiki/Scoreboard
-
View User Profile
-
Send Message
Posted Jun 26, 2013Is there any way to make it so that the sign can only be used once, per player, instead of a duration in seconds? I wanted to use a sign that could reward a player for completing the tutorial (using /*money give <name> 500) and then take them back to spawn. It works, but the longest time I can set it to is 24 days. Is there a way I can fix this?
-
View User Profile
-
Send Message
Posted Jun 25, 2013@numskull34
Have you tried one of these?
%seconds
- Delay the sign's execution by the set interval
- Does not lag server
`seconds
- Pause execution of a CommandSign for a random amount of time.
- v1.8.0+ ONLY.
Else an idea could be to put the block on a piston and make it move away when hit.
I will think about this, as there actually should be a coding way of setting that up.
I have been using "`seconds" at some of my signs, with luck. But not checked yet if it matters to other players from same group.
I have spent an hour on the redstone vs cmds, testet on a testserver with and without world edit and craftbook, or any area dependent plugin, and i can not get a tiny little response from it. I think its a bug, or author has forgotten to tell os something.
-
View User Profile
-
Send Message
Posted Jun 24, 2013so i think that one of your replys fungreen fox was for me but im looking for a cooldown that dosent allow anyone to ues the sign not just that person. also i cant get world edit commands to work with redstone triggers any ideas.
-
View User Profile
-
Send Message
Posted Jun 24, 2013@Carbon16
Some systems does not like typing "line 1"
try with cmds 1 \hello
-
View User Profile
-
Send Message
Posted Jun 24, 2013@dcww
Then let users about using their /warp and put /^mv tp <name> coords in here.
Eventually make use of group permission
-
View User Profile
-
Send Message
Posted Jun 24, 2013@numskull34
You will find it under reference guide --> special characters.
-
View User Profile
-
Send Message
Posted Jun 24, 2013Trying to use this on Item frames but it doesn't work. Is there a trick or is this just not possible?