Solved Strange error with ChatColor

Discussion in 'Plugin Development' started by CrazyYoungBro, Jun 13, 2016.

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

    CrazyYoungBro

    Hi,
    I noticed a strange error with ChatColor.AQUA
    Here is the code
    Code:
    else if(p.hasPermission("ph.delta")) {
                            onlinePlayer.sendMessage(ChatColor.WHITE + "Del " ChatColor.AQUA + "ta" + p.getName() + ChatColor.LIGHT_PURPLE + " --> " + message);
                        }
    Nevermind it was a bug.
     
Thread Status:
Not open for further replies.

Share This Page