mirror of
https://github.com/LeavesMC/Leaves.git
synced 2026-01-04 15:41:31 +00:00
Update Bladeren Protocol
This commit is contained in:
@@ -129,10 +129,10 @@ index e1c99d941c7bb954bf3ac83d5002dbf58fd833b0..4760b943da08771a42fcb22eba4d586d
|
||||
.withRequiredArg()
|
||||
diff --git a/src/main/java/top/leavesmc/leaves/LeavesConfig.java b/src/main/java/top/leavesmc/leaves/LeavesConfig.java
|
||||
new file mode 100644
|
||||
index 0000000000000000000000000000000000000000..9bef683796d7b3580605943c437f5317f5b4632c
|
||||
index 0000000000000000000000000000000000000000..aad482669709aad45d803a43c0669478f2ec5b9b
|
||||
--- /dev/null
|
||||
+++ b/src/main/java/top/leavesmc/leaves/LeavesConfig.java
|
||||
@@ -0,0 +1,990 @@
|
||||
@@ -0,0 +1,998 @@
|
||||
+package top.leavesmc.leaves;
|
||||
+
|
||||
+import com.destroystokyo.paper.util.SneakyThrow;
|
||||
@@ -948,6 +948,14 @@ index 0000000000000000000000000000000000000000..9bef683796d7b3580605943c437f5317
|
||||
+ tickCommand = getBoolean("settings.modify.tick-command", tickCommand);
|
||||
+ }
|
||||
+
|
||||
+ public static boolean bladerenLeavesProtocol = true;
|
||||
+ private static void bladerenLeavesProtocol() {
|
||||
+ bladerenLeavesProtocol = getBoolean("settings.protocol.bladeren.protocol", bladerenLeavesProtocol);
|
||||
+ }
|
||||
+
|
||||
+ public static void registerLeavesFeatures() {
|
||||
+ }
|
||||
+
|
||||
+ public static final class WorldConfig {
|
||||
+
|
||||
+ public final String worldName;
|
||||
|
||||
Reference in New Issue
Block a user