Add option to flush region files on save (#9149)
This commit is contained in:
parent
efd47e3a68
commit
1edfefdef8
3 changed files with 14 additions and 6 deletions
|
@ -1448,10 +1448,10 @@ index 0000000000000000000000000000000000000000..1bb16fc7598cd53e822d84b69d6a9727
|
|||
+}
|
||||
diff --git a/src/main/java/io/papermc/paper/configuration/WorldConfiguration.java b/src/main/java/io/papermc/paper/configuration/WorldConfiguration.java
|
||||
new file mode 100644
|
||||
index 0000000000000000000000000000000000000000..ee430563b99e48cd722c2897e4729936457d3017
|
||||
index 0000000000000000000000000000000000000000..a33de97340f14219291c4175e9194914cdf441db
|
||||
--- /dev/null
|
||||
+++ b/src/main/java/io/papermc/paper/configuration/WorldConfiguration.java
|
||||
@@ -0,0 +1,481 @@
|
||||
@@ -0,0 +1,482 @@
|
||||
+package io.papermc.paper.configuration;
|
||||
+
|
||||
+import com.google.common.collect.HashBasedTable;
|
||||
|
@ -1880,6 +1880,7 @@ index 0000000000000000000000000000000000000000..ee430563b99e48cd722c2897e4729936
|
|||
+ map.put(EntityType.FIREBALL, -1);
|
||||
+ map.put(EntityType.SMALL_FIREBALL, -1);
|
||||
+ });
|
||||
+ public boolean flushRegionsOnSave = false;
|
||||
+ }
|
||||
+
|
||||
+ public FishingTimeRange fishingTimeRange;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue