From bbb2ffb2c921101e5a1b36b54c1dd273a205c939 Mon Sep 17 00:00:00 2001 From: Emilia Dreamer Date: Sun, 20 Feb 2022 04:09:27 +0200 Subject: [PATCH] Update minimessage format docs link As per KyoriPowered/adventure-docs#45, the documentation for minimessage was split up into two pages and no longer uses a fragment in the link. While old links still continue to work, they don't directly bring the user directly to the format page as before --- .../java/eu/endermite/commandwhitelist/common/ConfigCache.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommandWhitelistCommon/src/main/java/eu/endermite/commandwhitelist/common/ConfigCache.java b/CommandWhitelistCommon/src/main/java/eu/endermite/commandwhitelist/common/ConfigCache.java index 1e94d28..af94052 100644 --- a/CommandWhitelistCommon/src/main/java/eu/endermite/commandwhitelist/common/ConfigCache.java +++ b/CommandWhitelistCommon/src/main/java/eu/endermite/commandwhitelist/common/ConfigCache.java @@ -42,7 +42,7 @@ public boolean reloadConfig() { config.addDefault("messages.removed_from_whitelist", "Removed command %s from permission %s"); config.addDefault("messages.group_doesnt_exist", "Group doesn't exist or error occured"); - config.addComment("messages", "Messages use MiniMessage formatting (https://docs.adventure.kyori.net/minimessage.html#format)"); + config.addComment("messages", "Messages use MiniMessage formatting (https://docs.adventure.kyori.net/minimessage/format)"); if (canDoProtocolLib) config.addDefault("use_protocollib", false, "Do not enable if you don't have issues with aliased commands.\nThis requires server restart to take effect.");