Fix RegionDataRepository

Add DefaultFlagStorage
This commit is contained in:
2026-08-13 17:40:56 +02:00
parent cddc13c07a
commit 228a49e42d
10 changed files with 316 additions and 73 deletions
@@ -137,6 +137,11 @@ public class FixedRegion implements Region {
public void delete() {
file.delete();
}
@Override
public long getCreationTime() {
return file.lastModified();
}
}
public FixedRegion(String name, FixedRegionData flagStorage, Prototype prototype, YAPIONObject regionConfig, YAPIONObject regionData) {