From c93716282d266c786ef4f88eec9dab5b8e0b20bc Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Thu, 26 Oct 2023 09:12:40 +0200 Subject: added description --- .../java/at/hannibal2/skyhanni/config/features/GardenConfig.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/main') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java index 18323637f..d550d3f72 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java @@ -78,7 +78,8 @@ public class GardenConfig { public boolean sixthVisitorWarning = true; @Expose - @ConfigOption(name = "New Visitor Ping", desc = "Pings you when you are less than 10 seconds away from getting a new visitor.") + @ConfigOption(name = "New Visitor Ping", desc = "Pings you when you are less than 10 seconds away from getting a new visitor. " + + "§eUseful for getting Ephemeral Gratitudes during the 2023 Halloween event.") @ConfigEditorBoolean public boolean newVisitorPing = false; @@ -323,7 +324,8 @@ public class GardenConfig { @Expose @ConfigOption( name = "Accept Hotkey", - desc = "Accept a visitor when you press this keybind while in the visitor GUI." + desc = "Accept a visitor when you press this keybind while in the visitor GUI. " + + "§eUseful for getting Ephemeral Gratitudes during the 2023 Halloween event." ) @ConfigEditorKeybind( defaultKey = Keyboard.KEY_NONE -- cgit