Solved How do you send a whisper?

Discussion in 'Plugin Development' started by phondeux, Nov 29, 2012.

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

    phondeux

    I see 'sendMessage' from players but no interface to set as a whisper. Does this even exist?
     
  2. Offline

    JazzaG

    Aren't whispers just messages sent from one player to another?
     
    Woobie likes this.
  3. Offline

    fireblast709

    yep sendMessage() is personal
     
  4. Offline

    gomeow

    player.chat(message); will do it for everyone and be from that person
    player.sendMessage(message); will be like a whisper, but won't have any <player> tag like normal chat, or the italics
     
  5. Offline

    phondeux

    I have CraftIRC running, the reason I asked the original question was that CraftIRC was picking up all of my sendMessage messages. I'm discussing with mbaxter on irc now.

    I wasn't using AsynPlayerChatEvent.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 30, 2016
Thread Status:
Not open for further replies.

Share This Page