OnPlayerLoginEvent

Discussion in 'Plugin Development' started by Vinceguy1, Aug 12, 2012.

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

    Vinceguy1

    Reason = "Test 123 123 123 123 123 123 123 123 Test Test Test Test Test Test";
    event.disallow(Result.KICK_BANNED, Reason);


    When i do that, it will split into 2 lines, but the lines will look like they are touching eachother, how do i fix that?
     
  2. Offline

    Timr

    What splits into two lines? The reason?
     
  3. Offline

    TheBeast808

    You could try adding a line break somewhere? Not sure how Minecraft handles displaying text, but \n might work.
     
  4. Offline

    Vinceguy1

    It doesn't, and yes the reason.
     
Thread Status:
Not open for further replies.

Share This Page