Skip to content

Commit e85c14e

Browse files
committed
Update wiki and add donation link in config.yml
1 parent 3983af7 commit e85c14e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/main/java/org/mvplugins/multiverse/core/config/CoreConfigNodes.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,10 @@ private <N extends Node> N node(N node) {
7676
.comment("# █░▀░█ █▄█ █▄▄ ░█░ █ ▀▄▀ ██▄ █▀▄ ▄█ ██▄   █▄▄ █▄█ █▀▄ ██▄ #")
7777
.comment("# #")
7878
.comment("# #")
79-
.comment("# WIKI: https://github.com/Multiverse/Multiverse-Core/wiki #")
79+
.comment("# WIKI: https://mvplugins.org/core/ #")
8080
.comment("# DISCORD: https://discord.gg/NZtfKky #")
8181
.comment("# BUG REPORTS: https://github.com/Multiverse/Multiverse-Core/issues #")
82-
.comment("# #")
83-
.comment("# #")
84-
.comment("# Each option in this file is documented and explained here: #")
85-
.comment("# ==> https://github.com/Multiverse/Multiverse-Core/wiki/config.yml #")
82+
.comment("# DONATE: https://github.com/sponsors/Multiverse #")
8683
.comment("# #")
8784
.comment("# #")
8885
.comment("# New options are added to this file automatically. If you manually made changes #")
@@ -572,6 +569,7 @@ private <N extends Node> N node(N node) {
572569
final ConfigNode<Boolean> showDonationMessage = node(ConfigNode.builder("misc.show-donation-message", Boolean.class)
573570
.comment("")
574571
.comment("If you don't want to donate, you can set this to false and Multiverse will stop nagging you.")
572+
.comment("But if you want to donate, here is our Github Sponsors page: https://github.com/sponsors/Multiverse")
575573
.defaultValue(true)
576574
.name("show-donation-message")
577575
.build());

0 commit comments

Comments
 (0)