[Request] Shop Command - Make in-game player command execute in console

Discussion in 'Archived: Plugin Requests' started by Yoshi910, Apr 29, 2012.

  1. Offline

    Yoshi910

    I was wondering if anyone would like to make me a plugin that makes the console execute a command if the player types it in-game.

    Example: In-game I type "/shop", in the console it executes "warp shop {name}".

    I want to be able to list a bunch of commands like that in a config.yml file.

    Example of config.yml:

    Commands:
    shop:
    Player command: shop
    Console command: warp shop {name}
    Permission: shop

    config.yml explained:


    Commands:
    (Name, does not have anything to do with anything):
    Player command: (Command that the player will execute goes here)
    Console command: (Command that the console will execute when the player executes the assigned command) ({name} represents the players name)
    Permission: (The permission node that will have to be added to the groups permissions)

    For the permissions, I would like it to be supported on GroupManager. I would also like the permission nodes to be like this: shortcommand.{custom node}. The {custom node} part will contain the permission part from the config. So the permission node for the example would be "shortcommand.shop".

    I am willing to pay:)
     
  2. Offline

    zathrus

    how about Commander? it allows for commands aliasing...
     

Share This Page