Message showing once with [x(number)]

Discussion in 'Plugin Development' started by JazzaG, Aug 8, 2012.

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

    JazzaG

    Hi all,

    My plugin sends a message to the player every so often, however, it does not send it multiple times. If the plugin sends it more than once, it adds a [x2] (or [xN] where N is the previous number + 1) to the end of the message. This does not cause the message to be re-sent, and so if it has been pushed to the top by other messages, it cannot be seen. I hope this makes sense.

    I am simply using the Player.sendMessage(String) method to send messages to players. This worked perfectly in 1.2.5Rx.

    Is this a Bukkit bug, or is there something wrong in using Player.sendMessage(String)?

    Thank you.

    Fixed by reinstalling the client.

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

Share This Page