Package com.tommytony.war

Examples of com.tommytony.war.Warzone.assign()


            return true;
          }
          previousTeam.removePlayer(player);
          previousTeam.resetSign();
        }
        zone.assign(player, team);
      }
    }
    return true;
  }
}
View Full Code Here


        War.war.badMsg(player, "join.permission.single", locTeamGate.getName());
        event.setTo(zone.getTeleport());
      } else if (zone.getLobby().isAutoAssignGate(playerLoc)) {
        zone.autoAssign(player);
      } else if (locTeamGate != null) {
        zone.assign(player, locTeamGate);
      }
      return;
    } else if (locLobby != null && currentTeam == null
        && locLobby.isInWarHubLinkGate(playerLoc)
        && War.war.getWarHub() != null) {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.