Skip to content

Commit

Permalink
Merge pull request #49 from rymiel/patch-1
Browse files Browse the repository at this point in the history
Update minimessage format docs link
  • Loading branch information
YouHaveTrouble authored Feb 22, 2022
2 parents ebc8a82 + bbb2ffb commit cacc093
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public boolean reloadConfig() {
config.addDefault("messages.removed_from_whitelist", "<yellow>Removed command <gold>%s <yellow>from permission <gold>%s");
config.addDefault("messages.group_doesnt_exist", "<red>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.");
Expand Down

0 comments on commit cacc093

Please sign in to comment.