% sign removing chat format.

Discussion in 'Plugin Development' started by WolfMage1, Jul 12, 2016.

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

    WolfMage1

    ^ title,
     
  2. Could you provide any other information except "% sign removing chat format." ? :confused:
     
  3. Offline

    WolfMage1

    Uhmmm...... not really, that's all that's removing the event.setFormat(); format
     
  4. Offline

    MCMastery

    Sorry, but we can't help you then
    What event? What % sign? is the % a character on the sign? What exactly do you mean by removing chat format?
     
  5. Offline

    WolfMage1

    % sign, the sign you get by pressing shift + 5, and AsyncPlayerChatEvent, and its just resetting it to the default MC chat format <PlayerName> message
     
  6. Replace % with \\% in the format
     
    MCMastery likes this.
  7. Offline

    TheManiacGamers

    Hi,
    You can use
    String msg = e.getMessage();
    msg.replace("%","%%");

    This will work. If not, please reply and I'll reply to you as soon as I can.


    Sent from my iPhone using Tapatalk
     
Thread Status:
Not open for further replies.

Share This Page