Innectis Community Forum

Author Topic: unknownxunknown  (Read 2795 times)

guineaman56

  • Retired Staff
  • Sr. Member
  • *****
  • Posts: 343
  • END ME
    • View Profile
unknownxunknown
« on: May 22, 2013, 05:45:41 PM »
Banned for 5 days for joining just to spam an IP.
  • guineaman56
    guineaman56
    guineaman56

Nosliw

  • Retired Staff
  • Rainbow Member
  • *****
  • Posts: 1722
  • Gender: Male
  • You can't hurt me, I'm a Jelly Fish..
    • View Profile
    • Uber Island
Re: unknownxunknown
« Reply #1 on: May 23, 2013, 04:28:27 AM »
You seem to be finding a lot of these.. Oo
  • Nosliw
    Nosliw
    Nosliw
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;
    }
}