Constantly Display Message

Discussion in 'Plugin Development' started by zachoooo, Aug 11, 2013.

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

    zachoooo

    Hey guys, i wanted to display some data to the players constantly in the chat window.

    Like:

    ================ Player Name =================
    | Location: x, y, z | More blah blah blah ajfdsljfkldsjfkldsjfknsldf|
    ===========================================
    players chatting and stuff here and stuff

    Does anyone know how I could do that without spamming the chat every single time a player types a message?

    Or is spamming the chat going to be the only way?

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

    chasechocolate

    Create a repeating task to constantly send them messages every 5 seconds.
     
  3. Offline

    zachoooo

    What about if the player opens his chat window, then what?
     
  4. Offline

    Dyprex

    You can't have a static message that won't change its position in the chat. The only way is to spam, as chasechocolate replied. It won't affect anything if the player opens his chat window.
     
  5. Offline

    xTrollxDudex

    zachoooo
    Save everything said on the server and place them where you want when a player chats along with what you want to display
     
  6. Offline

    zachoooo

    No but if they open their chat window it displays more messages than usual
     
Thread Status:
Not open for further replies.

Share This Page