Shorten many config names to fit into side panel

This commit is contained in:
Adam
2021-01-13 16:02:08 -05:00
parent 8cc7448f58
commit 92013816b8
22 changed files with 129 additions and 123 deletions

View File

@@ -151,7 +151,7 @@ public interface RuneLiteConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "gameAlwaysOnTop", keyName = "gameAlwaysOnTop",
name = "Enable client always on top", name = "Always on top",
description = "The game will always be on the top of the screen", description = "The game will always be on the top of the screen",
position = 17, position = 17,
section = windowSettings section = windowSettings
@@ -163,8 +163,8 @@ public interface RuneLiteConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "warningOnExit", keyName = "warningOnExit",
name = "Display warning on exit", name = "Exit warning",
description = "Toggles a warning popup when trying to exit the client", description = "Shows a warning popup when trying to exit the client",
position = 18, position = 18,
section = windowSettings section = windowSettings
) )
@@ -199,7 +199,7 @@ public interface RuneLiteConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "notificationRequestFocus", keyName = "notificationRequestFocus",
name = "Request focus on notification", name = "Request focus",
description = "Configures the window focus request type on notification", description = "Configures the window focus request type on notification",
position = 21, position = 21,
section = notificationSettings section = notificationSettings
@@ -223,8 +223,8 @@ public interface RuneLiteConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "notificationGameMessage", keyName = "notificationGameMessage",
name = "Enable game message notifications", name = "Game message notifications",
description = "Puts a notification message in the chatbox", description = "Adds a notification message to the chatbox",
position = 23, position = 23,
section = notificationSettings section = notificationSettings
) )
@@ -235,7 +235,7 @@ public interface RuneLiteConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "flashNotification", keyName = "flashNotification",
name = "Flash notification", name = "Flash",
description = "Flashes the game frame as a notification", description = "Flashes the game frame as a notification",
position = 24, position = 24,
section = notificationSettings section = notificationSettings
@@ -260,7 +260,7 @@ public interface RuneLiteConfig extends Config
@Alpha @Alpha
@ConfigItem( @ConfigItem(
keyName = "notificationFlashColor", keyName = "notificationFlashColor",
name = "Notification Flash Color", name = "Notification Flash",
description = "Sets the color of the notification flashes.", description = "Sets the color of the notification flashes.",
position = 26, position = 26,
section = notificationSettings section = notificationSettings
@@ -296,7 +296,7 @@ public interface RuneLiteConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "interfaceFontType", keyName = "interfaceFontType",
name = "Interface Overlay Font", name = "Interface Font",
description = "Configures what font type is used for in-game interface overlays such as panels, opponent info, clue scrolls etc.", description = "Configures what font type is used for in-game interface overlays such as panels, opponent info, clue scrolls etc.",
position = 32, position = 32,
section = overlaySettings section = overlaySettings

View File

@@ -147,7 +147,7 @@ public interface AgilityConfig extends Config
@Alpha @Alpha
@ConfigItem( @ConfigItem(
keyName = "portalsHighlight", keyName = "portalsHighlight",
name = "Portals Highlight Color", name = "Portals Color",
description = "Color of highlighted Prifddinas portals", description = "Color of highlighted Prifddinas portals",
position = 9 position = 9
) )

View File

@@ -81,7 +81,7 @@ public interface BoostsConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "displayNextBuffChange", keyName = "displayNextBuffChange",
name = "Display next buff change", name = "Next buff change",
description = "Configures whether or not to display when the next buffed stat change will be", description = "Configures whether or not to display when the next buffed stat change will be",
position = 4 position = 4
) )
@@ -92,7 +92,7 @@ public interface BoostsConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "displayNextDebuffChange", keyName = "displayNextDebuffChange",
name = "Display next debuff change", name = "Next debuff change",
description = "Configures whether or not to display when the next debuffed stat change will be", description = "Configures whether or not to display when the next debuffed stat change will be",
position = 5 position = 5
) )
@@ -103,7 +103,7 @@ public interface BoostsConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "boostThreshold", keyName = "boostThreshold",
name = "Boost amount threshold", name = "Boost threshold",
description = "The threshold at which boosted levels will be displayed in a different color. A value of 0 will disable the feature.", description = "The threshold at which boosted levels will be displayed in a different color. A value of 0 will disable the feature.",
position = 6 position = 6
) )

View File

@@ -51,7 +51,7 @@ public interface CannonConfig extends Config
) )
@ConfigItem( @ConfigItem(
keyName = "lowWarningThreshold", keyName = "lowWarningThreshold",
name = "Low Warning Threshold", name = "Low warning threshold",
description = "Configures the number of cannonballs remaining before a notification is sent. <br>Regardless of this value, a notification will still be sent when your cannon is empty.", description = "Configures the number of cannonballs remaining before a notification is sent. <br>Regardless of this value, a notification will still be sent when your cannon is empty.",
position = 2 position = 2
) )
@@ -62,7 +62,7 @@ public interface CannonConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "showInfobox", keyName = "showInfobox",
name = "Show Cannonball infobox", name = "Show cannonball infobox",
description = "Configures whether to show the cannonballs in an infobox", description = "Configures whether to show the cannonballs in an infobox",
position = 3 position = 3
) )
@@ -85,7 +85,7 @@ public interface CannonConfig extends Config
@Alpha @Alpha
@ConfigItem( @ConfigItem(
keyName = "highlightDoubleHitColor", keyName = "highlightDoubleHitColor",
name = "Color of double hit spots", name = "Double hit spots",
description = "Configures the highlight color of double hit spots", description = "Configures the highlight color of double hit spots",
position = 5 position = 5
) )

View File

@@ -156,7 +156,7 @@ public interface ChatFilterConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "maxRepeatedPublicChats", keyName = "maxRepeatedPublicChats",
name = "Max repeated public chats", name = "Repeat filter",
description = "Block player chat message if repeated this many times. 0 is off", description = "Block player chat message if repeated this many times. 0 is off",
position = 11 position = 11
) )

View File

@@ -99,7 +99,7 @@ public interface DriftNetConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "tagAnnette", keyName = "tagAnnette",
name = "Tag Annette when no nets in inventory", name = "Tag Annette",
description = "Tag Annette when no nets in inventory", description = "Tag Annette when no nets in inventory",
position = 6 position = 6
) )

View File

@@ -93,7 +93,7 @@ public interface FishingConfig extends Config
@Alpha @Alpha
@ConfigItem( @ConfigItem(
keyName = "minnowsOverlayColor", keyName = "minnowsOverlayColor",
name = "Minnows Overlay Color", name = "Minnows Overlay",
description = "Color of overlays for Minnows", description = "Color of overlays for Minnows",
position = 5 position = 5
) )
@@ -105,7 +105,7 @@ public interface FishingConfig extends Config
@Alpha @Alpha
@ConfigItem( @ConfigItem(
keyName = "aerialOverlayColor", keyName = "aerialOverlayColor",
name = "Aerial Overlay Color", name = "Aerial Overlay",
description = "Color of overlays when 1-tick aerial fishing", description = "Color of overlays when 1-tick aerial fishing",
position = 6 position = 6
) )

View File

@@ -156,7 +156,7 @@ public interface GroundItemsConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "notifyTier", keyName = "notifyTier",
name = "Notify >= Tier", name = "Notify tier",
description = "Configures which price tiers will trigger a notification on drop", description = "Configures which price tiers will trigger a notification on drop",
position = 8 position = 8
) )
@@ -211,7 +211,7 @@ public interface GroundItemsConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "hideUnderValue", keyName = "hideUnderValue",
name = "Hide < Value", name = "Hide under value",
description = "Configures hidden ground items under both GE and HA value", description = "Configures hidden ground items under both GE and HA value",
position = 13 position = 13
) )
@@ -223,7 +223,7 @@ public interface GroundItemsConfig extends Config
@Alpha @Alpha
@ConfigItem( @ConfigItem(
keyName = "defaultColor", keyName = "defaultColor",
name = "Default items color", name = "Default items",
description = "Configures the color for default, non-highlighted items", description = "Configures the color for default, non-highlighted items",
position = 14 position = 14
) )
@@ -235,7 +235,7 @@ public interface GroundItemsConfig extends Config
@Alpha @Alpha
@ConfigItem( @ConfigItem(
keyName = "highlightedColor", keyName = "highlightedColor",
name = "Highlighted items color", name = "Highlighted items",
description = "Configures the color for highlighted items", description = "Configures the color for highlighted items",
position = 15 position = 15
) )
@@ -247,7 +247,7 @@ public interface GroundItemsConfig extends Config
@Alpha @Alpha
@ConfigItem( @ConfigItem(
keyName = "hiddenColor", keyName = "hiddenColor",
name = "Hidden items color", name = "Hidden items",
description = "Configures the color for hidden items in right-click menu and when holding ALT", description = "Configures the color for hidden items in right-click menu and when holding ALT",
position = 16 position = 16
) )
@@ -259,7 +259,7 @@ public interface GroundItemsConfig extends Config
@Alpha @Alpha
@ConfigItem( @ConfigItem(
keyName = "lowValueColor", keyName = "lowValueColor",
name = "Low value items color", name = "Low value items",
description = "Configures the color for low value items", description = "Configures the color for low value items",
position = 17 position = 17
) )
@@ -282,7 +282,7 @@ public interface GroundItemsConfig extends Config
@Alpha @Alpha
@ConfigItem( @ConfigItem(
keyName = "mediumValueColor", keyName = "mediumValueColor",
name = "Medium value items color", name = "Medium value items",
description = "Configures the color for medium value items", description = "Configures the color for medium value items",
position = 19 position = 19
) )
@@ -305,7 +305,7 @@ public interface GroundItemsConfig extends Config
@Alpha @Alpha
@ConfigItem( @ConfigItem(
keyName = "highValueColor", keyName = "highValueColor",
name = "High value items color", name = "High value items",
description = "Configures the color for high value items", description = "Configures the color for high value items",
position = 21 position = 21
) )
@@ -328,7 +328,7 @@ public interface GroundItemsConfig extends Config
@Alpha @Alpha
@ConfigItem( @ConfigItem(
keyName = "insaneValueColor", keyName = "insaneValueColor",
name = "Insane value items color", name = "Insane value items",
description = "Configures the color for insane value items", description = "Configures the color for insane value items",
position = 23 position = 23
) )
@@ -361,8 +361,8 @@ public interface GroundItemsConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "doubleTapDelay", keyName = "doubleTapDelay",
name = "Delay for double-tap ALT to hide", name = "Double-tap delay",
description = "Decrease this number if you accidentally hide ground items often. (0 = Disabled)", description = "Delay for the double-tap ALT to hide ground items. 0 to disable.",
position = 26 position = 26
) )
@Units(Units.MILLISECONDS) @Units(Units.MILLISECONDS)
@@ -373,7 +373,7 @@ public interface GroundItemsConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "collapseEntries", keyName = "collapseEntries",
name = "Collapse ground item menu entries", name = "Collapse ground item menu",
description = "Collapses ground item menu entries together and appends count", description = "Collapses ground item menu entries together and appends count",
position = 27 position = 27
) )

View File

@@ -90,7 +90,7 @@ public interface IdleNotifierConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "hitpoints", keyName = "hitpoints",
name = "Hitpoints Notification Threshold", name = "Hitpoints Threshold",
description = "The amount of hitpoints to send a notification at. A value of 0 will disable notification.", description = "The amount of hitpoints to send a notification at. A value of 0 will disable notification.",
position = 6 position = 6
) )
@@ -101,7 +101,7 @@ public interface IdleNotifierConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "prayer", keyName = "prayer",
name = "Prayer Notification Threshold", name = "Prayer Threshold",
description = "The amount of prayer points to send a notification at. A value of 0 will disable notification.", description = "The amount of prayer points to send a notification at. A value of 0 will disable notification.",
position = 7 position = 7
) )
@@ -112,7 +112,7 @@ public interface IdleNotifierConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "oxygen", keyName = "oxygen",
name = "Oxygen Notification Threshold", name = "Oxygen Threshold",
position = 8, position = 8,
description = "The amount of remaining oxygen to send a notification at. A value of 0 will disable notification." description = "The amount of remaining oxygen to send a notification at. A value of 0 will disable notification."
) )
@@ -124,9 +124,9 @@ public interface IdleNotifierConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "spec", keyName = "spec",
name = "Special Attack Energy Notification Threshold", name = "Spec Threshold",
position = 9, position = 9,
description = "The amount of spec energy reached to send a notification at. A value of 0 will disable notification." description = "The amount of special attack energy reached to send a notification at. A value of 0 will disable notification."
) )
@Units(Units.PERCENT) @Units(Units.PERCENT)
default int getSpecEnergyThreshold() default int getSpecEnergyThreshold()

View File

@@ -55,7 +55,7 @@ public interface ImplingsConfig extends Config
@ConfigItem( @ConfigItem(
position = 1, position = 1,
keyName = "showbaby", keyName = "showbaby",
name = "Show Baby implings", name = "Baby implings",
description = "Configures whether or not Baby impling tags are displayed", description = "Configures whether or not Baby impling tags are displayed",
section = implingSection section = implingSection
) )
@@ -80,7 +80,7 @@ public interface ImplingsConfig extends Config
@ConfigItem( @ConfigItem(
position = 3, position = 3,
keyName = "showyoung", keyName = "showyoung",
name = "Show Young implings", name = "Young implings",
description = "Configures whether or not Young impling tags are displayed", description = "Configures whether or not Young impling tags are displayed",
section = implingSection section = implingSection
) )
@@ -105,7 +105,7 @@ public interface ImplingsConfig extends Config
@ConfigItem( @ConfigItem(
position = 5, position = 5,
keyName = "showgourmet", keyName = "showgourmet",
name = "Show Gourmet implings", name = "Gourmet implings",
description = "Configures whether or not Gourmet impling tags are displayed", description = "Configures whether or not Gourmet impling tags are displayed",
section = implingSection section = implingSection
) )
@@ -130,7 +130,7 @@ public interface ImplingsConfig extends Config
@ConfigItem( @ConfigItem(
position = 7, position = 7,
keyName = "showearth", keyName = "showearth",
name = "Show Earth implings", name = "Earth implings",
description = "Configures whether or not Earth impling tags are displayed", description = "Configures whether or not Earth impling tags are displayed",
section = implingSection section = implingSection
) )
@@ -155,7 +155,7 @@ public interface ImplingsConfig extends Config
@ConfigItem( @ConfigItem(
position = 9, position = 9,
keyName = "showessence", keyName = "showessence",
name = "Show Essence implings", name = "Essence implings",
description = "Configures whether or not Essence impling tags are displayed", description = "Configures whether or not Essence impling tags are displayed",
section = implingSection section = implingSection
) )
@@ -180,7 +180,7 @@ public interface ImplingsConfig extends Config
@ConfigItem( @ConfigItem(
position = 11, position = 11,
keyName = "showeclectic", keyName = "showeclectic",
name = "Show Eclectic implings", name = "Eclectic implings",
description = "Configures whether or not Eclectic impling tags are displayed", description = "Configures whether or not Eclectic impling tags are displayed",
section = implingSection section = implingSection
) )
@@ -205,7 +205,7 @@ public interface ImplingsConfig extends Config
@ConfigItem( @ConfigItem(
position = 13, position = 13,
keyName = "shownature", keyName = "shownature",
name = "Show Nature implings", name = "Nature implings",
description = "Configures whether or not Nature impling tags are displayed", description = "Configures whether or not Nature impling tags are displayed",
section = implingSection section = implingSection
) )
@@ -230,7 +230,7 @@ public interface ImplingsConfig extends Config
@ConfigItem( @ConfigItem(
position = 15, position = 15,
keyName = "showmagpie", keyName = "showmagpie",
name = "Show Magpie implings", name = "Magpie implings",
description = "Configures whether or not Magpie impling tags are displayed", description = "Configures whether or not Magpie impling tags are displayed",
section = implingSection section = implingSection
) )
@@ -255,7 +255,7 @@ public interface ImplingsConfig extends Config
@ConfigItem( @ConfigItem(
position = 17, position = 17,
keyName = "showninja", keyName = "showninja",
name = "Show Ninja implings", name = "Ninja implings",
description = "Configures whether or not Ninja impling tags are displayed", description = "Configures whether or not Ninja impling tags are displayed",
section = implingSection section = implingSection
) )
@@ -280,7 +280,7 @@ public interface ImplingsConfig extends Config
@ConfigItem( @ConfigItem(
position = 19, position = 19,
keyName = "showCrystal", keyName = "showCrystal",
name = "Show Crystal implings", name = "Crystal implings",
description = "Configures whether or not Crystal implings are displayed", description = "Configures whether or not Crystal implings are displayed",
section = implingSection section = implingSection
) )
@@ -305,7 +305,7 @@ public interface ImplingsConfig extends Config
@ConfigItem( @ConfigItem(
position = 21, position = 21,
keyName = "showdragon", keyName = "showdragon",
name = "Show Dragon implings", name = "Dragon implings",
description = "Configures whether or not Dragon impling tags are displayed", description = "Configures whether or not Dragon impling tags are displayed",
section = implingSection section = implingSection
) )
@@ -330,7 +330,7 @@ public interface ImplingsConfig extends Config
@ConfigItem( @ConfigItem(
position = 23, position = 23,
keyName = "showlucky", keyName = "showlucky",
name = "Show Lucky implings", name = "Lucky implings",
description = "Configures whether or not Lucky impling tags are displayed", description = "Configures whether or not Lucky impling tags are displayed",
section = implingSection section = implingSection
) )

View File

@@ -51,7 +51,7 @@ public interface ItemChargeConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "veryLowWarningColor", keyName = "veryLowWarningColor",
name = "Very Low Warning Color", name = "Very Low Warning",
description = "The color of the overlay when charges are very low", description = "The color of the overlay when charges are very low",
position = 1 position = 1
) )
@@ -62,7 +62,7 @@ public interface ItemChargeConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "lowWarningColor", keyName = "lowWarningColor",
name = "Low Warning Color", name = "Low Warning",
description = "The color of the overlay when charges are low", description = "The color of the overlay when charges are low",
position = 2 position = 2
) )
@@ -95,7 +95,7 @@ public interface ItemChargeConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "showTeleportCharges", keyName = "showTeleportCharges",
name = "Show Teleport Charges", name = "Teleport Charges",
description = "Show teleport item charge counts", description = "Show teleport item charge counts",
position = 5, position = 5,
section = chargesSection section = chargesSection
@@ -149,7 +149,7 @@ public interface ItemChargeConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "showImpCharges", keyName = "showImpCharges",
name = "Show Imp-in-a-box charges", name = "Imp-in-a-box charges",
description = "Show Imp-in-a-box item charges", description = "Show Imp-in-a-box item charges",
position = 8, position = 8,
section = chargesSection section = chargesSection
@@ -161,7 +161,7 @@ public interface ItemChargeConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "showFungicideCharges", keyName = "showFungicideCharges",
name = "Show Fungicide Charges", name = "Fungicide Charges",
description = "Show Fungicide item charges", description = "Show Fungicide item charges",
position = 9, position = 9,
section = chargesSection section = chargesSection
@@ -173,7 +173,7 @@ public interface ItemChargeConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "showWateringCanCharges", keyName = "showWateringCanCharges",
name = "Show Watering Can Charges", name = "Watering Can Charges",
description = "Show Watering can item charges", description = "Show Watering can item charges",
position = 10, position = 10,
section = chargesSection section = chargesSection
@@ -185,7 +185,7 @@ public interface ItemChargeConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "showWaterskinCharges", keyName = "showWaterskinCharges",
name = "Show Waterskin Charges", name = "Waterskin Charges",
description = "Show Waterskin dose counts", description = "Show Waterskin dose counts",
position = 11, position = 11,
section = chargesSection section = chargesSection
@@ -197,7 +197,7 @@ public interface ItemChargeConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "showBellowCharges", keyName = "showBellowCharges",
name = "Show Bellows Charges", name = "Bellows Charges",
description = "Show Ogre bellows item charges", description = "Show Ogre bellows item charges",
position = 12, position = 12,
section = chargesSection section = chargesSection
@@ -209,7 +209,7 @@ public interface ItemChargeConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "showBasketCharges", keyName = "showBasketCharges",
name = "Show Basket Charges", name = "Basket Charges",
description = "Show Fruit basket item counts", description = "Show Fruit basket item counts",
position = 13, position = 13,
section = chargesSection section = chargesSection
@@ -221,7 +221,7 @@ public interface ItemChargeConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "showSackCharges", keyName = "showSackCharges",
name = "Show Sack Charges", name = "Sack Charges",
description = "Show Sack item counts", description = "Show Sack item counts",
position = 14, position = 14,
section = chargesSection section = chargesSection
@@ -233,7 +233,7 @@ public interface ItemChargeConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "showAbyssalBraceletCharges", keyName = "showAbyssalBraceletCharges",
name = "Show Abyssal Bracelet Charges", name = "Abyssal Bracelet Charges",
description = "Show Abyssal bracelet item charges", description = "Show Abyssal bracelet item charges",
position = 15, position = 15,
section = chargesSection section = chargesSection
@@ -245,7 +245,7 @@ public interface ItemChargeConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "showAmuletOfChemistryCharges", keyName = "showAmuletOfChemistryCharges",
name = "Show Amulet of Chemistry Charges", name = "Amulet of Chemistry Charges",
description = "Show Amulet of chemistry item charges", description = "Show Amulet of chemistry item charges",
position = 16, position = 16,
section = chargesSection section = chargesSection
@@ -275,7 +275,7 @@ public interface ItemChargeConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "showAmuletOfBountyCharges", keyName = "showAmuletOfBountyCharges",
name = "Show Amulet of Bounty Charges", name = "Amulet of Bounty Charges",
description = "Show Amulet of bounty item charges", description = "Show Amulet of bounty item charges",
position = 17, position = 17,
section = chargesSection section = chargesSection
@@ -317,7 +317,7 @@ public interface ItemChargeConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "showBindingNecklaceCharges", keyName = "showBindingNecklaceCharges",
name = "Show Binding Necklace Charges", name = "Binding Necklace Charges",
description = "Show Binding necklace item charges", description = "Show Binding necklace item charges",
position = 19, position = 19,
section = chargesSection section = chargesSection
@@ -359,7 +359,7 @@ public interface ItemChargeConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "showExplorerRingCharges", keyName = "showExplorerRingCharges",
name = "Show Explorer's Ring Alch Charges", name = "Explorer's Ring Alch Charges",
description = "Show Explorer's ring alchemy charges", description = "Show Explorer's ring alchemy charges",
position = 21, position = 21,
section = chargesSection section = chargesSection
@@ -389,7 +389,7 @@ public interface ItemChargeConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "showRingOfForgingCount", keyName = "showRingOfForgingCount",
name = "Show Ring of Forging Charges", name = "Ring of Forging Charges",
description = "Show Ring of forging item charges", description = "Show Ring of forging item charges",
position = 22, position = 22,
section = chargesSection section = chargesSection
@@ -431,7 +431,7 @@ public interface ItemChargeConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "showInfoboxes", keyName = "showInfoboxes",
name = "Show Infoboxes", name = "Infoboxes",
description = "Show an infobox with remaining charges for equipped items", description = "Show an infobox with remaining charges for equipped items",
position = 24 position = 24
) )
@@ -442,7 +442,7 @@ public interface ItemChargeConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "showPotionDoseCount", keyName = "showPotionDoseCount",
name = "Show Potion Doses", name = "Potion Doses",
description = "Show remaining potion doses", description = "Show remaining potion doses",
position = 25, position = 25,
section = chargesSection section = chargesSection

View File

@@ -44,7 +44,7 @@ public interface OpponentInfoConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "hitpointsDisplayStyle", keyName = "hitpointsDisplayStyle",
name = "Hitpoints display style", name = "Display style",
description = "Show opponent's hitpoints as a value (if known), percentage, or both", description = "Show opponent's hitpoints as a value (if known), percentage, or both",
position = 1 position = 1
) )

View File

@@ -55,7 +55,7 @@ public interface PlayerIndicatorsConfig extends Config
@ConfigItem( @ConfigItem(
position = 1, position = 1,
keyName = "ownNameColor", keyName = "ownNameColor",
name = "Own player color", name = "Own player",
description = "Color of your own player", description = "Color of your own player",
section = highlightSection section = highlightSection
) )
@@ -79,7 +79,7 @@ public interface PlayerIndicatorsConfig extends Config
@ConfigItem( @ConfigItem(
position = 3, position = 3,
keyName = "friendNameColor", keyName = "friendNameColor",
name = "Friend color", name = "Friend",
description = "Color of friend names", description = "Color of friend names",
section = highlightSection section = highlightSection
) )
@@ -103,7 +103,7 @@ public interface PlayerIndicatorsConfig extends Config
@ConfigItem( @ConfigItem(
position = 5, position = 5,
keyName = "clanMemberColor", keyName = "clanMemberColor",
name = "Friends chat member color", name = "Friends chat",
description = "Color of friends chat members", description = "Color of friends chat members",
section = highlightSection section = highlightSection
) )
@@ -127,7 +127,7 @@ public interface PlayerIndicatorsConfig extends Config
@ConfigItem( @ConfigItem(
position = 7, position = 7,
keyName = "teamMemberColor", keyName = "teamMemberColor",
name = "Team member color", name = "Team member",
description = "Color of team members", description = "Color of team members",
section = highlightSection section = highlightSection
) )
@@ -151,7 +151,7 @@ public interface PlayerIndicatorsConfig extends Config
@ConfigItem( @ConfigItem(
position = 9, position = 9,
keyName = "nonClanMemberColor", keyName = "nonClanMemberColor",
name = "Others color", name = "Others",
description = "Color of other players names", description = "Color of other players names",
section = highlightSection section = highlightSection
) )

View File

@@ -133,7 +133,7 @@ public interface PrayerConfig extends Config
@ConfigItem( @ConfigItem(
position = 9, position = 9,
keyName = "replaceOrbText", keyName = "replaceOrbText",
name = "Replace orb text with prayer time left", name = "Show time left",
description = "Show time remaining of current prayers in the prayer orb." description = "Show time remaining of current prayers in the prayer orb."
) )
default boolean replaceOrbText() default boolean replaceOrbText()

View File

@@ -69,7 +69,7 @@ public interface PyramidPlunderConfig extends Config
@ConfigItem( @ConfigItem(
position = 3, position = 3,
keyName = "highlightDoorsColor", keyName = "highlightDoorsColor",
name = "Highlight doors color", name = "Highlight doors",
description = "Selects the color for highlighting tomb doors" description = "Selects the color for highlighting tomb doors"
) )
default Color highlightDoorsColor() default Color highlightDoorsColor()
@@ -92,7 +92,7 @@ public interface PyramidPlunderConfig extends Config
@ConfigItem( @ConfigItem(
position = 5, position = 5,
keyName = "highlightSpeartrapColor", keyName = "highlightSpeartrapColor",
name = "Highlight speartrap color", name = "Highlight speartrap",
description = "Selects the color for highlighting speartraps" description = "Selects the color for highlighting speartraps"
) )
default Color highlightSpeartrapsColor() default Color highlightSpeartrapsColor()
@@ -115,7 +115,7 @@ public interface PyramidPlunderConfig extends Config
@ConfigItem( @ConfigItem(
position = 7, position = 7,
keyName = "highlightContainersColor", keyName = "highlightContainersColor",
name = "Highlight containers color", name = "Highlight containers",
description = "Selects the color for highlighting urns, chests and sarcophagus" description = "Selects the color for highlighting urns, chests and sarcophagus"
) )
default Color highlightContainersColor() default Color highlightContainersColor()

View File

@@ -47,7 +47,7 @@ public interface RaidsConfig extends Config
@ConfigItem( @ConfigItem(
position = 1, position = 1,
keyName = "pointsMessage", keyName = "pointsMessage",
name = "Display points in chatbox after raid", name = "Display points in chatbox",
description = "Display a message with total points, individual points and percentage at the end of a raid" description = "Display a message with total points, individual points and percentage at the end of a raid"
) )
default boolean pointsMessage() default boolean pointsMessage()
@@ -69,8 +69,8 @@ public interface RaidsConfig extends Config
@ConfigItem( @ConfigItem(
position = 3, position = 3,
keyName = "scoutOverlayAtBank", keyName = "scoutOverlayAtBank",
name = "Show scout overlay outside lobby", name = "Show scout overlay outside",
description = "Keep the overlay active while at the raids area" description = "Keep the overlay active outside of the raid starting room"
) )
default boolean scoutOverlayAtBank() default boolean scoutOverlayAtBank()
{ {
@@ -168,8 +168,8 @@ public interface RaidsConfig extends Config
@ConfigItem( @ConfigItem(
position = 12, position = 12,
keyName = "layoutMessage", keyName = "layoutMessage",
name = "Send raid layout message when entering raid", name = "Raid layout message",
description = "Sends game message with raid layout on entering new raid" description = "Sends a game message with the raid layout on entering a raid"
) )
default boolean layoutMessage() default boolean layoutMessage()
{ {
@@ -179,7 +179,7 @@ public interface RaidsConfig extends Config
@ConfigItem( @ConfigItem(
position = 13, position = 13,
keyName = "screenshotHotkey", keyName = "screenshotHotkey",
name = "Scouter screenshot hotkey", name = "Screenshot hotkey",
description = "Hotkey used to screenshot the scouting overlay" description = "Hotkey used to screenshot the scouting overlay"
) )
default Keybind screenshotHotkey() default Keybind screenshotHotkey()
@@ -190,7 +190,7 @@ public interface RaidsConfig extends Config
@ConfigItem( @ConfigItem(
position = 14, position = 14,
keyName = "uploadScreenshot", keyName = "uploadScreenshot",
name = "Upload scouting screenshot", name = "Upload screenshot",
description = "Uploads the scouting screenshot to Imgur or the clipboard" description = "Uploads the scouting screenshot to Imgur or the clipboard"
) )
default ImageUploadStyle uploadScreenshot() default ImageUploadStyle uploadScreenshot()

View File

@@ -52,7 +52,7 @@ public interface RegenMeterConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "showWhenNoChange", keyName = "showWhenNoChange",
name = "Show hitpoints regen at full hitpoints", name = "Show at full hitpoints",
description = "Always show the hitpoints regen orb, even if there will be no stat change") description = "Always show the hitpoints regen orb, even if there will be no stat change")
default boolean showWhenNoChange() default boolean showWhenNoChange()
{ {
@@ -61,7 +61,7 @@ public interface RegenMeterConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "notifyBeforeHpRegenDuration", keyName = "notifyBeforeHpRegenDuration",
name = "Hitpoint Regen Notification", name = "Hitpoint Notification",
description = "Notify approximately when your next hitpoint is about to regen. A value of 0 will disable notification." description = "Notify approximately when your next hitpoint is about to regen. A value of 0 will disable notification."
) )
@Units(Units.SECONDS) @Units(Units.SECONDS)

View File

@@ -64,7 +64,7 @@ public interface StatusBarsConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "leftBarMode", keyName = "leftBarMode",
name = "Left Status Bar", name = "Left Bar",
description = "Configures the left status bar" description = "Configures the left status bar"
) )
default BarMode leftBarMode() default BarMode leftBarMode()
@@ -74,7 +74,7 @@ public interface StatusBarsConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "rightBarMode", keyName = "rightBarMode",
name = "Right Status Bar", name = "Right Bar",
description = "Configures the right status bar" description = "Configures the right status bar"
) )
default BarMode rightBarMode() default BarMode rightBarMode()

View File

@@ -36,8 +36,9 @@ public interface TileIndicatorsConfig extends Config
@Alpha @Alpha
@ConfigItem( @ConfigItem(
keyName = "highlightDestinationColor", keyName = "highlightDestinationColor",
name = "Color of current destination highlighting", name = "Destination tile",
description = "Configures the highlight color of current destination" description = "Configures the highlight color of current destination",
position = 1
) )
default Color highlightDestinationColor() default Color highlightDestinationColor()
{ {
@@ -47,7 +48,8 @@ public interface TileIndicatorsConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "highlightDestinationTile", keyName = "highlightDestinationTile",
name = "Highlight destination tile", name = "Highlight destination tile",
description = "Highlights tile player is walking to" description = "Highlights tile player is walking to",
position = 2
) )
default boolean highlightDestinationTile() default boolean highlightDestinationTile()
{ {
@@ -57,8 +59,9 @@ public interface TileIndicatorsConfig extends Config
@Alpha @Alpha
@ConfigItem( @ConfigItem(
keyName = "highlightHoveredColor", keyName = "highlightHoveredColor",
name = "Color of current hovered highlighting", name = "Hovered tile",
description = "Configures the highlight color of hovered tile" description = "Configures the highlight color of hovered tile",
position = 3
) )
default Color highlightHoveredColor() default Color highlightHoveredColor()
{ {
@@ -68,7 +71,8 @@ public interface TileIndicatorsConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "highlightHoveredTile", keyName = "highlightHoveredTile",
name = "Highlight hovered tile", name = "Highlight hovered tile",
description = "Highlights tile player is hovering with mouse" description = "Highlights tile player is hovering with mouse",
position = 4
) )
default boolean highlightHoveredTile() default boolean highlightHoveredTile()
{ {
@@ -78,8 +82,9 @@ public interface TileIndicatorsConfig extends Config
@Alpha @Alpha
@ConfigItem( @ConfigItem(
keyName = "highlightCurrentColor", keyName = "highlightCurrentColor",
name = "Color of current true tile highlighting", name = "True tile",
description = "Configures the highlight color of current true tile" description = "Configures the highlight color of current true tile",
position = 5
) )
default Color highlightCurrentColor() default Color highlightCurrentColor()
{ {
@@ -88,8 +93,9 @@ public interface TileIndicatorsConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "highlightCurrentTile", keyName = "highlightCurrentTile",
name = "Highlight current true tile", name = "Highlight true tile",
description = "Highlights true tile player is on as seen by server" description = "Highlights true tile player is on as seen by server",
position = 6
) )
default boolean highlightCurrentTile() default boolean highlightCurrentTile()
{ {

View File

@@ -110,7 +110,7 @@ public interface TimeTrackingConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "timerWarningThreshold", keyName = "timerWarningThreshold",
name = "Timer Warning Threshold", name = "Warning Threshold",
description = "The time at which to change the timer color to the warning color", description = "The time at which to change the timer color to the warning color",
position = 6 position = 6
) )

View File

@@ -51,7 +51,7 @@ public interface WintertodtConfig extends Config
@ConfigItem( @ConfigItem(
position = 1, position = 1,
keyName = "damageNotificationColor", keyName = "damageNotificationColor",
name = "Damage Notification Color", name = "Damage Notification",
description = "Color of damage notification text in chat" description = "Color of damage notification text in chat"
) )
default Color damageNotificationColor() default Color damageNotificationColor()
@@ -62,7 +62,7 @@ public interface WintertodtConfig extends Config
@ConfigItem( @ConfigItem(
position = 2, position = 2,
keyName = "roundNotification", keyName = "roundNotification",
name = "Wintertodt round notification", name = "Round notification",
description = "Notifies you before the round starts (in seconds)" description = "Notifies you before the round starts (in seconds)"
) )
@Range( @Range(

View File

@@ -34,7 +34,7 @@ public interface WorldMapConfig extends Config
{ {
@ConfigItem( @ConfigItem(
keyName = WorldMapPlugin.CONFIG_KEY_FAIRY_RING_TOOLTIPS, keyName = WorldMapPlugin.CONFIG_KEY_FAIRY_RING_TOOLTIPS,
name = "Show fairy ring codes in tooltip", name = "Fairy ring code tooltip",
description = "Display the code for fairy rings in the icon tooltip", description = "Display the code for fairy rings in the icon tooltip",
position = 1 position = 1
) )
@@ -45,7 +45,7 @@ public interface WorldMapConfig extends Config
@ConfigItem( @ConfigItem(
keyName = WorldMapPlugin.CONFIG_KEY_FAIRY_RING_ICON, keyName = WorldMapPlugin.CONFIG_KEY_FAIRY_RING_ICON,
name = "Show fairy ring travel icon", name = "Fairy ring travel icon",
description = "Override the travel icon for fairy rings", description = "Override the travel icon for fairy rings",
position = 2 position = 2
) )
@@ -56,7 +56,7 @@ public interface WorldMapConfig extends Config
@ConfigItem( @ConfigItem(
keyName = WorldMapPlugin.CONFIG_KEY_AGILITY_SHORTCUT_TOOLTIPS, keyName = WorldMapPlugin.CONFIG_KEY_AGILITY_SHORTCUT_TOOLTIPS,
name = "Show agility level requirement", name = "Agility level requirement",
description = "Display the required Agility level in the icon tooltip", description = "Display the required Agility level in the icon tooltip",
position = 3 position = 3
) )
@@ -78,7 +78,7 @@ public interface WorldMapConfig extends Config
@ConfigItem( @ConfigItem(
keyName = WorldMapPlugin.CONFIG_KEY_AGILITY_COURSE_TOOLTIPS, keyName = WorldMapPlugin.CONFIG_KEY_AGILITY_COURSE_TOOLTIPS,
name = "Show agility course in tooltip", name = "Agility course tooltip",
description = "Displays the name of the agility course in the tooltip", description = "Displays the name of the agility course in the tooltip",
position = 5 position = 5
) )
@@ -100,7 +100,7 @@ public interface WorldMapConfig extends Config
@ConfigItem( @ConfigItem(
keyName = WorldMapPlugin.CONFIG_KEY_NORMAL_TELEPORT_ICON, keyName = WorldMapPlugin.CONFIG_KEY_NORMAL_TELEPORT_ICON,
name = "Show Standard Spellbook destinations", name = "Standard Spellbook destinations",
description = "Show icons at the destinations for teleports in the Standard Spellbook", description = "Show icons at the destinations for teleports in the Standard Spellbook",
position = 7 position = 7
) )
@@ -111,7 +111,7 @@ public interface WorldMapConfig extends Config
@ConfigItem( @ConfigItem(
keyName = WorldMapPlugin.CONFIG_KEY_MINIGAME_TOOLTIP, keyName = WorldMapPlugin.CONFIG_KEY_MINIGAME_TOOLTIP,
name = "Show minigame name in tooltip", name = "Minigame names",
description = "Display the name of the minigame in the icon tooltip", description = "Display the name of the minigame in the icon tooltip",
position = 8 position = 8
) )
@@ -122,7 +122,7 @@ public interface WorldMapConfig extends Config
@ConfigItem( @ConfigItem(
keyName = WorldMapPlugin.CONFIG_KEY_ANCIENT_TELEPORT_ICON, keyName = WorldMapPlugin.CONFIG_KEY_ANCIENT_TELEPORT_ICON,
name = "Show Ancient Magicks destinations", name = "Ancient Magicks destinations",
description = "Show icons at the destinations for teleports in the Ancient Spellbook", description = "Show icons at the destinations for teleports in the Ancient Spellbook",
position = 9 position = 9
) )
@@ -133,7 +133,7 @@ public interface WorldMapConfig extends Config
@ConfigItem( @ConfigItem(
keyName = WorldMapPlugin.CONFIG_KEY_LUNAR_TELEPORT_ICON, keyName = WorldMapPlugin.CONFIG_KEY_LUNAR_TELEPORT_ICON,
name = "Show Lunar Spellbook destinations", name = "Lunar Spellbook destinations",
description = "Show icons at the destinations for teleports in the Lunar Spellbook", description = "Show icons at the destinations for teleports in the Lunar Spellbook",
position = 10 position = 10
) )
@@ -144,7 +144,7 @@ public interface WorldMapConfig extends Config
@ConfigItem( @ConfigItem(
keyName = WorldMapPlugin.CONFIG_KEY_ARCEUUS_TELEPORT_ICON, keyName = WorldMapPlugin.CONFIG_KEY_ARCEUUS_TELEPORT_ICON,
name = "Show Arceuus Spellbook destinations", name = "Arceuus Spellbook destinations",
description = "Show icons at the destinations for teleports in the Arceuus Spellbook", description = "Show icons at the destinations for teleports in the Arceuus Spellbook",
position = 11 position = 11
) )
@@ -155,7 +155,7 @@ public interface WorldMapConfig extends Config
@ConfigItem( @ConfigItem(
keyName = WorldMapPlugin.CONFIG_KEY_JEWELLERY_TELEPORT_ICON, keyName = WorldMapPlugin.CONFIG_KEY_JEWELLERY_TELEPORT_ICON,
name = "Show jewellery teleport locations", name = "Jewellery teleport destinations",
description = "Show icons at the destinations for teleports from jewellery", description = "Show icons at the destinations for teleports from jewellery",
position = 12 position = 12
) )
@@ -166,7 +166,7 @@ public interface WorldMapConfig extends Config
@ConfigItem( @ConfigItem(
keyName = WorldMapPlugin.CONFIG_KEY_SCROLL_TELEPORT_ICON, keyName = WorldMapPlugin.CONFIG_KEY_SCROLL_TELEPORT_ICON,
name = "Show teleport scroll locations", name = "Teleport scroll destinations",
description = "Show icons at the destinations for teleports from scrolls", description = "Show icons at the destinations for teleports from scrolls",
position = 13 position = 13
) )
@@ -177,7 +177,7 @@ public interface WorldMapConfig extends Config
@ConfigItem( @ConfigItem(
keyName = WorldMapPlugin.CONFIG_KEY_MISC_TELEPORT_ICON, keyName = WorldMapPlugin.CONFIG_KEY_MISC_TELEPORT_ICON,
name = "Show misc teleport locations", name = "Misc teleport destinations",
description = "Show icons at the destinations for miscellaneous teleport items", description = "Show icons at the destinations for miscellaneous teleport items",
position = 14 position = 14
) )
@@ -188,7 +188,7 @@ public interface WorldMapConfig extends Config
@ConfigItem( @ConfigItem(
keyName = WorldMapPlugin.CONFIG_KEY_QUEST_START_TOOLTIPS, keyName = WorldMapPlugin.CONFIG_KEY_QUEST_START_TOOLTIPS,
name = "Show quest names and status", name = "Quest names and status",
description = "Indicates the names of quests and shows completion status", description = "Indicates the names of quests and shows completion status",
position = 15 position = 15
) )
@@ -199,7 +199,7 @@ public interface WorldMapConfig extends Config
@ConfigItem( @ConfigItem(
keyName = WorldMapPlugin.CONFIG_KEY_FARMING_PATCH_TOOLTIPS, keyName = WorldMapPlugin.CONFIG_KEY_FARMING_PATCH_TOOLTIPS,
name = "Show farming patch type", name = "Farming patch type",
description = "Display the type of farming patches in the icon tooltip", description = "Display the type of farming patches in the icon tooltip",
position = 16 position = 16
) )
@@ -210,7 +210,7 @@ public interface WorldMapConfig extends Config
@ConfigItem( @ConfigItem(
keyName = WorldMapPlugin.CONFIG_KEY_RARE_TREE_TOOLTIPS, keyName = WorldMapPlugin.CONFIG_KEY_RARE_TREE_TOOLTIPS,
name = "Show rare tree type", name = "Rare tree type",
description = "Display the type of rare tree in the icon tooltip", description = "Display the type of rare tree in the icon tooltip",
position = 17 position = 17
) )
@@ -232,7 +232,7 @@ public interface WorldMapConfig extends Config
@ConfigItem( @ConfigItem(
keyName = WorldMapPlugin.CONFIG_KEY_TRANSPORTATION_TELEPORT_TOOLTIPS, keyName = WorldMapPlugin.CONFIG_KEY_TRANSPORTATION_TELEPORT_TOOLTIPS,
name = "Show transportation tooltips", name = "Transportation tooltips",
description = "Indicates types and destinations of Transportation", description = "Indicates types and destinations of Transportation",
position = 19 position = 19
) )
@@ -243,7 +243,7 @@ public interface WorldMapConfig extends Config
@ConfigItem( @ConfigItem(
keyName = WorldMapPlugin.CONFIG_KEY_RUNECRAFTING_ALTAR_ICON, keyName = WorldMapPlugin.CONFIG_KEY_RUNECRAFTING_ALTAR_ICON,
name = "Show runecrafting altar locations", name = "Runecrafting altar locations",
description = "Show the icons of runecrafting altars", description = "Show the icons of runecrafting altars",
position = 20 position = 20
) )
@@ -254,7 +254,7 @@ public interface WorldMapConfig extends Config
@ConfigItem( @ConfigItem(
keyName = WorldMapPlugin.CONFIG_KEY_MINING_SITE_TOOLTIPS, keyName = WorldMapPlugin.CONFIG_KEY_MINING_SITE_TOOLTIPS,
name = "Show mining site tooltips", name = "Mining site tooltips",
description = "Indicates the ore available at mining sites", description = "Indicates the ore available at mining sites",
position = 21 position = 21
) )
@@ -265,7 +265,7 @@ public interface WorldMapConfig extends Config
@ConfigItem( @ConfigItem(
keyName = WorldMapPlugin.CONFIG_KEY_DUNGEON_TOOLTIPS, keyName = WorldMapPlugin.CONFIG_KEY_DUNGEON_TOOLTIPS,
name = "Show dungeon tooltips", name = "Dungeon tooltips",
description = "Indicates the names of dungeons", description = "Indicates the names of dungeons",
position = 22 position = 22
) )
@@ -276,7 +276,7 @@ public interface WorldMapConfig extends Config
@ConfigItem( @ConfigItem(
keyName = WorldMapPlugin.CONFIG_KEY_HUNTER_AREA_TOOLTIPS, keyName = WorldMapPlugin.CONFIG_KEY_HUNTER_AREA_TOOLTIPS,
name = "Show hunter area tooltips", name = "Hunter area tooltips",
description = "Indicates the creatures inside a hunting area", description = "Indicates the creatures inside a hunting area",
position = 23 position = 23
) )
@@ -287,7 +287,7 @@ public interface WorldMapConfig extends Config
@ConfigItem( @ConfigItem(
keyName = WorldMapPlugin.CONFIG_KEY_FISHING_SPOT_TOOLTIPS, keyName = WorldMapPlugin.CONFIG_KEY_FISHING_SPOT_TOOLTIPS,
name = "Show fishing spot tooltips", name = "Fishing spot tooltips",
description = "Indicates the type of fish fishable at the fishing spot", description = "Indicates the type of fish fishable at the fishing spot",
position = 24 position = 24
) )
@@ -298,7 +298,7 @@ public interface WorldMapConfig extends Config
@ConfigItem( @ConfigItem(
keyName = WorldMapPlugin.CONFIG_KEY_KOUREND_TASK_TOOLTIPS, keyName = WorldMapPlugin.CONFIG_KEY_KOUREND_TASK_TOOLTIPS,
name = "Show Kourend task tooltips", name = "Kourend task tooltips",
description = "Indicates the task or unlock for Kourend Favour locations", description = "Indicates the task or unlock for Kourend Favour locations",
position = 25 position = 25
) )