mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2025-12-19 15:09:25 +00:00
Improve config header
This commit is contained in:
@@ -24,12 +24,18 @@ public class LeafGlobalConfig {
|
||||
|
||||
configFile.addComments("config-version", pickStringRegionBased("""
|
||||
Leaf Config
|
||||
|
||||
Website: https://www.leafmc.one/
|
||||
Docs: https://www.leafmc.one/docs/getting-started
|
||||
GitHub Repo: https://github.com/Winds-Studio/Leaf
|
||||
Discord: https://discord.com/invite/gfgAwdSEuM""",
|
||||
"""
|
||||
Leaf Config
|
||||
GitHub Repo: https://github.com/Winds-Studio/Leaf
|
||||
QQ Group: 619278377"""));
|
||||
Leaf 配置
|
||||
|
||||
官网: https://www.leafmc.one/zh/
|
||||
文档: https://www.leafmc.one/zh/docs/getting-started
|
||||
GitHub 仓库: https://github.com/Winds-Studio/Leaf
|
||||
QQ社区群: 619278377"""));
|
||||
|
||||
// Pre-structure to force order
|
||||
structureConfig();
|
||||
|
||||
Reference in New Issue
Block a user