Disabling join message

Discussion in 'Plugin Development' started by RedstoneForDayz, Aug 31, 2014.

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

    RedstoneForDayz

    I need help making a code where a player joins, and there is no join message.
     
  2. Offline

    teej107

  3. Offline

    MCaeolus

    What you want to do, is create an event, where when a player joins (PlayerJoinEvent) set the join message to null

    event.setJoinMessage(null);
     
  4. Offline

    RedstoneForDayz

Thread Status:
Not open for further replies.

Share This Page