SimpleCommandSigns
Are you always teleporting that player, turning off the weather, or doing some other mundane task all the time? Are your players always forgetting commands for plugins that get used all the time? Well, with SimpleCommandSigns it is no more! Just install the plugin in your plugins directory, set up the simple config file located in the folder plugins/SimpleCommandSigns and you are ready to go! To use just right click a sign!
Features
- Commandless!
- Easy to use!
- Integrates with LWC to lock those signs
- Executes as the player that hits the sign
- Configurable
- Add the player's name to the command using the %p parameter anywhere in the command. (Example "/say %p Just rang Tux2's doorbell." would output the message: "Player just rang Tux2's doorbell.")
- Permissions (Permissions 2.x, 3.x, and Bukkit SuperPerms support)
- Will not run away and join the sponge rebellion
How to Create a Sign
- On the top line put: "[SCS]" or the custom one defined in your config file
- On the other 3 lines put the command
- If the creation is successful the top line will turn green
- Right click the sign to run the command
Permissions
- scsigns.create - the ability to create a command sign
- scsigns.use - the ablilty to use a command sign
- scsigns.autolock - have LWC autolock the sign
Need more functionality? Look no further: HiddenCommandSigns, RedstoneCommandSigns
-
View User Profile
-
Send Message
Posted Jan 25, 2012Hey, this is a great plugin and works for all the plugins I have on my server except for the Factions plugin. Here's a link to it: http://forums.bukkit.org/threads/sec-fun-factions-1-6-3-guilds-war-and-user-controlled-antigrief-1-0-1-r1.19063/ Do you have any idea why the command signs won't execute Faction commands?
-
View User Profile
-
Send Message
Posted Jan 22, 2012@estyx Here's our official support for redstone triggered signs: http://dev.bukkit.org/server-mods/redstonecommandsigns/
This one allows for command sequences through HiddenCommandSigns.
-
View User Profile
-
Send Message
Posted Jan 22, 2012Omg this is a cool plugin :)
-
View User Profile
-
Send Message
Posted Jan 10, 2012@Tux2
tried that, didn't work :(
oh didn't see that the other 3 lines could work. ill try again :)
-
View User Profile
-
Send Message
Posted Jan 7, 2012@zyxep
just continue writing the command on the next line. So when you run out of space on the first line just go to the next line and continue typing.
-
View User Profile
-
Send Message
Posted Jan 7, 2012hey thx for nice plugin, using this to my game plugins.
but i have a problem, what if the command is longer that the line can have chars??
i want to make a sign there use the command "/spleef join luxvertias" but cant write it all :/
do i need to combine with hiddencommandsigns or what to do?
-
View User Profile
-
Send Message
Posted Dec 30, 2011@PanteraNation
Normally you wouldn't be able to, but only a few seconds ago I coded a plugin that gives you a "/chat" command. Once it's approved, you'll find it here: http://dev.bukkit.org/server-mods/chatcommand/
If you don't want to wait for it to get approved, you can download it here: https://gitorious.org/simplecommandsigns/chatcommand/blobs/raw/master/ChatCommand.jar
BTW, I almost missed your edit. Next time just post a new comment so that thr RSSBot in our IRC channel will alert me.
@DanishDude93
With this new plugin, you'd be able to do: "/chat Fus Ro Dah"
-
View User Profile
-
Send Message
Posted Dec 30, 2011@PanteraNation
It should work if you put the commands on the sign, but the words used to promote will not work, as they are not commands.
-
View User Profile
-
Send Message
Posted Dec 30, 2011edit: how do i make the plugin say something in ingame chat?
-
View User Profile
-
Send Message
Posted Dec 30, 2011@DanishDude93
Will not work because (from his project description): "You just say the words in chat; you don't use commands."
SCS and HCS both execute commands rather than sending to the chat.
Your best shot would be to ask him to support: "/me Fus ro dah"
Then you could try to use the "/me" command.
-
View User Profile
-
Send Message
Posted Dec 30, 2011@Devil_Boy
All i typed in was [SCS] (on the first line obviously) fus (on the second line)
The developer of fus (Fus ro dah), said he's plugin would work with commandsigns, but somehow it doesnt work for me.
-
View User Profile
-
Send Message
Posted Dec 30, 2011@DanishDude93
Someone else seems to have had that issue with HCS. Mind filling out a support ticket? I also wish to know the content of the sign.
-
View User Profile
-
Send Message
Posted Dec 30, 2011@Devil_Boy
When i rightclick the commandsign, it gives me this:
"Unknown command. Type "help" for help"
-
View User Profile
-
Send Message
Posted Dec 29, 2011@DanishDude93
How do you get given a command? O.o
-
View User Profile
-
Send Message
Posted Dec 29, 2011Does these signs permanently give a player a command, or is it just a one-time-use?
-
View User Profile
-
Send Message
Posted Dec 28, 2011@estyx
Looks good ;)
It runs the commands as the console though, so people would need to be cautious as to who they give sign creation permissions to (as you mentioned). Commands that are specific to the person who ran it wouldn't work correctly :/
-
View User Profile
-
Send Message
Posted Dec 28, 2011SimpleCommandSigns with redstone power support: https://github.com/estyx/scs-redstone
Test it out, should work fine :) I added a couple of handy options as well
PS: No permissions checks when running commands with redstone power, so use it carefully
-
View User Profile
-
Send Message
Posted Dec 28, 2011@johnlier
The iConomy support should not be implemented in this plugin, but rather the plugin that supplies the command. SimpleCommandSigns wouldn't have an efficient way to check for command success.
-
View User Profile
-
Send Message
Posted Dec 28, 2011Heh, I always put the link to the git repo into the "Repository" tab of BukkitDev projects.
-
View User Profile
-
Send Message
Posted Dec 28, 2011@estyx
Sorry about that, Devil_Boy forgot to add the repo to the description. Just added it.
@tremor77
You can do that with SimpleCommandSigns coupled with HiddenCommandSigns. SimpleCommandSigns was designed to be lightweight, so we opted to create 2 projects: SimpleCommandSigns for the basic functionality and the optional addon HiddenCommandSigns if you need more functionality.