Skip to content

Commit 4f8c0c6

Browse files
authored
Merge pull request #630 from Multiverse/chore/config-links
Update wiki and add donation link in `config.yml`
2 parents 1293070 + c72548a commit 4f8c0c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/org/mvplugins/multiverse/inventories/config/InventoriesConfigNodes.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ private <N extends Node> N node(N node) {
4141
.comment("# #")
4242
.comment("# #")
4343
.comment("# #")
44-
.comment("# WIKI: https://github.com/Multiverse/Multiverse-Core/wiki/Basics-(Inventories) #")
44+
.comment("# WIKI: https://mvplugins.org/inventories/ #")
4545
.comment("# DISCORD: https://discord.gg/NZtfKky #")
4646
.comment("# BUG REPORTS: https://github.com/Multiverse/Multiverse-Inventories/issues #")
47+
.comment("# DONATE: https://github.com/sponsors/Multiverse #")
4748
.comment("# #")
4849
.comment("# #")
4950
.comment("# New options are added to this file automatically. If you manually made changes #")

0 commit comments

Comments
 (0)