Need help with bukkit.yml command aliases

Discussion in 'Bukkit Help' started by SBHouse, Mar 25, 2012.

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

    SBHouse

    Hello fellow admins!

    I'm trying to work with creating command aliases. Here's how my alias section of my bukkit.yml currently looks:

    Code:
    aliases:
      players:
      - mvwho
      back:
      - afk
    So since I have Multiverse-Core, I wanted players to be able to get extra data about the players online (like which world they are one) by typing the /players command.

    But now I want to create an alias for a command that has parameters. For example, if I want to create a new landmark on our 3d Map web page right now for a land claim, it would look like this:

    /landmarktyped Claim <name of the area claimed>

    I would like to create an alias for "/claim" to equal "/landmarktyped Claim" so that a player could simply type:

    /claim <name of the area claimed>

    So far my attempts at combining parameters into a bukkit alias hasn't worked. Anyone know how I can do this?

    - SBHouse

    Does anyone have any advice on this? I've tried to search the Internet in general and haven't found anything but I can't imagine that there isn't a way to do this. If so, I imagine lots of us would want to suggest it as an enhancement to bukkit.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 24, 2016
    kazimir likes this.
  2. Offline

    SBHouse

    Honestly, I'm just putting a message here to bump this back to the top in the hopes that SOMEONE will see it and be able to help. Help?!?
     
  3. Offline

    kazimir

    Had the same problem with aliases. I now use CommandHelper and it works still for 1.2.4.

    >> DevBukkit Link <<
     
  4. Offline

    Ne0nx3r0

Thread Status:
Not open for further replies.

Share This Page