ItemChargeConfig: Improve grammar and wording (#11881)
This commit is contained in:
@@ -51,7 +51,7 @@ public interface ItemChargeConfig extends Config
|
||||
@ConfigItem(
|
||||
keyName = "veryLowWarningColor",
|
||||
name = "Very Low Warning Color",
|
||||
description = "Configure the color of the overlay when charges are very low",
|
||||
description = "The color of the overlay when charges are very low",
|
||||
position = 1
|
||||
)
|
||||
default Color veryLowWarningColor()
|
||||
@@ -62,7 +62,7 @@ public interface ItemChargeConfig extends Config
|
||||
@ConfigItem(
|
||||
keyName = "lowWarningColor",
|
||||
name = "Low Warning Color",
|
||||
description = "Configure the color of the overlay when charges are low",
|
||||
description = "The color of the overlay when charges are low",
|
||||
position = 2
|
||||
)
|
||||
default Color lowWarningolor()
|
||||
@@ -73,7 +73,7 @@ public interface ItemChargeConfig extends Config
|
||||
@ConfigItem(
|
||||
keyName = "veryLowWarning",
|
||||
name = "Very Low Warning",
|
||||
description = "Configure the charge count for the very low warning color",
|
||||
description = "The charge count for the very low warning color",
|
||||
position = 3
|
||||
)
|
||||
default int veryLowWarning()
|
||||
@@ -84,7 +84,7 @@ public interface ItemChargeConfig extends Config
|
||||
@ConfigItem(
|
||||
keyName = "lowWarning",
|
||||
name = "Low Warning",
|
||||
description = "Configure the charge count for the low warning color",
|
||||
description = "The charge count for the low warning color",
|
||||
position = 4
|
||||
)
|
||||
default int lowWarning()
|
||||
@@ -95,7 +95,7 @@ public interface ItemChargeConfig extends Config
|
||||
@ConfigItem(
|
||||
keyName = "showTeleportCharges",
|
||||
name = "Show Teleport Charges",
|
||||
description = "Configures if teleport item count is shown",
|
||||
description = "Show teleport item charge counts",
|
||||
position = 5,
|
||||
section = chargesSection
|
||||
)
|
||||
@@ -107,7 +107,7 @@ public interface ItemChargeConfig extends Config
|
||||
@ConfigItem(
|
||||
keyName = "showDodgyCount",
|
||||
name = "Dodgy Necklace Count",
|
||||
description = "Configures if Dodgy Necklace charge count is shown",
|
||||
description = "Show Dodgy necklace charges",
|
||||
position = 6,
|
||||
section = chargesSection
|
||||
)
|
||||
@@ -119,7 +119,7 @@ public interface ItemChargeConfig extends Config
|
||||
@ConfigItem(
|
||||
keyName = "dodgyNotification",
|
||||
name = "Dodgy Necklace Notification",
|
||||
description = "Configures if the dodgy necklace breaking notification is shown",
|
||||
description = "Send a notification when a Dodgy necklace breaks",
|
||||
position = 7,
|
||||
section = notificationSection
|
||||
)
|
||||
@@ -149,7 +149,7 @@ public interface ItemChargeConfig extends Config
|
||||
@ConfigItem(
|
||||
keyName = "showImpCharges",
|
||||
name = "Show Imp-in-a-box charges",
|
||||
description = "Configures if imp-in-a-box item charges is shown",
|
||||
description = "Show Imp-in-a-box item charges",
|
||||
position = 8,
|
||||
section = chargesSection
|
||||
)
|
||||
@@ -161,7 +161,7 @@ public interface ItemChargeConfig extends Config
|
||||
@ConfigItem(
|
||||
keyName = "showFungicideCharges",
|
||||
name = "Show Fungicide Charges",
|
||||
description = "Configures if fungicide item charges is shown",
|
||||
description = "Show Fungicide item charges",
|
||||
position = 9,
|
||||
section = chargesSection
|
||||
)
|
||||
@@ -173,7 +173,7 @@ public interface ItemChargeConfig extends Config
|
||||
@ConfigItem(
|
||||
keyName = "showWateringCanCharges",
|
||||
name = "Show Watering Can Charges",
|
||||
description = "Configures if watering can item charge is shown",
|
||||
description = "Show Watering can item charges",
|
||||
position = 10,
|
||||
section = chargesSection
|
||||
)
|
||||
@@ -185,7 +185,7 @@ public interface ItemChargeConfig extends Config
|
||||
@ConfigItem(
|
||||
keyName = "showWaterskinCharges",
|
||||
name = "Show Waterskin Charges",
|
||||
description = "Configures if waterskin item charge is shown",
|
||||
description = "Show Waterskin dose counts",
|
||||
position = 11,
|
||||
section = chargesSection
|
||||
)
|
||||
@@ -196,8 +196,8 @@ public interface ItemChargeConfig extends Config
|
||||
|
||||
@ConfigItem(
|
||||
keyName = "showBellowCharges",
|
||||
name = "Show Bellow Charges",
|
||||
description = "Configures if ogre bellow item charge is shown",
|
||||
name = "Show Bellows Charges",
|
||||
description = "Show Ogre bellows item charges",
|
||||
position = 12,
|
||||
section = chargesSection
|
||||
)
|
||||
@@ -209,7 +209,7 @@ public interface ItemChargeConfig extends Config
|
||||
@ConfigItem(
|
||||
keyName = "showBasketCharges",
|
||||
name = "Show Basket Charges",
|
||||
description = "Configures if fruit basket item charge is shown",
|
||||
description = "Show Fruit basket item counts",
|
||||
position = 13,
|
||||
section = chargesSection
|
||||
)
|
||||
@@ -221,7 +221,7 @@ public interface ItemChargeConfig extends Config
|
||||
@ConfigItem(
|
||||
keyName = "showSackCharges",
|
||||
name = "Show Sack Charges",
|
||||
description = "Configures if sack item charge is shown",
|
||||
description = "Show Sack item counts",
|
||||
position = 14,
|
||||
section = chargesSection
|
||||
)
|
||||
@@ -233,7 +233,7 @@ public interface ItemChargeConfig extends Config
|
||||
@ConfigItem(
|
||||
keyName = "showAbyssalBraceletCharges",
|
||||
name = "Show Abyssal Bracelet Charges",
|
||||
description = "Configures if abyssal bracelet item charge is shown",
|
||||
description = "Show Abyssal bracelet item charges",
|
||||
position = 15,
|
||||
section = chargesSection
|
||||
)
|
||||
@@ -245,7 +245,7 @@ public interface ItemChargeConfig extends Config
|
||||
@ConfigItem(
|
||||
keyName = "showAmuletOfChemistryCharges",
|
||||
name = "Show Amulet of Chemistry Charges",
|
||||
description = "Configures if amulet of chemistry item charge is shown",
|
||||
description = "Show Amulet of chemistry item charges",
|
||||
position = 16,
|
||||
section = chargesSection
|
||||
)
|
||||
@@ -275,7 +275,7 @@ public interface ItemChargeConfig extends Config
|
||||
@ConfigItem(
|
||||
keyName = "showAmuletOfBountyCharges",
|
||||
name = "Show Amulet of Bounty Charges",
|
||||
description = "Configures if amulet of bounty item charge is shown",
|
||||
description = "Show Amulet of bounty item charges",
|
||||
position = 17,
|
||||
section = chargesSection
|
||||
)
|
||||
@@ -305,7 +305,7 @@ public interface ItemChargeConfig extends Config
|
||||
@ConfigItem(
|
||||
keyName = "recoilNotification",
|
||||
name = "Ring of Recoil Notification",
|
||||
description = "Configures if the ring of recoil breaking notification is shown",
|
||||
description = "Send a notification when a Ring of recoil breaks",
|
||||
position = 18,
|
||||
section = notificationSection
|
||||
)
|
||||
@@ -317,7 +317,7 @@ public interface ItemChargeConfig extends Config
|
||||
@ConfigItem(
|
||||
keyName = "showBindingNecklaceCharges",
|
||||
name = "Show Binding Necklace Charges",
|
||||
description = "Configures if binding necklace item charge is shown",
|
||||
description = "Show Binding necklace item charges",
|
||||
position = 19,
|
||||
section = chargesSection
|
||||
)
|
||||
@@ -347,7 +347,7 @@ public interface ItemChargeConfig extends Config
|
||||
@ConfigItem(
|
||||
keyName = "bindingNotification",
|
||||
name = "Binding Necklace Notification",
|
||||
description = "Configures if the binding necklace breaking notification is shown",
|
||||
description = "Send a notification when a Binding necklace breaks",
|
||||
position = 20,
|
||||
section = notificationSection
|
||||
)
|
||||
@@ -359,7 +359,7 @@ public interface ItemChargeConfig extends Config
|
||||
@ConfigItem(
|
||||
keyName = "showExplorerRingCharges",
|
||||
name = "Show Explorer's Ring Alch Charges",
|
||||
description = "Configures if explorer's ring alchemy charges are shown",
|
||||
description = "Show Explorer's ring alchemy charges",
|
||||
position = 21,
|
||||
section = chargesSection
|
||||
)
|
||||
@@ -389,7 +389,7 @@ public interface ItemChargeConfig extends Config
|
||||
@ConfigItem(
|
||||
keyName = "showRingOfForgingCount",
|
||||
name = "Show Ring of Forging Charges",
|
||||
description = "Configures if the Ring of Forging charge count is shown",
|
||||
description = "Show Ring of forging item charges",
|
||||
position = 22,
|
||||
section = chargesSection
|
||||
)
|
||||
@@ -419,7 +419,7 @@ public interface ItemChargeConfig extends Config
|
||||
@ConfigItem(
|
||||
keyName = "ringOfForgingNotification",
|
||||
name = "Ring of Forging Notification",
|
||||
description = "Configures if the Ring of Forging breaking notification is enabled",
|
||||
description = "Send a notification when a Ring of forging breaks",
|
||||
position = 23,
|
||||
section = notificationSection
|
||||
)
|
||||
@@ -431,7 +431,7 @@ public interface ItemChargeConfig extends Config
|
||||
@ConfigItem(
|
||||
keyName = "showInfoboxes",
|
||||
name = "Show Infoboxes",
|
||||
description = "Configures whether to show an infobox equipped charge items",
|
||||
description = "Show an infobox with remaining charges for equipped items",
|
||||
position = 24
|
||||
)
|
||||
default boolean showInfoboxes()
|
||||
@@ -442,7 +442,7 @@ public interface ItemChargeConfig extends Config
|
||||
@ConfigItem(
|
||||
keyName = "showPotionDoseCount",
|
||||
name = "Show Potion Doses",
|
||||
description = "Configures if potion doses are shown",
|
||||
description = "Show remaining potion doses",
|
||||
position = 25,
|
||||
section = chargesSection
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user