Add RegionDataRepository

This commit is contained in:
2026-03-16 21:08:25 +01:00
parent 7145e3fd49
commit 1f8126e48a
4 changed files with 106 additions and 4 deletions
@@ -28,6 +28,11 @@ public enum RegionType {
GLOBAL(true),
NORMAL(false),
SPAWN(false),
SPAWN_PATH(false),
SPAWN_EXTENSION(false),
PATH(false),
;
private final boolean global;