Add RegionDataRepository

This commit is contained in:
2025-08-03 13:05:52 +02:00
parent 30f0d9cec8
commit 0e8222513a
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;