Innectis Community Forum

Author Topic: Help command  (Read 1996 times)

Nosliw

  • Retired Staff
  • Rainbow Member
  • *****
  • Posts: 1722
  • Gender: Male
  • You can't hurt me, I'm a Jelly Fish..
    • View Profile
    • Uber Island
Help command
« on: July 04, 2011, 09:04:20 AM »
The /help command needs updating, it need information corrected (such as nortan is now admin) and information added (such as waypoints, pvp and stealing). This is more of a reminder than a suggestion, but this is the best board for it
  • 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;
    }
}

Hretsam

  • Former Owner
  • Retired Staff
  • Hero Member
  • *****
  • Posts: 550
    • View Profile
Help command
« Reply #1 on: July 04, 2011, 09:06:51 AM »
yeah i know,

Hmm, i'll fix something right away.
  • Hretsam
    Hretsam
    Hretsam

Rick

  • Guest
Help command
« Reply #2 on: July 14, 2011, 01:54:13 PM »
wait nort is admin?

Nosliw

  • Retired Staff
  • Rainbow Member
  • *****
  • Posts: 1722
  • Gender: Male
  • You can't hurt me, I'm a Jelly Fish..
    • View Profile
    • Uber Island
Help command
« Reply #3 on: July 14, 2011, 03:18:05 PM »
Quote from: Rick;365
wait nort is admin?
Yes, Nortan360 is an Admin (He got promoted a few weeks ago)
  • 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;
    }
}