Use commands with signs only

Discussion in 'Plugin Requests' started by YuuNyuu, Aug 6, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    YuuNyuu

    Hi there ! I'm looking for a plugin for my server. By the way, i'm french so sorry if my english is bad.

    Plugin category:
    Mechanics, I think.

    Suggested name: SignOnly Commands ? Or maybe SignPermissions ? Haha I don't know.

    What I want: Well, i've got a lot of commands the players can use but I want them to use them only by tapping a sign (for example, they can't check they money balance if they don't go to the bank and tap a sign). So, I think a plugin which could remove the permission to enter command is the right thing I need... or maybe a plugin which can give the permission to use a command only when the player tap a sign for it. I didn't find any plugin like this but maybe I don't know how to search ; and all commands signs are out of date. I think using sign is the best option but maybe it could be another object. I need the plugin for Spigot 1.8.

    Ideas for commands: I saw a lot of plugin using sign and the only "command" with it is the text to enter on the sign, such as [command] .... /enter the command.

    Ideas for permissions: nameoftheplugin.create (permission to create a command sign) and nameoftheplugin.use (permission to use a command sign) would be enough for what I need.

    When I'd like it by: As fast as possible ! Thanks a lot.
     
  2. Offline

    mttprvst13

    A really easy one that I have personally used on my server is ClickyCommands
     
  3. Offline

    YuuNyuu

    I found the plugin you're talking about and it's pretty the same thing I want, except that I would like the players to run a command with the sign even without the permission associed (then they can't type it in the chat theyself) OR to add the fonctionnality that nomore command can be type in the chat if they don't have the permission, for example. But they could still run the command by tapping a sign.
     
  4. Offline

    YuuNyuu

    Up please :)
     
  5. Offline

    Jessicuhh13

    You can do this easily with commandsigns!
    http://dev.bukkit.org/bukkit-plugins/command-signs/pages/tutorial/advanced-usage/
    The normal way to create command signs would be something like "/commandsigns line1 /fly"
    However, if you wish for the player to not need the permission for the fly command but still be able to use the sign you can use this format instead: "/commandsigns line1 /^fly" the little ^ tells the plugin to run the command regardless of the players permissions.
    You can also use place holders, such as <name>
    You can set multiple commands on one sign using (line0 line1 line2 line3)
    You can even set delays between commands by setting one of the lines to %<insert seconds of delay here>
    Want to set a price for the command? use $<insert amount here>
    There is more, I just cant remember it off the top of my head xD You can do so much with this plugin really, I love it. Hope you do too ^.^
     
  6. Offline

    YuuNyuu

    Thanks so much ! It's the pluggin I need ! But is it compatible with 1.8 ?
     
  7. timtower likes this.
Thread Status:
Not open for further replies.

Share This Page