ge plugin: update config descriptions to be more descriptive

This commit is contained in:
CGOSURLDEV
2020-12-31 14:08:55 -08:00
committed by GitHub
parent 9dd5e2a06a
commit 870ad03d38

View File

@@ -37,7 +37,7 @@ public interface GrandExchangeConfig extends Config
position = 1, position = 1,
keyName = "quickLookup", keyName = "quickLookup",
name = "Hotkey lookup (Alt + Left click)", name = "Hotkey lookup (Alt + Left click)",
description = "Configures whether to enable the hotkey lookup for ge searches" description = "Configures whether to enable the hotkey lookup for GE searches"
) )
default boolean quickLookup() default boolean quickLookup()
{ {
@@ -59,7 +59,7 @@ public interface GrandExchangeConfig extends Config
position = 3, position = 3,
keyName = "enableOsbPrices", keyName = "enableOsbPrices",
name = "Enable OSB actively traded prices", name = "Enable OSB actively traded prices",
description = "Shows the OSBuddy actively traded price at the GE" description = "Shows the OSBuddy actively traded price on the GE buy interface"
) )
default boolean enableOsbPrices() default boolean enableOsbPrices()
{ {
@@ -92,8 +92,8 @@ public interface GrandExchangeConfig extends Config
@ConfigItem( @ConfigItem(
position = 6, position = 6,
keyName = "showTotal", keyName = "showTotal",
name = "Show grand exchange total", name = "Show GE total",
description = "Show grand exchange total" description = "Display the total value of all trades at the top of the GE interface"
) )
default boolean showTotal() default boolean showTotal()
{ {
@@ -104,7 +104,7 @@ public interface GrandExchangeConfig extends Config
position = 7, position = 7,
keyName = "showExact", keyName = "showExact",
name = "Show exact total value", name = "Show exact total value",
description = "Show exact total value" description = "When enabled along with the Show GE total option, the unabbreviated value will be displayed"
) )
default boolean showExact() default boolean showExact()
{ {