Examples of leaveTeam()


Examples of org.mctourney.autoreferee.AutoRefMatch.leaveTeam()

      if (match.isPlayer(pl) && !pl.isOp())
      {
        AutoRefPlayer apl = match.getPlayer(pl);
        for (Player ref : match.getReferees(true)) ref.sendMessage(apl.getDisplayName() +
          ChatColor.DARK_GRAY + " attempted to log in with a modified client!");
        match.leaveTeam(pl, true);
      }

      // update a referee with the latest information regarding the match
      if (match.isReferee(pl)) match.updateReferee(pl);
    }
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.