MyCommand:Add Text and Warmup?

Discussion in 'Bukkit Help' started by _SNOOGLES_, Apr 1, 2014.

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

    _SNOOGLES_

    I am trying to add two additional things to this set of commands using MyCommand:

    'ironkit':
    command: /ironkit
    type: RUN_CONSOLE
    runcmd:
    - '/warp ironkit $player'
    - '/give $player 267 1'
    - '/give $player 306 1'
    - '/give $player 307 1'
    - '/give $player 308 1'
    - '/give $player 309 1'
    - '/heal $player'
    It is working as it should however i can not get it to feed back text to the user. And i would like to add a warpup to it neither of which i seem to be able to figure out how to get this working.

    I have tried adding:
    type: TEXT
    text:
    - 'test test'

    I have also tried adding the warmup similarly.

    So idealy it says:
    Executing command in 3 .. 2 .. 1
    and then does the command and teleports saying:
    You are locked in.
    Thanks for any help and a great plugin.
     
Thread Status:
Not open for further replies.

Share This Page