Fix RegionConfig

Implement FixedRegion
Add RegionHistory.Impl
This commit is contained in:
2025-08-02 12:35:11 +02:00
parent ecb9571624
commit 06333d634e
7 changed files with 257 additions and 20 deletions
@@ -36,6 +36,10 @@ public class FixedRegionSystem implements RegionSystem {
private static final Map<UUID, Region> REGION_MAP = new HashMap<>();
public static void addRegion(Region region) {
REGION_MAP.put(region.getID(), region);
}
@Override
public void load() {
PrototypeLoader.load();