diff --git a/README.md b/README.md index 3d225e39..a741f607 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ ## 📫 Contact - Discord: [`https://discord.com/invite/gfgAwdSEuM`](https://discord.com/invite/gfgAwdSEuM) -- QQ Group: `715128273` +- QQ Group: `619278377` ## 📫 Donation If you love my work, feel free to donate :) diff --git a/patches/server/0003-Leaf-Config.patch b/patches/server/0003-Leaf-Config.patch index f2e9ae5e..a9c6e60d 100644 --- a/patches/server/0003-Leaf-Config.patch +++ b/patches/server/0003-Leaf-Config.patch @@ -11,7 +11,7 @@ Add per world config Add config reload diff --git a/build.gradle.kts b/build.gradle.kts -index 1543def648f4264a6e18822343548902ee4e3437..f79281f2cffa43474e830c5cbd9a0117be68323f 100644 +index 58663d658394704eda5193d60ed8d412c4845fae..86c54bdbe9db0c2b11c78a0323a33344614131ba 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,6 +14,13 @@ val alsoShade: Configuration by configurations.creating @@ -414,7 +414,7 @@ index 0000000000000000000000000000000000000000..7c25e67cf39229add96de96452ea9601 +} diff --git a/src/main/java/org/dreeam/leaf/config/LeafGlobalConfig.java b/src/main/java/org/dreeam/leaf/config/LeafGlobalConfig.java new file mode 100644 -index 0000000000000000000000000000000000000000..6685386a36c469827c646ce9cea914de2b4d531b +index 0000000000000000000000000000000000000000..db7bdee965c988777dab3db38f09511c72fed921 --- /dev/null +++ b/src/main/java/org/dreeam/leaf/config/LeafGlobalConfig.java @@ -0,0 +1,111 @@ @@ -438,7 +438,7 @@ index 0000000000000000000000000000000000000000..6685386a36c469827c646ce9cea914de + Leaf Config + Github Repo: https://github.com/Winds-Studio/Leaf + Discord: https://discord.com/invite/gfgAwdSEuM -+ QQ Group: 715128273"""); ++ QQ Group: 619278377"""); + + // Pre-structure to force order + structureConfig();