Innectis Community Forum

Author Topic: Beastyboy321  (Read 3450 times)

Nosliw

  • Retired Staff
  • Rainbow Member
  • *****
  • Posts: 1722
  • Gender: Male
  • You can't hurt me, I'm a Jelly Fish..
    • View Profile
    • Uber Island
Beastyboy321
« on: April 24, 2012, 05:12:05 PM »
Banned for advertising.
Will expire in one week.

Edit: Name changed from 'Beastboy321' to 'Beastyboy321'.
« Last Edit: April 25, 2012, 11:18:14 AM by Nosliw »
  • 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;
    }
}

tommykins20

  • Goldy VIP
  • Sr. Member
  • ****
  • Posts: 322
  • Hi, I'm Tommy
    • View Profile
Re: Beastboy321
« Reply #1 on: April 24, 2012, 05:58:50 PM »
Ouch
  • tommykins20
    tommykins20
    tommykins20
I love the good old OC days

Lynxy

  • IDP Developer
  • Retired Staff
  • Sr. Member
  • *****
  • Posts: 423
    • View Profile
Re: Beastboy321
« Reply #2 on: April 24, 2012, 10:53:09 PM »
Are you sure you got the right name? His name is white in /banned ...
  • The_Lynxy
    The_Lynxy
    The_Lynxy

zer0k

  • Guest
Re: Beastboy321
« Reply #3 on: April 25, 2012, 02:09:53 AM »
isn't it beasti or something?

Nosliw

  • Retired Staff
  • Rainbow Member
  • *****
  • Posts: 1722
  • Gender: Male
  • You can't hurt me, I'm a Jelly Fish..
    • View Profile
    • Uber Island
Re: Beastyboy321
« Reply #4 on: April 25, 2012, 11:18:36 AM »
Corrected, missed out 'y' from name :P
  • 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;
    }
}