aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-10-26 09:12:40 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-10-26 09:12:40 +0200
commitc93716282d266c786ef4f88eec9dab5b8e0b20bc (patch)
treeb5dfe8b2eec0f4b651713f6f7dca90fb5bca4345 /src/main
parent82a1bca332a650b2b6553d6382d4668dfe8f45a5 (diff)
downloadskyhanni-c93716282d266c786ef4f88eec9dab5b8e0b20bc.tar.gz
skyhanni-c93716282d266c786ef4f88eec9dab5b8e0b20bc.tar.bz2
skyhanni-c93716282d266c786ef4f88eec9dab5b8e0b20bc.zip
added description
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java6
1 files changed, 4 insertions, 2 deletions
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