From 766ce61c5655935a232c5d87c1e334c6fba3d73b Mon Sep 17 00:00:00 2001 From: Appability Date: Sun, 13 Nov 2022 03:22:13 -0800 Subject: add move command and additional help in main settings gui and help chat message (to show aliases) --- src/main/kotlin/com/ambientaddons/config/Config.kt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main/kotlin/com/ambientaddons/config') diff --git a/src/main/kotlin/com/ambientaddons/config/Config.kt b/src/main/kotlin/com/ambientaddons/config/Config.kt index 9f25914..ccf4909 100644 --- a/src/main/kotlin/com/ambientaddons/config/Config.kt +++ b/src/main/kotlin/com/ambientaddons/config/Config.kt @@ -68,7 +68,7 @@ object Config : Vigilant( selector( ::salvageMode, name = "Salvaging features", - description = "Various modes to improve salvaging.", + description = "Various modes to improve salvaging. §c/ambient salvage §7to configure.", options = listOf("Off", "Highlight", "Block misclicks", "Legit autosalvage", "Unlegit autosalvage") ) switch( @@ -192,7 +192,7 @@ object Config : Vigilant( selector( ::autoBuyChest, name = "Dungeon Reward Chests", - description = "Either blocks rerolls or automatically buys dungeon reward chests containing certain items.", + description = "Either blocks rerolls or automatically buys dungeon reward chests containing certain items. §c/ambient buy §7to configure.", options = listOf("Off", "Block Reroll", "Autobuy") ) } @@ -219,7 +219,7 @@ object Config : Vigilant( category("Displays") { button( name = "Move GUI elements", - description = "Opens a GUI to edit locations of all GUI elements.", + description = "Opens a GUI to edit locations of all GUI elements. §c/ambient move §7to access anywhere.", ) { currentGui = MoveGui() } -- cgit