aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at
diff options
context:
space:
mode:
authorWalker Selby <git@walkerselby.com>2023-10-26 17:27:36 +0100
committerGitHub <noreply@github.com>2023-10-26 18:27:36 +0200
commit78ca5e7d082886ca3ede79761657d14e91c2030a (patch)
tree3c7447a21ebb4345a7750eeaaa323011ab240a6b /src/main/java/at
parent51cfe4de8e902e614ea73627fce7d34eabea2e62 (diff)
downloadskyhanni-78ca5e7d082886ca3ede79761657d14e91c2030a.tar.gz
skyhanni-78ca5e7d082886ca3ede79761657d14e91c2030a.tar.bz2
skyhanni-78ca5e7d082886ca3ede79761657d14e91c2030a.zip
Update name and description of viewrecipeItems (#629)
Diffstat (limited to 'src/main/java/at')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/CommandsConfig.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/CommandsConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/CommandsConfig.java
index d1475d522..12b7610ae 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/CommandsConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/CommandsConfig.java
@@ -62,7 +62,7 @@ public class CommandsConfig {
public boolean partyCommands = true;
@Expose
- @ConfigOption(name = "Viewrecipe Items", desc = "Tab complete items with recipe in the the Hypixel command §e/viewrecipe§7.")
+ @ConfigOption(name = "View Recipe", desc = "Tab complete item IDs in the the Hypixel command §e/viewrecipe§7. Only items with recipes are tab completed.")
@ConfigEditorBoolean
@FeatureToggle
public boolean viewrecipeItems = true;