Remove Quit messages

Discussion in 'Plugin Development' started by Superckl1, Nov 20, 2012.

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

    Superckl1

    Hello,

    I am the owner of a fairly large server, and we have recently been hit by spam bots. I quickly made a captcha plugin to fix that, but they have found another way. They can quit in some way so that the "username has left the game." message will still appear even though I do have e.setQuitMessage(null);

    Normally, there aren't any quit messages, (I also disabled log in messages) but these bots are starting to get on my nerves. Does anyone know of a solution?
     
  2. Offline

    JazzaG

    Try using an empty string instead of null.
     
  3. Offline

    Superckl1

    That's not the problem. They are somehow bypassing the PlayerQuitEvent.
     
Thread Status:
Not open for further replies.

Share This Page