How to change the format of the chat.

Discussion in 'Plugin Development' started by OrlandoLaCrue, Apr 23, 2016.

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

    OrlandoLaCrue

    What code do I use to set the format of the chat, like the prefix's and the > sign.

    Also, I need support for multiple prefix's

    I want it to be a type of format not a display name
     
  2. Offline

    teej107

  3. Offline

    Regablith

    AsyncPlayerChatEvent
    event.setFormat
     
    CeramicTitan likes this.
  4. Offline

    OrlandoLaCrue

  5. Offline

    Gonmarte

    Mark this as solved.
     
  6. Offline

    CeramicTitan

    Both of those are the same thing lol
     
  7. Offline

    OrlandoLaCrue

    What is the whole code going to look like together, because it seems to not be working.
     
  8. Offline

    teej107

    @OrlandoLaCrue You'll have to listen to the AsyncPlayerChatEvent or the PlayerChatEvent in order to use that method for its intended purpose.
     
  9. Offline

    OrlandoLaCrue

    I get this error everytime i try to chat in one of the chat channels i made:
     
  10. Offline

    teej107

    @OrlandoLaCrue Update your Bukkit API version to 1.7.10 or above.
     
Thread Status:
Not open for further replies.

Share This Page