Change command

Discussion in 'Archived: Plugin Requests' started by arthuroyer, Feb 16, 2012.

  1. Offline

    arthuroyer

    I'd like a plugin to change the commands from other plugins, authmeexample, instead of moving to login and login `entrar` that in Portuguese,because I'm Brazilian...
     
  2. You know that you can define command aliases in you bukkit.yml, don't you?
     
    arthuroyer likes this.
  3. Offline

    arthuroyer

    whereisthis file? and how to do?
     
  4. Offline

    K_Cin

    The bukkit.yml file can be found in the root directory (the directory where your .jar file is).
     
    arthuroyer likes this.
  5. Offline

    arthuroyer

    Thanks for the help, I managed to find but do not know how to donow?
     
  6. Offline

    K_Cin

    I was able to read what you wrote using Google Translate, but it would be helpful if you would write in English on this forum.

    In the Bukkit.YML you'll find:
    Code:
    aliases:
      icanhasbukkit:
      - version
    I haven't tested this yet, but I think it should be used like this:
    Code:
    aliases:
      icanhasbukkit:
      - version
      oldcommand:
      - newcommand
    
     
    arthuroyer likes this.
  7. Offline

    arthuroyer

    Tested and the old command no longer works, but the new Too I do not this working, the code looks like this
    Code:
    aliases:
      icanhasbukkit:
      - version
      money:
      - conta
     
  8. Offline

    K_Cin

    I can't help you on that one. I have never used it before. Have you already tried this one, or is it outdated?
     
  9. Offline

    arthuroyer

    Thanks, it worked, I was already looking for it more than three months, and again thanks!
     
  10. Hmm. This comes in handy....
     

Share This Page