Add DynamicRegion

This commit is contained in:
2026-08-13 17:40:57 +02:00
parent d99d054719
commit d7e7961a34
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();