From f1d2ad353ef100d79f8f85e117d7f438df2cace3 Mon Sep 17 00:00:00 2001 From: filoghost Date: Sun, 21 Jun 2020 16:53:36 +0200 Subject: [PATCH] Update settings header --- .../main/java/me/filoghost/chestcommands/config/Settings.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Plugin/src/main/java/me/filoghost/chestcommands/config/Settings.java b/Plugin/src/main/java/me/filoghost/chestcommands/config/Settings.java index 14e2851..dc6d1b1 100644 --- a/Plugin/src/main/java/me/filoghost/chestcommands/config/Settings.java +++ b/Plugin/src/main/java/me/filoghost/chestcommands/config/Settings.java @@ -25,7 +25,9 @@ public class Settings extends SpecialConfig { public int anti_click_spam_delay = 200; public Settings() { - setHeader("ChestCommands configuration file.\nTutorial: http://dev.bukkit.org/bukkit-plugins/chest-commands\n"); + setHeader( + "ChestCommands main configuration file.\n" + + "Documentation: https://filoghost.me/docs/chest-commands\n"); } }