Add DynamicRegion

This commit is contained in:
2026-03-16 21:08:25 +01:00
parent 1efedcce9c
commit eea422aaf6
9 changed files with 160 additions and 66 deletions
@@ -46,10 +46,6 @@ public class FixedRegionSystem implements RegionSystem {
RegionLoader.load();
}
@Override
public void save() {
}
@Override
public @NonNull Location getWorldSpawn() {
Location spawnLocation = Bukkit.getWorlds().get(0).getSpawnLocation();