Broadcasting/Player chat help?

Discussion in 'Plugin Development' started by xDGaming, Dec 22, 2013.

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

    xDGaming

    hey, how do you replace &1 with ChatColor.DARK_BLUE?
    like with /broadcast or with the chat
     
  2. Offline

    Chinwe

  3. Offline

    xDGaming

    :D thank you

    can you give me a example of someone using it?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 5, 2016
  4. Offline

    jacklin213

    Code:
    String msg = getConfig().getString("Message");
     
    Bukkit.broadcastMessage(ChatColor.translateAlternativeColorCodes('&', msg));
     
  5. Offline

    xDGaming

Thread Status:
Not open for further replies.

Share This Page