Innectis Community Forum

Author Topic: /allowed  (Read 2129 times)

Nosliw

  • Retired Staff
  • Rainbow Member
  • *****
  • Posts: 1722
  • Gender: Male
  • You can't hurt me, I'm a Jelly Fish..
    • View Profile
    • Uber Island
/allowed
« on: July 13, 2015, 07:33:34 PM »
Just a command that lists all objects by type that you are a member or operator of. Something like /allowed <-chest> <-lot> <-waypoint> etc..

Edit: First suggestion in a month? O.o
  • 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;
    }
}