_______ joined the game. Cancel?

Discussion in 'Plugin Development' started by AndrewM16921, Oct 28, 2011.

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

    AndrewM16921

    Is it possible to cancel the default message of "soandso joined the game." when a player joins? If so, how would I go about doing this?
     
  2. Offline

    nisovin

    Check the PlayerJoinEvent.
     
  3. Offline

    AndrewM16921

    event.setJoinMessage(joinMessage);
    that?
    derp >.<
    kthx
     
  4. Offline

    ZNickq

    event.setJoinMessage(null);
     
  5. Offline

    AndrewM16921

    Well yes, that, but I actually changed it to what I wanted it to be. Thanks.
     
Thread Status:
Not open for further replies.

Share This Page