Solved Send message to Console

Discussion in 'Plugin Development' started by TopTobster5, Mar 11, 2014.

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

    TopTobster5

    Hi. Just wondering if it is possible to do this. I am making a staff chat plugin, and I want the messages to be sent to the console as well. However, I don't want to use the getLogger method, because I want another prefix and I want to use colours. How would I do this? Thanks in advance for your help.

    Nevermind, found the answer almost immediately after. I used Bukkit.getConsoleSender().sendMessage(message); for those interested.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 7, 2016
  2. TopTobster5
    System.out.println() for normal messages (no colors), and Bukkit.getConsoleSender().sendMessage() for colored messages.
     
    dvargas135 likes this.
Thread Status:
Not open for further replies.

Share This Page