diff options
author | Walker Selby <git@walkerselby.com> | 2023-10-26 17:27:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-26 18:27:36 +0200 |
commit | 78ca5e7d082886ca3ede79761657d14e91c2030a (patch) | |
tree | 3c7447a21ebb4345a7750eeaaa323011ab240a6b /src/main/java/at/hannibal2 | |
parent | 51cfe4de8e902e614ea73627fce7d34eabea2e62 (diff) | |
download | skyhanni-78ca5e7d082886ca3ede79761657d14e91c2030a.tar.gz skyhanni-78ca5e7d082886ca3ede79761657d14e91c2030a.tar.bz2 skyhanni-78ca5e7d082886ca3ede79761657d14e91c2030a.zip |
Update name and description of viewrecipeItems (#629)
Diffstat (limited to 'src/main/java/at/hannibal2')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/CommandsConfig.java | 2 |
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; |