Skip to content

Commit

Permalink
Add contact info for QQ group
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreeam-qwq committed Jul 9, 2024
1 parent e685ed4 commit 6b3fcdb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 :)
Expand Down
7 changes: 4 additions & 3 deletions patches/server/0003-Leaf-Config.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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();
Expand Down

0 comments on commit 6b3fcdb

Please sign in to comment.