How to set Aliases?

Discussion in 'Bukkit Help' started by Mr. Minecraft, Nov 15, 2012.

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

    Mr. Minecraft

    How can I set it so the /warp command is triggered by "/go" for example? Is there a plugin that does this, and if so, can you tell me how to use it :)

    Thanks, and sorry for the newb-ish question, but we all ask them at one point or another!
     
  2. Offline

    ImDeJay

  3. Offline

    Mr. Minecraft

    I read somewhere that there is a way to do it with essentials (as far as teleporting goes)...
     
  4. Offline

    ImDeJay

    after i made that post, i went and tried the 'betteralias' and it works just fine from what i could tell, but as far is there being something in essentials im not aware of it.
     
  5. Offline

    Mr. Minecraft

    Is this better/easier to use than variable triggers?

    BetterAlias does not work on my server :/

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 29, 2016
  6. Offline

    Necrodoom

    go bukkit.yml, make an alias section, alias /warp into /go.
     
  7. Offline

    Mr. Minecraft

    Can you explain how to do this please :)
     
  8. Offline

    Necrodoom

  9. Offline

    elian1203

    In case anyone still has this problem I will give an example config:
    aliases:
    icanhasbukkit:
    - version $1-
    info: einfo $1
    mute: emute $1 $2
    So if you wanted to add a alias that makes /info do /einfo rather than world edit info tool you would do this:
    aliases:
    info: einfo $1
    Hope I helped someone out.
     
Thread Status:
Not open for further replies.

Share This Page