Filled 1ArgsShorter

Discussion in 'Archived: Plugin Requests' started by Sw_aG, Jul 5, 2014.

  1. Offline

    Sw_aG

    Dear very kind Plugin makers,

    Plugin category: Admin-tools

    Suggested name: 1ArgsShorter

    What I want: I want a plugin that can make commands shorter by 1 args.
    Example: instead of "/sg bounty {amount} {player name}" you can do "/bounty {amount} {player name}" ("/bounty 100 {player name}")

    I can't use better aliases or alias+ or an other alias plugin cause I've checked them and I need a %amount% variable.

    I want in the config to be:

    Commands:
    Title command: sg bounty %amount% %player_name%
    ShorterByArg: bounty %amount% %player_name%

    Ideas for commands: (in the config)

    Ideas for permissions: ArgsShort.use (Permission to use the shorter commands)

    When I'd like it by: ASAP

    Version: 1.7.2 R3

    Thanks In the future!
     
  2. Offline

    ajisfree

    jacklin213 likes this.
  3. Offline

    Sw_aG

    ajisfree can I make my command shorter? "/sg bounty %player_name% %amount%" to "/bounty %player_name% %amount%" ?
     
  4. Online

    timtower Administrator Administrator Moderator

    Sw_aG And if MyCommand can't do it then CommandHelper can:
    Code:
    /bounty $ = run(concat('/sg bounty ',$))
     
    Sw_aG likes this.
  5. Offline

    Sw_aG

  6. Offline

    ajisfree

    Sw_aG yes mucin mans can if you need further help with it and the feature my command has pm me and I'll see what I can do.
     
  7. Offline

    Sw_aG

    ajisfree I've tried to make my command shorter and i dont know how, however i try its not working, can you please send me what i need to write in the conifg (Or an example)?

    The request is closed, ajisfree just helped me and made everything i wanted into my server, so thanks for that.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 9, 2016

Share This Page