diff --git a/README.md b/README.md index 86201e246..b0b4e7cba 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ [![bStats Graph Data](https://bstats.org/signatures/server-implementation/Leaf.svg)](https://bstats.org/plugin/server-implementation/Leaf) ## 📫 Contact -- Discord: [`https://discord.gg/gfgAwdSEuM`](https://discord.gg/gfgAwdSEuM) -- QQ: `2682173972` +- Discord: [`https://discord.com/invite/gfgAwdSEuM`](https://discord.com/invite/gfgAwdSEuM) +- QQ Group: `715128273` ## 📫 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 f2b6e0571..79e0d5ea9 100644 --- a/patches/server/0003-Leaf-Config.patch +++ b/patches/server/0003-Leaf-Config.patch @@ -343,10 +343,10 @@ index 0000000000000000000000000000000000000000..1d6688ecae19564f57409f0fa355fb55 +} 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..99277f6e1b7ee3928e4f27992b216ed3920fb406 +index 0000000000000000000000000000000000000000..6685386a36c469827c646ce9cea914de2b4d531b --- /dev/null +++ b/src/main/java/org/dreeam/leaf/config/LeafGlobalConfig.java -@@ -0,0 +1,110 @@ +@@ -0,0 +1,111 @@ +package org.dreeam.leaf.config; + +import io.github.thatsmusic99.configurationmaster.api.ConfigFile; @@ -366,7 +366,8 @@ index 0000000000000000000000000000000000000000..99277f6e1b7ee3928e4f27992b216ed3 + configFile.addComments("config-version", """ + Leaf Config + Github Repo: https://github.com/Winds-Studio/Leaf -+ Discord: https://discord.com/invite/gfgAwdSEuM"""); ++ Discord: https://discord.com/invite/gfgAwdSEuM ++ QQ Group: 715128273"""); + + // Pre-structure to force order + structureConfig();