Fix GriefPrevention firefighter incident bypass
Build / build (push) Failing after 7s

This commit is contained in:
Michael Burgess
2026-08-17 20:10:03 -04:00
parent 0df9b059e2
commit a99e15dc2f
7 changed files with 285 additions and 2 deletions
@@ -8,5 +8,7 @@ import org.bukkit.World;
interface EmergencyLocationProvider {
EmergencySite randomClaimSite(Random random, Predicate<World> worldAllowed, int maxRadius, int minClaimArea);
EmergencySite associateClaim(EmergencySite site);
String nearbyClaims(Location location, int radius, int maxResults);
}