Plugin colour

Discussion in 'Plugin Development' started by nanerz_123, Jun 23, 2014.

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

    nanerz_123

    How do I add colour to my plugin, say someone used my command /playerinfo. it would show up as all white. I want to add colour to it. Like aqua or something. Can I have a step by step on how to do that?
    I want sender.sendMessage("Your pitch is: "+ playerloc.getPitch()) to show up Aqua. exactly how do I do that??? Thanks :)
     
  2. Offline

    Gater12

  3. Offline

    macboinc

    You would do:
    sender.sendMessage(ChatColor.AQUA + "Your pitch is: " + playerloc.getPitch());
     
  4. Offline

    nanerz_123

Thread Status:
Not open for further replies.

Share This Page