Innectis Community Forum

Summary

Nosliw Retired Staff

  • Uber Island
Offline Offline
Posts:
1722 (0.366 per day)
Personal Text:
You can't hurt me, I'm a Jelly Fish..
Gender:
Male
Age:
27
Location:
England
Date Registered:
June 19, 2011, 03:46:00 AM
Local Time:
May 02, 2024, 12:07:16 PM
Last Active:
September 16, 2017, 12:46:12 AM
  • Nosliw
    Nosliw
    Nosliw
Signature:
I'm here to help.. With the following exception:



@EventHandler(priority = EventPriority.LOW)
public void onPlayerJoin(PlayerJoinEvent event) {
    Player player = event.getPlayer();
    if (player.getName().equals("SGT_ADZ") {
        player.kickPlayer("Yeah... Nah!");
        return;
    }
}