コード例 #1
0
 /**
  * Searches for a WorldGuard safezone in the database for the given location. If checkGP is true,
  * it will also check for GriefPrevention Safezones.
  *
  * @return "" if none is found. A message with more information about the safezone otherwise.
  */
 public static String getSafeZoneByLocation(Location location, boolean checkGP) {
   return TRSafeZone.getSafeZoneByLocation(location, checkGP);
 }