From e3b82858b4bf0df9155916a929d65edcdabfa652 Mon Sep 17 00:00:00 2001 From: Intelli Date: Wed, 7 Dec 2022 18:56:18 -0700 Subject: [PATCH] Updated config description regarding donation keys --- src/main/java/net/coreprotect/config/Config.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/net/coreprotect/config/Config.java b/src/main/java/net/coreprotect/config/Config.java index 898f98d..3c67fd3 100644 --- a/src/main/java/net/coreprotect/config/Config.java +++ b/src/main/java/net/coreprotect/config/Config.java @@ -141,7 +141,7 @@ public class Config extends Language { DEFAULT_VALUES.put("username-changes", "true"); DEFAULT_VALUES.put("worldedit", "true"); - HEADERS.put("donation-key", new String[] { "# CoreProtect is donationware. For more information, visit our project page." }); + HEADERS.put("donation-key", new String[] { "# CoreProtect is donationware. Obtain a donation key from coreprotect.net/donate/" }); HEADERS.put("use-mysql", new String[] { "# MySQL is optional and not required.", "# If you prefer to use MySQL, enable the following and fill out the fields." }); HEADERS.put("language", new String[] { "# If modified, will automatically attempt to translate languages phrases.", "# List of language codes: https://coreprotect.net/languages/" }); HEADERS.put("check-updates", new String[] { "# If enabled, CoreProtect will check for updates when your server starts up.", "# If an update is available, you'll be notified via your server console.", });