Newbie Question: Commands

Discussion in 'Plugin Development' started by twinfrozr33, May 25, 2015.

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

    twinfrozr33

    Hello reader.

    i have my command working ingame.
    that would be /spawn and then a broadcast message.

    But my OCD saw something it didn't like
    After the command has been executed it shows the message and the command i typed.

    User Enters: /spawn
    Action: sender.sendMessage(ChatColor.BLUE + "Some Message.");
    But ingame it says under "Some Message"
    again the command you typed: /spawn
     
  2. Offline

    teej107

    Konato_K and nverdier like this.
  3. Offline

    twinfrozr33

    @teej107 thanks mate, that worked , had it set to return false :oops:
     
  4. Please mark thread as solved
     
Thread Status:
Not open for further replies.

Share This Page