Bundle spark (#11093)
This commit is contained in:
parent
f1f01a1622
commit
681c01336b
5 changed files with 368 additions and 19 deletions
|
@ -487,10 +487,10 @@ index 0000000000000000000000000000000000000000..d9502ba028a96f9cc846f9ed428bd806
|
|||
+}
|
||||
diff --git a/src/main/java/io/papermc/paper/configuration/GlobalConfiguration.java b/src/main/java/io/papermc/paper/configuration/GlobalConfiguration.java
|
||||
new file mode 100644
|
||||
index 0000000000000000000000000000000000000000..a4f91ef8d5c4a8263961c4f00c0ce8cc937497d9
|
||||
index 0000000000000000000000000000000000000000..9bf81a47b03769a46c995019c3d8016cd161c15d
|
||||
--- /dev/null
|
||||
+++ b/src/main/java/io/papermc/paper/configuration/GlobalConfiguration.java
|
||||
@@ -0,0 +1,313 @@
|
||||
@@ -0,0 +1,321 @@
|
||||
+package io.papermc.paper.configuration;
|
||||
+
|
||||
+import co.aikar.timings.MinecraftTimings;
|
||||
|
@ -544,6 +544,14 @@ index 0000000000000000000000000000000000000000..a4f91ef8d5c4a8263961c4f00c0ce8cc
|
|||
+ public boolean useDisplayNameInQuitMessage = false;
|
||||
+ }
|
||||
+
|
||||
+ public Spark spark;
|
||||
+
|
||||
+ public class Spark extends ConfigurationPart {
|
||||
+ public boolean enabled = true;
|
||||
+ public boolean enableImmediately = false;
|
||||
+ public boolean preferSparkPlugin = false;
|
||||
+ }
|
||||
+
|
||||
+ @Deprecated(forRemoval = true)
|
||||
+ public Timings timings;
|
||||
+
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue