Commands.yml Help

Discussion in 'Bukkit Help' started by gamermomoe, Mar 4, 2014.

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

    gamermomoe

    Here is my commands.yml, whenever I type /donate it gives me in chat, /shop.
    What am I doing wrong? the plugin I'm trying to create an alias for is MinecraftMarket. I had BossShop but I disabled the alias for the /shop of that from it's plugin.yml. Help?>

    Code:
    # This is the commands configuration file for Bukkit.
    # For documentation on how to make use of this file, check out the Bukkit Wiki at
    # http://wiki.bukkit.org/Commands.yml
    #
    # If you need help on this file, feel free to join us on irc or leave a message
    # on the forums asking for advice.
    #
    # IRC: #bukkit @ esper.net
    #    (If this means nothing to you, just go to http://webchat.esper.net/?channels=bukkit )
    # Forums: http://forums.bukkit.org/forums/bukkit-help.6/
    # Twitter: http://twitter.com/CraftBukkit
    # Bug tracker: http://leaky.bukkit.org/
     
    command-block-overrides: []
    aliases:
      icanhasbukkit:
      - version $1-
      menu:
      - bs $1-
      donate:
      - shop
      plex:
      - pl3xSpawn:spawn
      setplex:
      - pl3xSpawn:setspawn
    
    Really? No one has any idea?

    C'mon this is an urgent issue.
     
  2. Offline

    BadReuben


    For plugin commands, you could also try to use the format "pluginname:command"

    So, you'll probably want something like this:
    Code:
    aliases:
      donate:
      - minecraftmarket:shop
    http://wiki.bukkit.org/Commands.yml

    EDIT: I tested it and the aliases don't seem to work for this plugin, and they work fine with any other plugin I tried.
     
  3. Offline

    gamermomoe

    If that's too work it would need to work in game right? I've tried to type /MinecraftMarket:shop or /Minecraft market:shop it always returns an unknown command.

    Any ideas? Does bukkit gives a pluginname:command if there are no overlapping commands?​

    Nevermind SOLVED. There was an option in the config of MinecraftMarket to change the command. :/

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 7, 2016
Thread Status:
Not open for further replies.

Share This Page