Question [MyCommand] I don't understand this

Discussion in 'Bukkit Help' started by Henriksen1000, Apr 24, 2015.

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

    Henriksen1000

    Hello!

    I am using MyCommand and I have a big problem that prevents me from doing things...

    Well... I heard that I needed fix something with Variables... well... I don't understand this, here are my commands:
    Code:
    help:
      command: /help
      type: TEXT
      text:
      - 'Help page:'
      - 'lalal, test'
      permission-required: false
    help1:
      command: /help 1
      type: Text
      text:
      . 'Help page 2... test'
      permission-required: false
    If I type in /help, I get what I wrote in.

    But when I type /help 1, i am getting the other command response and NOT the help1 response... what can I do to fix this... I have heard that it was something with Variables... I don't know, please help me
     
  2. Offline

    Koobaczech

    @Henriksen1000
    command: /help 1
    1 is an argument since there is whitespace between the p and the 1
    to fix it do
    command: /help1
     
Thread Status:
Not open for further replies.

Share This Page