diff --git a/luminol-server/paper-patches/files/src/main/java/me/earthme/luminol/config/modules/fixes/FoliaEntityMovingFixConfig.java.patch b/luminol-server/paper-patches/files/src/main/java/me/earthme/luminol/config/modules/fixes/FoliaEntityMovingFixConfig.java.patch index 011bba7..49cab91 100644 --- a/luminol-server/paper-patches/files/src/main/java/me/earthme/luminol/config/modules/fixes/FoliaEntityMovingFixConfig.java.patch +++ b/luminol-server/paper-patches/files/src/main/java/me/earthme/luminol/config/modules/fixes/FoliaEntityMovingFixConfig.java.patch @@ -10,11 +10,11 @@ +public class FoliaEntityMovingFixConfig implements IConfigModule { + @ConfigInfo(baseName = "enabled", comments = + """ -+ A simple fix of a issue on folia\s -+ (Some times the entity would\s ++ A simple fix of an issue on folia\s ++ (Sometimes the entity would\s + have a large moment that cross the\s -+ different tick regions and it would\s -+ make the server crashed) but sometimes it might doesn't work""") ++ different tick regions, and it would\s ++ make the server crashed) but sometimes it might doesn't work""") + public static boolean enabled = false; + @ConfigInfo(baseName = "warn_on_detected") + public static boolean warnOnDetected = true; diff --git a/luminol-server/paper-patches/files/src/main/java/me/earthme/luminol/config/modules/fixes/FoliaPOIAccessOffRegionFixConfig.java.patch b/luminol-server/paper-patches/files/src/main/java/me/earthme/luminol/config/modules/fixes/FoliaPOIAccessOffRegionFixConfig.java.patch index 998a59d..e1188eb 100644 --- a/luminol-server/paper-patches/files/src/main/java/me/earthme/luminol/config/modules/fixes/FoliaPOIAccessOffRegionFixConfig.java.patch +++ b/luminol-server/paper-patches/files/src/main/java/me/earthme/luminol/config/modules/fixes/FoliaPOIAccessOffRegionFixConfig.java.patch @@ -11,7 +11,7 @@ + @ConfigInfo(baseName = "enabled", comments = + """ + The POIManager of folia has something which has not been patched\s -+ for regionized ticking and these would trigger the async catcher\s ++ for regionized ticking and these would trigger the async catcher\s + and make the server crash.If you would like to prevent it and didn't\s + mind the side effect(currently unknown), you can enable this""") + public static boolean enabled = false; diff --git a/luminol-server/paper-patches/files/src/main/java/me/earthme/luminol/config/modules/misc/ContainerExpansionConfig.java.patch b/luminol-server/paper-patches/files/src/main/java/me/earthme/luminol/config/modules/misc/ContainerExpansionConfig.java.patch index 801a690..784880c 100644 --- a/luminol-server/paper-patches/files/src/main/java/me/earthme/luminol/config/modules/misc/ContainerExpansionConfig.java.patch +++ b/luminol-server/paper-patches/files/src/main/java/me/earthme/luminol/config/modules/misc/ContainerExpansionConfig.java.patch @@ -1,6 +1,6 @@ --- /dev/null +++ b/src/main/java/me/earthme/luminol/config/modules/misc/ContainerExpansionConfig.java -@@ -1,0 +_,23 @@ +@@ -1,0 +_,27 @@ +package me.earthme.luminol.config.modules.misc; + +import me.earthme.luminol.config.ConfigInfo; @@ -8,10 +8,14 @@ +import me.earthme.luminol.config.IConfigModule; + +public class ContainerExpansionConfig implements IConfigModule { -+ @ConfigInfo(baseName = "barrel_rows") ++ @ConfigInfo(baseName = "barrel_rows", comments = ++ """ ++ range: 1~6\s""") + public static int barrelRows = 3; + -+ @ConfigInfo(baseName = "enderchest_rows") ++ @ConfigInfo(baseName = "enderchest_rows", comments = ++ """ ++ range: 1~6\s""") + public static int enderchestRows = 3; + + @Override