Add RegionDataRepository

This commit is contained in:
2026-08-13 17:40:56 +02:00
parent 6b4304cd1f
commit cddc13c07a
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;