Solved Stop chat from being sent.

Discussion in 'Plugin Development' started by Muizers, Nov 5, 2012.

Thread Status:
Not open for further replies.
  1. What I would like is something that makes sure chat isn't send.
    • This must include messages sent from plugins!
    Basically, when active, a player should get exactly ZERO messages, whatever happens.
    I guess this would be done through cancelling the sending of packets. How can I do this?
     
  2. if you start a conversation to a player, he is unable to recieve messages send throug "sendMessage", only throug "sendRawMessage", but nobody used the raw version
     
  3. Do you mean the normal 'conversation' API? :)
     
  4. yes, try using the sendMessage function, while you using it, it wont print annything
     
  5. Great thank you forever ferrybig! :)
     
Thread Status:
Not open for further replies.

Share This Page