diff --git a/runelite-client/src/main/java/net/runelite/client/config/ChatColorConfig.java b/runelite-client/src/main/java/net/runelite/client/config/ChatColorConfig.java
index da8eb41f120..43f408703bb 100644
--- a/runelite-client/src/main/java/net/runelite/client/config/ChatColorConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/config/ChatColorConfig.java
@@ -198,7 +198,7 @@ default Color opaqueClanChatMessageHighlight()
@ConfigItem(
position = 15,
keyName = "opaqueClanGuestInfo",
- name = "Guest Clan chat info",
+ name = "Guest clan chat info",
description = "Guest Clan Chat Information (eg. when joining a channel)",
section = opaqueSection
)
@@ -207,7 +207,7 @@ default Color opaqueClanChatMessageHighlight()
@ConfigItem(
position = 16,
keyName = "opaqueClanGuestInfoHighlight",
- name = "Guest Clan chat info highlight",
+ name = "Guest clan chat info highlight",
description = "Guest Clan Chat Information highlight",
section = opaqueSection
)
@@ -219,7 +219,7 @@ default Color opaqueClanChatGuestInfoHighlight()
@ConfigItem(
position = 17,
keyName = "opaqueClanGuestMessage",
- name = "Guest Clan chat message",
+ name = "Guest clan chat message",
description = "Color of Guest Clan chat messages",
section = opaqueSection
)
@@ -228,7 +228,7 @@ default Color opaqueClanChatGuestInfoHighlight()
@ConfigItem(
position = 18,
keyName = "opaqueClanChatGuestMessageHighlight",
- name = "Guest Clan chat message highlight",
+ name = "Guest clan chat message highlight",
description = "Color of highlights in Guest Clan Chat messages",
section = opaqueSection
)
@@ -373,7 +373,7 @@ default Color opaqueExamineHighlight()
@ConfigItem(
position = 33,
keyName = "opaqueClanChannelName",
- name = "Friends Chat channel name",
+ name = "Friends chat channel name",
description = "Color of Friends chat channel name",
section = opaqueSection
)
@@ -382,7 +382,7 @@ default Color opaqueExamineHighlight()
@ConfigItem(
position = 34,
keyName = "opaqueClanChatChannelName",
- name = "Clan Chat channel name",
+ name = "Clan chat channel name",
description = "Color of Clan chat channel name",
section = opaqueSection
)
@@ -391,7 +391,7 @@ default Color opaqueExamineHighlight()
@ConfigItem(
position = 35,
keyName = "opaqueClanChatGuestChannelName",
- name = "Guest Clan Chat channel name",
+ name = "Guest clan chat channel name",
description = "Color of Guest clan chat channel name",
section = opaqueSection
)
@@ -418,7 +418,7 @@ default Color opaqueExamineHighlight()
@ConfigItem(
position = 38,
keyName = "opaqueClanChatGuestUsernames",
- name = "Guest Clan chat usernames",
+ name = "Guest clan chat usernames",
description = "Color of usernames in Guest Clan chat",
section = opaqueSection
)
@@ -595,7 +595,7 @@ default Color transparentClanChatMessageHighlight()
@ConfigItem(
position = 65,
keyName = "transparentClanGuestInfo",
- name = "Guest Clan chat info (transparent)",
+ name = "Guest clan chat info (transparent)",
description = "Guest Clan Chat Information (eg. when joining a channel) (transparent)",
section = transparentSection
)
@@ -604,7 +604,7 @@ default Color transparentClanChatMessageHighlight()
@ConfigItem(
position = 66,
keyName = "transparentClanGuestInfoHighlight",
- name = "Guest Clan chat info highlight (transparent)",
+ name = "Guest clan chat info highlight (transparent)",
description = "Guest Clan Chat Information highlight (transparent)",
section = transparentSection
)
@@ -616,7 +616,7 @@ default Color transparentClanChatGuestInfoHighlight()
@ConfigItem(
position = 67,
keyName = "transparentClanGuestMessage",
- name = "Guest Clan chat message (transparent)",
+ name = "Guest clan chat message (transparent)",
description = "Color of Guest Clan chat messages (transparent)",
section = transparentSection
)
@@ -625,7 +625,7 @@ default Color transparentClanChatGuestInfoHighlight()
@ConfigItem(
position = 68,
keyName = "transparentClanChatGuestMessageHighlight",
- name = "Guest Clan chat message highlight (transparent)",
+ name = "Guest clan chat message highlight (transparent)",
description = "Color of highlights in Guest Clan Chat messages (transparent)",
section = transparentSection
)
@@ -770,7 +770,7 @@ default Color transparentExamineHighlight()
@ConfigItem(
position = 83,
keyName = "transparentClanChannelName",
- name = "Friends Chat channel name (transparent)",
+ name = "Friends chat channel name (transparent)",
description = "Color of Friends chat channel name (transparent)",
section = transparentSection
)
@@ -779,7 +779,7 @@ default Color transparentExamineHighlight()
@ConfigItem(
position = 84,
keyName = "transparentClanChatChannelName",
- name = "Clan Chat channel name (transparent)",
+ name = "Clan chat channel name (transparent)",
description = "Color of Clan chat channel name (transparent)",
section = transparentSection
)
@@ -788,7 +788,7 @@ default Color transparentExamineHighlight()
@ConfigItem(
position = 85,
keyName = "transparentClanChatGuestChannelName",
- name = "Guest Clan Chat channel name (transparent)",
+ name = "Guest clan chat channel name (transparent)",
description = "Color of Guest clan chat channel name (transparent)",
section = transparentSection
)
@@ -815,7 +815,7 @@ default Color transparentExamineHighlight()
@ConfigItem(
position = 88,
keyName = "transparentClanClanGuestUsernames",
- name = "Guest Clan chat usernames (transparent)",
+ name = "Guest clan chat usernames (transparent)",
description = "Color of usernames in Guest Clan chat (transparent)",
section = transparentSection
)
diff --git a/runelite-client/src/main/java/net/runelite/client/config/RuneLiteConfig.java b/runelite-client/src/main/java/net/runelite/client/config/RuneLiteConfig.java
index 73bef790fcd..881170de92d 100644
--- a/runelite-client/src/main/java/net/runelite/client/config/RuneLiteConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/config/RuneLiteConfig.java
@@ -40,21 +40,21 @@ public interface RuneLiteConfig extends Config
String GROUP_NAME = "runelite";
@ConfigSection(
- name = "Window Settings",
+ name = "Window settings",
description = "Settings relating to the client's window and frame",
position = 0
)
String windowSettings = "windowSettings";
@ConfigSection(
- name = "Notification Settings",
+ name = "Notification settings",
description = "Settings relating to notifications",
position = 1
)
String notificationSettings = "notificationSettings";
@ConfigSection(
- name = "Overlay Settings",
+ name = "Overlay settings",
description = "Settings relating to fonts",
position = 2
)
@@ -303,7 +303,7 @@ default boolean sendNotificationsWhenFocused()
@Alpha
@ConfigItem(
keyName = "notificationFlashColor",
- name = "Notification Flash",
+ name = "Notification flash",
description = "Sets the color of the notification flashes.",
position = 29,
section = notificationSettings
@@ -315,7 +315,7 @@ default Color notificationFlashColor()
@ConfigItem(
keyName = "fontType",
- name = "Dynamic Overlay Font",
+ name = "Dynamic overlay font",
description = "Configures what font type is used for in-game overlays such as player name, ground items, etc.",
position = 30,
section = overlaySettings
@@ -327,7 +327,7 @@ default FontType fontType()
@ConfigItem(
keyName = "tooltipFontType",
- name = "Tooltip Font",
+ name = "Tooltip font",
description = "Configures what font type is used for in-game tooltips such as food stats, NPC names, etc.",
position = 31,
section = overlaySettings
@@ -339,7 +339,7 @@ default FontType tooltipFontType()
@ConfigItem(
keyName = "interfaceFontType",
- name = "Interface Font",
+ name = "Interface font",
description = "Configures what font type is used for in-game interface overlays such as panels, opponent info, clue scrolls etc.",
position = 32,
section = overlaySettings
@@ -351,7 +351,7 @@ default FontType interfaceFontType()
@ConfigItem(
keyName = "infoboxFontType",
- name = "Infobox Font",
+ name = "Infobox font",
description = "Configures what font type is used for infoboxes.",
position = 33,
section = overlaySettings
@@ -363,7 +363,7 @@ default FontType infoboxFontType()
@ConfigItem(
keyName = "tooltipPosition",
- name = "Tooltip Position",
+ name = "Tooltip position",
description = "Configures whether to show the tooltip above or under the cursor",
position = 35,
section = overlaySettings
@@ -414,7 +414,7 @@ default boolean infoBoxTextOutline()
@Alpha
@ConfigItem(
keyName = "overlayBackgroundColor",
- name = "Overlay Color",
+ name = "Overlay color",
description = "Configures the background color of infoboxes and overlays",
position = 44,
section = overlaySettings
@@ -426,7 +426,7 @@ default Color overlayBackgroundColor()
@ConfigItem(
keyName = "sidebarToggleKey",
- name = "Sidebar Toggle Key",
+ name = "Sidebar toggle key",
description = "The key that will toggle the sidebar (accepts modifiers)",
position = 45,
section = windowSettings
@@ -438,7 +438,7 @@ default Keybind sidebarToggleKey()
@ConfigItem(
keyName = "panelToggleKey",
- name = "Plugin Panel Toggle Key",
+ name = "Plugin panel toggle key",
description = "The key that will toggle the current or last opened plugin panel (accepts modifiers)",
position = 46,
section = windowSettings
@@ -472,7 +472,7 @@ default boolean useWikiItemPrices()
@ConfigItem(
keyName = "dragHotkey",
- name = "Drag Hotkey",
+ name = "Drag hotkey",
description = "Configures the hotkey used to drag UI elements around",
position = 52
)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/agility/AgilityConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/agility/AgilityConfig.java
index 6df20b30154..8af27e65b68 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/agility/AgilityConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/agility/AgilityConfig.java
@@ -45,7 +45,7 @@ public interface AgilityConfig extends Config
@ConfigItem(
keyName = "showClickboxes",
- name = "Show Clickboxes",
+ name = "Show clickboxes",
description = "Show agility course and other obstacle clickboxes",
position = 0
)
@@ -56,7 +56,7 @@ default boolean showClickboxes()
@ConfigItem(
keyName = "showLapCount",
- name = "Show Lap Count",
+ name = "Show lap count",
description = "Enable/disable the lap counter",
position = 1
)
@@ -67,7 +67,7 @@ default boolean showLapCount()
@ConfigItem(
keyName = "lapTimeout",
- name = "Hide Lap Count",
+ name = "Hide lap count",
description = "Time until the lap counter hides/resets",
position = 2
)
@@ -79,7 +79,7 @@ default int lapTimeout()
@ConfigItem(
keyName = "lapsToLevel",
- name = "Show Laps Until Goal",
+ name = "Show laps until goal",
description = "Show number of laps remaining until next goal is reached.",
position = 3
)
@@ -90,7 +90,7 @@ default boolean lapsToLevel()
@ConfigItem(
keyName = "lapsPerHour",
- name = "Show Laps Per Hour",
+ name = "Show laps per hour",
description = "Shows how many laps you can expect to complete per hour.",
position = 4
)
@@ -102,7 +102,7 @@ default boolean lapsPerHour()
@Alpha
@ConfigItem(
keyName = "overlayColor",
- name = "Overlay Color",
+ name = "Overlay color",
description = "Color of Agility overlay",
position = 5
)
@@ -113,7 +113,7 @@ default Color getOverlayColor()
@ConfigItem(
keyName = "highlightMarks",
- name = "Highlight Marks of Grace",
+ name = "Highlight marks of grace",
description = "Enable/disable the highlighting of retrievable Marks of Grace",
position = 6
)
@@ -125,7 +125,7 @@ default boolean highlightMarks()
@Alpha
@ConfigItem(
keyName = "markHighlight",
- name = "Mark Highlight Color",
+ name = "Mark highlight color",
description = "Color of highlighted Marks of Grace",
position = 7
)
@@ -136,7 +136,7 @@ default Color getMarkColor()
@ConfigItem(
keyName = "highlightPortals",
- name = "Highlight Portals",
+ name = "Highlight portals",
description = "Enable/disable the highlighting of Prifddinas portals",
position = 8
)
@@ -148,7 +148,7 @@ default boolean highlightPortals()
@Alpha
@ConfigItem(
keyName = "portalsHighlight",
- name = "Portals Color",
+ name = "Portals color",
description = "Color of highlighted Prifddinas portals",
position = 9
)
@@ -159,7 +159,7 @@ default Color getPortalsColor()
@ConfigItem(
keyName = "highlightShortcuts",
- name = "Highlight Agility Shortcuts",
+ name = "Highlight agility shortcuts",
description = "Enable/disable the highlighting of Agility shortcuts",
position = 10
)
@@ -170,7 +170,7 @@ default boolean highlightShortcuts()
@ConfigItem(
keyName = "trapOverlay",
- name = "Show Trap Overlay",
+ name = "Show trap overlay",
description = "Enable/disable the highlighting of traps on Agility courses",
position = 11
)
@@ -182,7 +182,7 @@ default boolean showTrapOverlay()
@Alpha
@ConfigItem(
keyName = "trapHighlight",
- name = "Trap Overlay Color",
+ name = "Trap overlay color",
description = "Color of Agility trap overlay",
position = 12
)
@@ -215,7 +215,7 @@ default boolean showAgilityArenaTimer()
@ConfigItem(
keyName = "highlightStick",
- name = "Highlight Stick",
+ name = "Highlight stick",
description = "Highlight the retrievable stick in the Werewolf Agility Course",
position = 15
)
@@ -227,7 +227,7 @@ default boolean highlightStick()
@Alpha
@ConfigItem(
keyName = "stickHighlightColor",
- name = "Stick Highlight Color",
+ name = "Stick highlight color",
description = "Color of highlighted stick",
position = 16
)
@@ -238,7 +238,7 @@ default Color stickHighlightColor()
@ConfigItem(
keyName = "highlightSepulchreNpcs",
- name = "Highlight Projectiles",
+ name = "Highlight projectiles",
description = "Highlights arrows and swords in the Sepulchre",
position = 17,
section = sepulchreSection
@@ -251,7 +251,7 @@ default boolean highlightSepulchreNpcs()
@Alpha
@ConfigItem(
keyName = "sepulchreHighlightColor",
- name = "Projectile Color",
+ name = "Projectile color",
description = "Overlay color for arrows and swords",
position = 18,
section = sepulchreSection
@@ -263,7 +263,7 @@ default Color sepulchreHighlightColor()
@ConfigItem(
keyName = "highlightSepulchreObstacles",
- name = "Highlight Obstacles",
+ name = "Highlight obstacles",
description = "Highlights pillars and stairs in the Sepulchre",
position = 19,
section = sepulchreSection
@@ -275,7 +275,7 @@ default boolean highlightSepulchreObstacles()
@ConfigItem(
keyName = "highlightSepulchreSkilling",
- name = "Highlight Skill Challenges",
+ name = "Highlight skill challenges",
description = "Highlights skilling challenges in the Sepulchre",
position = 20,
section = sepulchreSection
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/antidrag/AntiDragConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/antidrag/AntiDragConfig.java
index ce2973855ff..01f8fdd964c 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/antidrag/AntiDragConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/antidrag/AntiDragConfig.java
@@ -34,7 +34,7 @@ public interface AntiDragConfig extends Config
{
@ConfigItem(
keyName = "dragDelay",
- name = "Drag Delay",
+ name = "Drag delay",
description = "Configures the inventory drag delay in client ticks (20ms)",
position = 1
)
@@ -45,7 +45,7 @@ default int dragDelay()
@ConfigItem(
keyName = "onShiftOnly",
- name = "On Shift Only",
+ name = "On shift only",
description = "Configures whether to only adjust the delay while holding shift.",
position = 2
)
@@ -56,7 +56,7 @@ default boolean onShiftOnly()
@ConfigItem(
keyName = "disableOnCtrl",
- name = "Disable On Control Pressed",
+ name = "Disable on control pressed",
description = "Configures whether to ignore the delay while holding control.",
position = 3
)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/bank/BankConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/bank/BankConfig.java
index 268c49d2521..ed0d44679f3 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/bank/BankConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/bank/BankConfig.java
@@ -125,7 +125,7 @@ default boolean seedVaultValue()
@ConfigItem(
keyName = "bankPinKeyboard",
- name = "Keyboard Bankpin",
+ name = "Keyboard bankpin",
description = "Allows using the keyboard keys for bank pin input",
position = 9
)
@@ -136,7 +136,7 @@ default boolean bankPinKeyboard()
@ConfigItem(
keyName = "searchKeybind",
- name = "Search Shortcut",
+ name = "Search shortcut",
description = "Keyboard shortcut for initiating a bank or seed vault search",
position = 10
)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/banktags/BankTagsConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/banktags/BankTagsConfig.java
index 6efc69b613d..16f3241e2e3 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/banktags/BankTagsConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/banktags/BankTagsConfig.java
@@ -33,7 +33,7 @@ public interface BankTagsConfig extends Config
{
@ConfigItem(
keyName = "useTabs",
- name = "Use Tag Tabs",
+ name = "Use tag tabs",
description = "Enable the ability to add tabs to your bank which allow fast access to tags.",
position = 1
)
@@ -44,7 +44,7 @@ default boolean tabs()
@ConfigItem(
keyName = "rememberTab",
- name = "Remember last Tag Tab",
+ name = "Remember last tag tab",
description = "Enable the ability to remember last Tag Tab when closing/opening the bank.",
position = 2
)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/barrows/BarrowsConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/barrows/BarrowsConfig.java
index fe6a657e5ec..5ef384365b7 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/barrows/BarrowsConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/barrows/BarrowsConfig.java
@@ -34,7 +34,7 @@ public interface BarrowsConfig extends Config
{
@ConfigItem(
keyName = "showBrotherLoc",
- name = "Show Brothers location",
+ name = "Show brothers location",
description = "Configures whether or not the brothers location is displayed",
position = 1
)
@@ -45,7 +45,7 @@ default boolean showBrotherLoc()
@ConfigItem(
keyName = "showChestValue",
- name = "Show Value of Chests",
+ name = "Show value of chests",
description = "Configure whether to show total exchange value of chest when opened",
position = 2
)
@@ -67,7 +67,7 @@ default Color brotherLocColor()
@ConfigItem(
keyName = "deadBrotherLocColor",
- name = "Dead Brother loc. color",
+ name = "Dead brother loc. color",
description = "Change the color of the name displayed on the minimap for a dead brother",
position = 4
)
@@ -78,7 +78,7 @@ default Color deadBrotherLocColor()
@ConfigItem(
keyName = "showPuzzleAnswer",
- name = "Show Puzzle Answer",
+ name = "Show puzzle answer",
description = "Configures if the puzzle answer should be shown.",
position = 5
)
@@ -89,7 +89,7 @@ default boolean showPuzzleAnswer()
@ConfigItem(
keyName = "showPrayerDrainTimer",
- name = "Show Prayer Drain Timer",
+ name = "Show prayer drain timer",
description = "Configure whether or not a countdown until the next prayer drain is displayed",
position = 6
)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/boosts/BoostsConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/boosts/BoostsConfig.java
index d44a50b62b5..88c3f4ba93c 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/boosts/BoostsConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/boosts/BoostsConfig.java
@@ -49,7 +49,7 @@ enum DisplayBoosts
@ConfigItem(
keyName = "displayBoosts",
- name = "Display Boosts",
+ name = "Display boosts",
description = "Configures which skill boosts to display",
position = 1
)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/camera/CameraConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/camera/CameraConfig.java
index 74bc502d8d9..4511dee3791 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/camera/CameraConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/camera/CameraConfig.java
@@ -43,7 +43,7 @@ public interface CameraConfig extends Config
int INNER_ZOOM_LIMIT = 1004;
@ConfigSection(
- name = "Mouse Settings",
+ name = "Mouse settings",
description = "Mouse settings",
position = 10
)
@@ -88,7 +88,7 @@ default boolean relaxCameraPitch()
@ConfigItem(
keyName = "controlFunction",
- name = "Control Function",
+ name = "Control function",
description = "Configures the zoom function when control is pressed",
position = 4
)
@@ -114,7 +114,7 @@ default int ctrlZoomValue()
@ConfigItem(
keyName = "zoomIncrement",
- name = "Zoom Speed",
+ name = "Zoom speed",
description = "Speed of zoom",
position = 6
)
@@ -125,7 +125,7 @@ default int zoomIncrement()
@ConfigItem(
keyName = "cameraSpeed",
- name = "Camera Speed",
+ name = "Camera speed",
description = "Speed which the camera moves from input",
position = 7
)
@@ -136,7 +136,7 @@ default double cameraSpeed()
@ConfigItem(
keyName = "disableCameraShake",
- name = "Disable Camera Shake",
+ name = "Disable camera shake",
description = "Disables camera shake",
position = 8
)
@@ -209,7 +209,7 @@ default boolean middleClickMenu()
@ConfigItem(
keyName = "invertYaw",
- name = "Invert Yaw",
+ name = "Invert yaw",
description = "Makes moving the camera horizontally with the mouse backwards",
position = 12,
section = mouseSettingsSection
@@ -221,7 +221,7 @@ default boolean invertYaw()
@ConfigItem(
keyName = "invertPitch",
- name = "Invert Pitch",
+ name = "Invert pitch",
description = "Makes moving the camera vertically with the mouse backwards",
position = 13,
section = mouseSettingsSection
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/chatchannel/ChatChannelConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/chatchannel/ChatChannelConfig.java
index 66739bf5a43..5f2b1cd3d6e 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/chatchannel/ChatChannelConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/chatchannel/ChatChannelConfig.java
@@ -37,21 +37,21 @@ public interface ChatChannelConfig extends Config
String GROUP = "clanchat"; // group name from the old plugin
@ConfigSection(
- name = "Friends Chat",
+ name = "Friends chat",
description = "Configuration for friends chat",
position = 10
)
String friendsChatSection = "friendsChat";
@ConfigSection(
- name = "Clan Chat",
+ name = "Clan chat",
description = "Configuration for clan chat",
position = 20
)
String clanChatSection = "clanChat";
@ConfigSection(
- name = "Guest Clan Chat",
+ name = "Guest clan chat",
description = "Configuration for guest clan chat",
position = 30
)
@@ -59,7 +59,7 @@ public interface ChatChannelConfig extends Config
@ConfigItem(
keyName = "joinLeaveTimeout",
- name = "Join/Leave timeout",
+ name = "Join/leave timeout",
description = "Set the timeout duration of join/leave messages. A value of 0 will make the messages permanent.",
position = 0
)
@@ -70,7 +70,7 @@ default int joinLeaveTimeout()
@ConfigItem(
keyName = "clanChatIcons",
- name = "Chat Icons",
+ name = "Chat icons",
description = "Show rank icons next to friends chat members.",
position = 1,
section = friendsChatSection
@@ -82,7 +82,7 @@ default boolean chatIcons()
@ConfigItem(
keyName = "recentChats",
- name = "Recent Chats",
+ name = "Recent chats",
description = "Show recent friends chats.",
position = 2,
section = friendsChatSection
@@ -112,7 +112,7 @@ default String chatsData()
@ConfigItem(
keyName = "showJoinLeave",
- name = "Show Join/Leave",
+ name = "Show join/leave",
description = "Adds a temporary message notifying when a member joins or leaves.",
position = 4,
section = friendsChatSection
@@ -124,7 +124,7 @@ default boolean showFriendsChatJoinLeave()
@ConfigItem(
keyName = "joinLeaveRank",
- name = "Join/Leave rank",
+ name = "Join/leave rank",
description = "Only show join/leave messages for members at or above this rank.",
position = 5,
section = friendsChatSection
@@ -136,7 +136,7 @@ default FriendsChatRank joinLeaveRank()
@ConfigItem(
keyName = "privateMessageIcons",
- name = "Private Message Icons",
+ name = "Private message icons",
description = "Add rank icons to private messages received from members.",
position = 7,
section = friendsChatSection
@@ -148,7 +148,7 @@ default boolean privateMessageIcons()
@ConfigItem(
keyName = "publicChatIcons",
- name = "Public Chat Icons",
+ name = "Public chat icons",
description = "Add rank icons to public chat messages from members.",
position = 8,
section = friendsChatSection
@@ -160,7 +160,7 @@ default boolean publicChatIcons()
@ConfigItem(
keyName = "confirmKicks",
- name = "Confirm Kicks",
+ name = "Confirm kicks",
description = "Shows a chat prompt to confirm kicks",
position = 10,
section = friendsChatSection
@@ -196,7 +196,7 @@ default Color showIgnoresColor()
@ConfigItem(
keyName = "clanChatShowJoinLeave",
- name = "Show Join/Leave",
+ name = "Show join/leave",
description = "Adds a temporary message notifying when a member joins or leaves.",
position = 0,
section = clanChatSection
@@ -208,7 +208,7 @@ default boolean clanChatShowJoinLeave()
@ConfigItem(
keyName = "clanChatShowOnlineMemberCount",
- name = "Show Online Member Count",
+ name = "Show online member count",
description = "Shows the number of online clan members at the end of the clan's name.",
position = 1,
section = clanChatSection
@@ -220,7 +220,7 @@ default boolean clanChatShowOnlineMemberCount()
@ConfigItem(
keyName = "guestClanChatShowJoinLeave",
- name = "Show Join/Leave",
+ name = "Show join/leave",
description = "Adds a temporary message notifying when a member joins or leaves.",
position = 0,
section = guestClanChatSection
@@ -232,7 +232,7 @@ default boolean guestClanChatShowJoinLeave()
@ConfigItem(
keyName = "guestClanChatShowOnlineMemberCount",
- name = "Show Online Member Count",
+ name = "Show online member count",
description = "Shows the number of online guest clan members at the end of the clan's name.",
position = 1,
section = guestClanChatSection
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/chatcommands/ChatCommandsConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/chatcommands/ChatCommandsConfig.java
index ed389c59343..cc6e56e35b8 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/chatcommands/ChatCommandsConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/chatcommands/ChatCommandsConfig.java
@@ -37,7 +37,7 @@ public interface ChatCommandsConfig extends Config
@ConfigItem(
position = 0,
keyName = "price",
- name = "Price Command",
+ name = "Price command",
description = "Configures whether the Price command is enabled
!price [item]"
)
default boolean price()
@@ -48,7 +48,7 @@ default boolean price()
@ConfigItem(
position = 1,
keyName = "lvl",
- name = "Level Command",
+ name = "Level command",
description = "Configures whether the Level command is enabled
!lvl [skill]"
)
default boolean lvl()
@@ -59,7 +59,7 @@ default boolean lvl()
@ConfigItem(
position = 2,
keyName = "clue",
- name = "Clue Command",
+ name = "Clue command",
description = "Configures whether the Clue command is enabled
!clues"
)
default boolean clue()
@@ -70,7 +70,7 @@ default boolean clue()
@ConfigItem(
position = 3,
keyName = "killcount",
- name = "Killcount Command",
+ name = "Killcount command",
description = "Configures whether the Killcount command is enabled
!kc [boss]"
)
default boolean killcount()
@@ -81,7 +81,7 @@ default boolean killcount()
@ConfigItem(
position = 4,
keyName = "qp",
- name = "QP Command",
+ name = "QP command",
description = "Configures whether the quest point command is enabled
!qp"
)
default boolean qp()
@@ -92,7 +92,7 @@ default boolean qp()
@ConfigItem(
position = 5,
keyName = "pb",
- name = "PB Command",
+ name = "PB command",
description = "Configures whether the personal best command is enabled
!pb"
)
default boolean pb()
@@ -103,7 +103,7 @@ default boolean pb()
@ConfigItem(
position = 6,
keyName = "gc",
- name = "GC Command",
+ name = "GC command",
description = "Configures whether the Barbarian Assault High gamble count command is enabled
!gc"
)
default boolean gc()
@@ -114,7 +114,7 @@ default boolean gc()
@ConfigItem(
position = 7,
keyName = "duels",
- name = "Duels Command",
+ name = "Duels command",
description = "Configures whether the duel arena command is enabled
!duels"
)
default boolean duels()
@@ -125,7 +125,7 @@ default boolean duels()
@ConfigItem(
position = 8,
keyName = "bh",
- name = "BH Command",
+ name = "BH command",
description = "Configures whether the Bounty Hunter - Hunter command is enabled
!bh"
)
default boolean bh()
@@ -136,7 +136,7 @@ default boolean bh()
@ConfigItem(
position = 9,
keyName = "bhRogue",
- name = "BH Rogue Command",
+ name = "BH Rogue command",
description = "Configures whether the Bounty Hunter - Rogue command is enabled
!bhrogue"
)
default boolean bhRogue()
@@ -147,7 +147,7 @@ default boolean bhRogue()
@ConfigItem(
position = 10,
keyName = "lms",
- name = "LMS Command",
+ name = "LMS command",
description = "Configures whether the Last Man Standing command is enabled
!lms"
)
default boolean lms()
@@ -158,7 +158,7 @@ default boolean lms()
@ConfigItem(
position = 11,
keyName = "lp",
- name = "LP Command",
+ name = "LP command",
description = "Configures whether the League Points command is enabled
!lp"
)
default boolean lp()
@@ -169,7 +169,7 @@ default boolean lp()
@ConfigItem(
position = 12,
keyName = "sw",
- name = "SW Command",
+ name = "SW command",
description = "Configures whether the Soul Wars Zeal command is enabled
!sw"
)
default boolean sw()
@@ -180,7 +180,7 @@ default boolean sw()
@ConfigItem(
position = 13,
keyName = "pets",
- name = "Pets Command",
+ name = "Pets command",
description = "Configures whether the player pet list command is enabled
!pets
" +
" Note: Update your pet list by looking at the All Pets tab in the Collection Log"
)
@@ -192,7 +192,7 @@ default boolean pets()
@ConfigItem(
position = 14,
keyName = "ca",
- name = "CA Command",
+ name = "CA command",
description = "Configures whether the Combat Achievements command is enabled
!ca"
)
default boolean ca()
@@ -203,7 +203,7 @@ default boolean ca()
@ConfigItem(
position = 15,
keyName = "clog",
- name = "CLOG Command",
+ name = "CLOG command",
description = "Configures whether the Collection Log command is enabled
!clog"
)
default boolean clog()
@@ -214,7 +214,7 @@ default boolean clog()
@ConfigItem(
position = 20,
keyName = "clearSingleWord",
- name = "Clear Single Word",
+ name = "Clear single word",
description = "Enable hot key to clear single word at a time"
)
default Keybind clearSingleWord()
@@ -225,7 +225,7 @@ default Keybind clearSingleWord()
@ConfigItem(
position = 21,
keyName = "clearEntireChatBox",
- name = "Clear Chat Box",
+ name = "Clear chat box",
description = "Enable hotkey to clear entire chat box"
)
default Keybind clearChatBox()
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/chatfilter/ChatFilterConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/chatfilter/ChatFilterConfig.java
index 1cc6fcb7150..8c4cc6b8e55 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/chatfilter/ChatFilterConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/chatfilter/ChatFilterConfig.java
@@ -34,7 +34,7 @@
public interface ChatFilterConfig extends Config
{
@ConfigSection(
- name = "Filter Lists",
+ name = "Filter lists",
description = "Custom Word, Regex, and Username filter lists",
position = 0,
closedByDefault = true
@@ -43,7 +43,7 @@ public interface ChatFilterConfig extends Config
@ConfigItem(
keyName = "filteredWords",
- name = "Filtered Words",
+ name = "Filtered words",
description = "List of filtered words, separated by commas",
position = 1,
section = filterLists
@@ -55,7 +55,7 @@ default String filteredWords()
@ConfigItem(
keyName = "filteredRegex",
- name = "Filtered Regex",
+ name = "Filtered regex",
description = "List of regular expressions to filter, one per line",
position = 2,
section = filterLists
@@ -67,7 +67,7 @@ default String filteredRegex()
@ConfigItem(
keyName = "filteredNames",
- name = "Filtered Names",
+ name = "Filtered names",
description = "List of filtered names, one per line. Accepts regular expressions",
position = 3,
section = filterLists
@@ -90,7 +90,7 @@ default ChatFilterType filterType()
@ConfigItem(
keyName = "filterFriends",
- name = "Filter Friends",
+ name = "Filter friends",
description = "Filter your friends' messages",
position = 5
)
@@ -101,7 +101,7 @@ default boolean filterFriends()
@ConfigItem(
keyName = "filterClan",
- name = "Filter Friends Chat Members",
+ name = "Filter friends chat members",
description = "Filter your friends chat members' messages",
position = 6
)
@@ -112,7 +112,7 @@ default boolean filterFriendsChat()
@ConfigItem(
keyName = "filterClanChat",
- name = "Filter clan Chat Members",
+ name = "Filter clan chat members",
description = "Filter your clan chat members' messages",
position = 7
)
@@ -123,7 +123,7 @@ default boolean filterClanChat()
@ConfigItem(
keyName = "filterGameChat",
- name = "Filter Game Chat",
+ name = "Filter game chat",
description = "Filter your game chat messages",
position = 9
)
@@ -134,7 +134,7 @@ default boolean filterGameChat()
@ConfigItem(
keyName = "collapseGameChat",
- name = "Collapse Game Chat",
+ name = "Collapse game chat",
description = "Collapse duplicate game chat messages into a single line",
position = 10
)
@@ -145,7 +145,7 @@ default boolean collapseGameChat()
@ConfigItem(
keyName = "collapsePlayerChat",
- name = "Collapse Player Chat",
+ name = "Collapse player chat",
description = "Collapse duplicate player chat messages into a single line",
position = 11
)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/chathistory/ChatHistoryConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/chathistory/ChatHistoryConfig.java
index a552d399515..292be92b5e8 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/chathistory/ChatHistoryConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/chathistory/ChatHistoryConfig.java
@@ -33,7 +33,7 @@ public interface ChatHistoryConfig extends Config
{
@ConfigItem(
keyName = "retainChatHistory",
- name = "Retain Chat History",
+ name = "Retain chat history",
description = "Retains chat history when logging in/out or world hopping",
position = 0
)
@@ -44,7 +44,7 @@ default boolean retainChatHistory()
@ConfigItem(
keyName = "pmTargetCycling",
- name = "PM Target Cycling",
+ name = "PM target cycling",
description = "Pressing Tab while sending a PM will cycle the target username based on PM history",
position = 1
)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/chatnotifications/ChatNotificationsConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/chatnotifications/ChatNotificationsConfig.java
index 0bd5b44bacb..886a3476dac 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/chatnotifications/ChatNotificationsConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/chatnotifications/ChatNotificationsConfig.java
@@ -35,7 +35,7 @@
public interface ChatNotificationsConfig extends Config
{
@ConfigSection(
- name = "Highlight Lists",
+ name = "Highlight lists",
description = "Custom single word and regex filter lists",
position = 0
)
@@ -56,7 +56,7 @@ default String highlightWordsString()
@ConfigItem(
position = 2,
keyName = "highlightRegexString",
- name = "Highlight Regex",
+ name = "Highlight regex",
description = "Highlights the following regular expressions in chat, one per line",
section = highlightLists
)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/dailytaskindicators/DailyTasksConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/dailytaskindicators/DailyTasksConfig.java
index 4ff86534be1..29fe9dd7c90 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/dailytaskindicators/DailyTasksConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/dailytaskindicators/DailyTasksConfig.java
@@ -36,7 +36,7 @@ public interface DailyTasksConfig extends Config
@ConfigItem(
position = 1,
keyName = "showHerbBoxes",
- name = "Show Herb Boxes",
+ name = "Show herb boxes",
description = "Show a message when you can collect your daily herb boxes at NMZ."
)
default boolean showHerbBoxes()
@@ -47,7 +47,7 @@ default boolean showHerbBoxes()
@ConfigItem(
position = 2,
keyName = "showStaves",
- name = "Show Claimable Staves",
+ name = "Show claimable staves",
description = "Show a message when you can collect your daily battlestaves from Zaff."
)
default boolean showStaves()
@@ -58,7 +58,7 @@ default boolean showStaves()
@ConfigItem(
position = 3,
keyName = "showEssence",
- name = "Show Claimable Essence",
+ name = "Show claimable essence",
description = "Show a message when you can collect your daily pure essence from Wizard Cromperty."
)
default boolean showEssence()
@@ -69,7 +69,7 @@ default boolean showEssence()
@ConfigItem(
position = 4,
keyName = "showRunes",
- name = "Show Claimable Random Runes",
+ name = "Show claimable random runes",
description = "Show a message when you can collect your daily random runes from Lundail."
)
default boolean showRunes()
@@ -80,7 +80,7 @@ default boolean showRunes()
@ConfigItem(
position = 5,
keyName = "showSand",
- name = "Show Claimable Sand",
+ name = "Show claimable sand",
description = "Show a message when you can collect your daily sand from Bert."
)
default boolean showSand()
@@ -91,7 +91,7 @@ default boolean showSand()
@ConfigItem(
position = 6,
keyName = "showFlax",
- name = "Show Claimable Bow Strings",
+ name = "Show claimable bow strings",
description = "Show a message when you can convert noted flax to bow strings with the Flax keeper."
)
default boolean showFlax()
@@ -102,7 +102,7 @@ default boolean showFlax()
@ConfigItem(
position = 7,
keyName = "showBonemeal",
- name = "Show Claimable Bonemeal & Slime",
+ name = "Show claimable bonemeal & slime",
description = "Show a message when you can collect bonemeal & slime from Robin."
)
default boolean showBonemeal()
@@ -113,7 +113,7 @@ default boolean showBonemeal()
@ConfigItem(
position = 8,
keyName = "showDynamite",
- name = "Show Claimable Dynamite",
+ name = "Show claimable dynamite",
description = "Show a message when you can collect Dynamite from Thirus."
)
default boolean showDynamite()
@@ -124,7 +124,7 @@ default boolean showDynamite()
@ConfigItem(
position = 9,
keyName = "showArrows",
- name = "Show Claimable Ogre Arrows",
+ name = "Show claimable ogre arrows",
description = "Show a message when you can collect ogre arrows from Rantz."
)
default boolean showArrows()
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/defaultworld/DefaultWorldConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/defaultworld/DefaultWorldConfig.java
index d53ede7a7bc..9288c04a423 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/defaultworld/DefaultWorldConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/defaultworld/DefaultWorldConfig.java
@@ -45,7 +45,7 @@ default int getWorld()
@ConfigItem(
keyName = "useLastWorld",
- name = "Use Last World",
+ name = "Use last world",
description = "Use the last world you used as the default"
)
default boolean useLastWorld()
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/devtools/DevToolsConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/devtools/DevToolsConfig.java
index 3e1ba58d0b9..e5cc327716d 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/devtools/DevToolsConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/devtools/DevToolsConfig.java
@@ -52,7 +52,7 @@ default boolean inspectorAlwaysOnTop()
@ConfigItem(
keyName = "swingInspectorHotkey",
- name = "Swing Inspector",
+ name = "Swing inspector",
description = "Hotkey to open the Swing inspector, if available"
)
default Keybind swingInspectorHotkey()
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/discord/DiscordConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/discord/DiscordConfig.java
index d9d36b6934f..6a81314046a 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/discord/DiscordConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/discord/DiscordConfig.java
@@ -51,7 +51,7 @@ public String toString()
@ConfigItem(
keyName = "elapsedTime",
- name = "Elapsed Time",
+ name = "Elapsed time",
description = "Configures elapsed time shown.",
position = 1
)
@@ -74,7 +74,7 @@ default int actionTimeout()
@ConfigItem(
keyName = "showMainMenu",
- name = "Main Menu",
+ name = "Main menu",
description = "Show status when in main menu",
position = 3
)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/entityhider/EntityHiderConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/entityhider/EntityHiderConfig.java
index 9d8a71ce6ce..c8bba69a33a 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/entityhider/EntityHiderConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/entityhider/EntityHiderConfig.java
@@ -37,7 +37,7 @@ public interface EntityHiderConfig extends Config
@ConfigItem(
position = 1,
keyName = "hidePlayers",
- name = "Hide Others",
+ name = "Hide others",
description = "Configures whether or not other players are hidden"
)
default boolean hideOthers()
@@ -48,7 +48,7 @@ default boolean hideOthers()
@ConfigItem(
position = 2,
keyName = "hidePlayers2D",
- name = "Hide Others 2D",
+ name = "Hide others 2D",
description = "Configures whether or not other players 2D elements are hidden"
)
default boolean hideOthers2D()
@@ -59,7 +59,7 @@ default boolean hideOthers2D()
@ConfigItem(
position = 3,
keyName = "hideFriends",
- name = "Hide Friends",
+ name = "Hide friends",
description = "Configures whether or not friends are hidden"
)
default boolean hideFriends()
@@ -70,7 +70,7 @@ default boolean hideFriends()
@ConfigItem(
position = 4,
keyName = "hideClanMates", // is actually friends chat
- name = "Hide Friends Chat members",
+ name = "Hide friends chat members",
description = "Configures whether or not friends chat members are hidden"
)
default boolean hideFriendsChatMembers()
@@ -81,7 +81,7 @@ default boolean hideFriendsChatMembers()
@ConfigItem(
position = 5,
keyName = "hideClanChatMembers",
- name = "Hide Clan Chat members",
+ name = "Hide clan chat members",
description = "Configures whether or not clan chat members are hidden"
)
default boolean hideClanChatMembers()
@@ -92,7 +92,7 @@ default boolean hideClanChatMembers()
@ConfigItem(
position = 6,
keyName = "hideIgnores",
- name = "Hide Ignores",
+ name = "Hide ignores",
description = "Configures whether or not ignored players are hidden"
)
default boolean hideIgnores()
@@ -103,7 +103,7 @@ default boolean hideIgnores()
@ConfigItem(
position = 7,
keyName = "hideLocalPlayer",
- name = "Hide Local Player",
+ name = "Hide local player",
description = "Configures whether or not the local player is hidden"
)
default boolean hideLocalPlayer()
@@ -114,7 +114,7 @@ default boolean hideLocalPlayer()
@ConfigItem(
position = 8,
keyName = "hideLocalPlayer2D",
- name = "Hide Local Player 2D",
+ name = "Hide local player 2D",
description = "Configures whether or not the local player's 2D elements are hidden"
)
default boolean hideLocalPlayer2D()
@@ -147,7 +147,7 @@ default boolean hideNPCs2D()
@ConfigItem(
position = 11,
keyName = "hidePets",
- name = "Hide Other Players' Pets",
+ name = "Hide other players' pets",
description = "Configures whether or not other player pets are hidden"
)
default boolean hidePets()
@@ -158,7 +158,7 @@ default boolean hidePets()
@ConfigItem(
position = 12,
keyName = "hideAttackers",
- name = "Hide Attackers",
+ name = "Hide attackers",
description = "Configures whether or not NPCs/players attacking you are hidden"
)
default boolean hideAttackers()
@@ -169,7 +169,7 @@ default boolean hideAttackers()
@ConfigItem(
position = 13,
keyName = "hideProjectiles",
- name = "Hide Projectiles",
+ name = "Hide projectiles",
description = "Configures whether or not projectiles are hidden"
)
default boolean hideProjectiles()
@@ -180,7 +180,7 @@ default boolean hideProjectiles()
@ConfigItem(
position = 14,
keyName = "hideDeadNpcs",
- name = "Hide Dead NPCs",
+ name = "Hide dead NPCs",
description = "Hides NPCs when their health reaches 0"
)
default boolean hideDeadNpcs()
@@ -191,7 +191,7 @@ default boolean hideDeadNpcs()
@ConfigItem(
position = 15,
keyName = "hideThralls",
- name = "Hide Thralls",
+ name = "Hide thralls",
description = "Configures whether or not Thralls are hidden"
)
default boolean hideThralls()
@@ -202,7 +202,7 @@ default boolean hideThralls()
@ConfigItem(
position = 16,
keyName = "hideRandomEvents",
- name = "Hide Random Events",
+ name = "Hide random events",
description = "Configures whether or not Random events are hidden"
)
default boolean hideRandomEvents()
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/fishing/FishingConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/fishing/FishingConfig.java
index bc327f7bef1..23859641999 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/fishing/FishingConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/fishing/FishingConfig.java
@@ -82,7 +82,7 @@ default boolean showSpotNames()
@Alpha
@ConfigItem(
keyName = "overlayColor",
- name = "Overlay Color",
+ name = "Overlay color",
description = "Color of overlays",
position = 4
)
@@ -94,7 +94,7 @@ default Color getOverlayColor()
@Alpha
@ConfigItem(
keyName = "minnowsOverlayColor",
- name = "Minnows Overlay",
+ name = "Minnows overlay",
description = "Color of overlays for Minnows",
position = 5
)
@@ -106,7 +106,7 @@ default Color getMinnowsOverlayColor()
@Alpha
@ConfigItem(
keyName = "aerialOverlayColor",
- name = "Aerial Overlay",
+ name = "Aerial overlay",
description = "Color of overlays when 1-tick aerial fishing",
position = 6
)
@@ -118,7 +118,7 @@ default Color getAerialOverlayColor()
@Alpha
@ConfigItem(
keyName = "harpoonfishOverlayColor",
- name = "Harpoonfish Overlay",
+ name = "Harpoonfish overlay",
description = "Color of overlays for bubbling Harpoonfish spots",
position = 6
)
@@ -142,7 +142,7 @@ default int statTimeout()
@ConfigItem(
position = 8,
keyName = "showFishingStats",
- name = "Show Fishing session stats",
+ name = "Show fishing session stats",
description = "Display the fishing session stats."
)
default boolean showFishingStats()
@@ -153,7 +153,7 @@ default boolean showFishingStats()
@ConfigItem(
position = 9,
keyName = "showMinnowOverlay",
- name = "Show Minnow Movement overlay",
+ name = "Show minnow movement overlay",
description = "Display the minnow progress pie overlay."
)
default boolean showMinnowOverlay()
@@ -175,7 +175,7 @@ default Notification flyingFishNotification()
@ConfigItem(
position = 11,
keyName = "trawlerTimer",
- name = "Trawler timer in M:SS",
+ name = "Trawler timer in m:ss",
description = "Trawler timer will display a more accurate timer in M:SS format."
)
default boolean trawlerTimer()
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/fps/FpsConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/fps/FpsConfig.java
index adeabdaedad..54b59d55f0e 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/fps/FpsConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/fps/FpsConfig.java
@@ -34,7 +34,7 @@ public interface FpsConfig extends Config
{
@ConfigItem(
keyName = "limitFps",
- name = "Limit Global FPS",
+ name = "Limit global FPS",
description = "Global FPS limit in effect regardless of
" +
"whether window is in focus or not",
position = 1
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/friendnotes/FriendNotesConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/friendnotes/FriendNotesConfig.java
index abaa5915f71..453e3cd2cae 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/friendnotes/FriendNotesConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/friendnotes/FriendNotesConfig.java
@@ -35,7 +35,7 @@ public interface FriendNotesConfig extends Config
{
@ConfigItem(
keyName = "showIcons",
- name = "Show Icons",
+ name = "Show icons",
description = "Show icons on friend or ignore list",
position = 1
)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/gpu/GpuPluginConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/gpu/GpuPluginConfig.java
index b9249d79f92..3a81fb1e3d1 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/gpu/GpuPluginConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/gpu/GpuPluginConfig.java
@@ -44,7 +44,7 @@ public interface GpuPluginConfig extends Config
)
@ConfigItem(
keyName = "drawDistance",
- name = "Draw Distance",
+ name = "Draw distance",
description = "Draw distance.",
position = 1
)
@@ -80,7 +80,7 @@ default int expandedMapLoadingChunks()
@ConfigItem(
keyName = "smoothBanding",
- name = "Remove Color Banding",
+ name = "Remove color banding",
description = "Smooths out the color banding that is present in the CPU renderer",
position = 2
)
@@ -91,7 +91,7 @@ default boolean smoothBanding()
@ConfigItem(
keyName = "antiAliasingMode",
- name = "Anti Aliasing",
+ name = "Anti aliasing",
description = "Configures the anti-aliasing mode",
position = 3
)
@@ -127,7 +127,7 @@ default int fogDepth()
@ConfigItem(
keyName = "useComputeShaders",
- name = "Compute Shaders",
+ name = "Compute shaders",
description = "Offloads face sorting to GPU. Requires plugin restart.",
warning = "This feature requires OpenGL 4.3 to use. Please check that your GPU supports this.\nRestart the plugin for changes to take effect.",
position = 6
@@ -143,7 +143,7 @@ default boolean useComputeShaders()
)
@ConfigItem(
keyName = "anisotropicFilteringLevel",
- name = "Anisotropic Filtering",
+ name = "Anisotropic filtering",
description = "Configures the anisotropic filtering level.",
position = 7
)
@@ -154,7 +154,7 @@ default int anisotropicFilteringLevel()
@ConfigItem(
keyName = "colorBlindMode",
- name = "Colorblindness Correction",
+ name = "Colorblindness correction",
description = "Adjusts colors to account for colorblindness",
position = 8
)
@@ -165,7 +165,7 @@ default ColorBlindMode colorBlindMode()
@ConfigItem(
keyName = "brightTextures",
- name = "Bright Textures",
+ name = "Bright textures",
description = "Use old texture lighting method which results in brighter game textures",
position = 9
)
@@ -194,7 +194,7 @@ enum SyncMode
@ConfigItem(
keyName = "vsyncMode",
- name = "Vsync Mode",
+ name = "Vsync mode",
description = "Method to synchronize frame rate with refresh rate",
position = 11
)
@@ -205,7 +205,7 @@ default SyncMode syncMode()
@ConfigItem(
keyName = "fpsTarget",
- name = "FPS Target",
+ name = "FPS target",
description = "Target FPS when unlock FPS is enabled and Vsync mode is OFF",
position = 12
)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/grandexchange/GrandExchangeConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/grandexchange/GrandExchangeConfig.java
index 20f32b3812c..09a5dbc8686 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/grandexchange/GrandExchangeConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/grandexchange/GrandExchangeConfig.java
@@ -37,7 +37,7 @@ public interface GrandExchangeConfig extends Config
@ConfigItem(
position = 1,
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"
)
default boolean quickLookup()
@@ -81,7 +81,7 @@ default boolean showActivelyTradedPrice()
@ConfigItem(
position = 4,
keyName = "enableGeLimits",
- name = "Enable GE Limits on GE",
+ name = "Enable GE limits on GE",
description = "Shows the GE Limits on the GE"
)
default boolean enableGELimits()
@@ -92,7 +92,7 @@ default boolean enableGELimits()
@ConfigItem(
position = 5,
keyName = "enableGELimitReset",
- name = "Enable GE Limit Reset Timer",
+ name = "Enable GE limit reset timer",
description = "Shows when GE Trade limits reset (H:MM)"
)
@@ -126,7 +126,7 @@ default boolean showExact()
@ConfigItem(
position = 8,
keyName = "highlightSearchMatch",
- name = "Highlight Search Match",
+ name = "Highlight search match",
description = "Highlights the search match with an underline"
)
default boolean highlightSearchMatch()
@@ -137,7 +137,7 @@ default boolean highlightSearchMatch()
@ConfigItem(
position = 9,
keyName = "geSearchMode",
- name = "Search Mode",
+ name = "Search mode",
description = "The search mode to use for the GE
"
+ "Default - Matches exact text only
"
+ "Fuzzy Only - Matches inexact text such as 'sara sword'
"
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/grounditems/GroundItemsConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/grounditems/GroundItemsConfig.java
index 08f25dfa722..2d960778ee7 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/grounditems/GroundItemsConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/grounditems/GroundItemsConfig.java
@@ -48,7 +48,7 @@ public interface GroundItemsConfig extends Config
String OWNERSHIP_FILTER_MODE = "ownershipFilterMode";
@ConfigSection(
- name = "Item Lists",
+ name = "Item lists",
description = "The highlighted and hidden item lists",
position = 0
)
@@ -56,7 +56,7 @@ public interface GroundItemsConfig extends Config
@ConfigItem(
keyName = "highlightedItems",
- name = "Highlighted Items",
+ name = "Highlighted items",
description = "Configures specifically highlighted ground items. Format: (item), (item)",
position = 0,
section = itemLists
@@ -75,7 +75,7 @@ default String getHighlightItems()
@ConfigItem(
keyName = "hiddenItems",
- name = "Hidden Items",
+ name = "Hidden items",
description = "Configures hidden ground items. Format: (item), (item)",
position = 1,
section = itemLists
@@ -94,7 +94,7 @@ default String getHiddenItems()
@ConfigItem(
keyName = "showHighlightedOnly",
- name = "Show Highlighted items only",
+ name = "Show highlighted items only",
description = "Configures whether or not to draw items only on your highlighted list",
position = 2
)
@@ -116,7 +116,7 @@ default boolean dontHideUntradeables()
@ConfigItem(
keyName = "showMenuItemQuantities",
- name = "Show Menu Item Quantities",
+ name = "Show menu item quantities",
description = "Configures whether or not to show the item quantities in the menu",
position = 4
)
@@ -127,7 +127,7 @@ default boolean showMenuItemQuantities()
@ConfigItem(
keyName = "recolorMenuHiddenItems",
- name = "Recolor Menu Hidden Items",
+ name = "Recolor menu hidden items",
description = "Configures whether or not hidden items in right-click menu will be recolored",
position = 5
)
@@ -138,7 +138,7 @@ default boolean recolorMenuHiddenItems()
@ConfigItem(
keyName = "deprioritizeHiddenItems",
- name = "Deprioritize Menu Hidden Items",
+ name = "Deprioritize menu hidden items",
description = "Depriotizies the menu options for items which are hidden, requiring a right click to pick up.",
position = 5
)
@@ -149,7 +149,7 @@ default boolean deprioritizeHiddenItems()
@ConfigItem(
keyName = "highlightTiles",
- name = "Highlight Tiles",
+ name = "Highlight tiles",
description = "Configures whether or not to highlight tiles containing ground items",
position = 6
)
@@ -160,7 +160,7 @@ default boolean highlightTiles()
@ConfigItem(
keyName = "notifyHighlightedDrops",
- name = "Notify for Highlighted drops",
+ name = "Notify for highlighted drops",
description = "Configures whether or not to notify for drops on your highlighted list",
position = 7
)
@@ -182,7 +182,7 @@ default HighlightTier notifyTier()
@ConfigItem(
keyName = "priceDisplayMode",
- name = "Price Display Mode",
+ name = "Price display mode",
description = "Configures which price types are shown alongside ground item name",
position = 9
)
@@ -193,7 +193,7 @@ default PriceDisplayMode priceDisplayMode()
@ConfigItem(
keyName = "itemHighlightMode",
- name = "Item Highlight Mode",
+ name = "Item highlight mode",
description = "Configures how ground items will be highlighted",
position = 10
)
@@ -204,7 +204,7 @@ default ItemHighlightMode itemHighlightMode()
@ConfigItem(
keyName = "menuHighlightMode",
- name = "Menu Highlight Mode",
+ name = "Menu highlight mode",
description = "Configures what to highlight in right-click menu",
position = 11
)
@@ -215,7 +215,7 @@ default MenuHighlightMode menuHighlightMode()
@ConfigItem(
keyName = "highlightValueCalculation",
- name = "Highlight Value Calculation",
+ name = "Highlight value calculation",
description = "Configures which coin value is used to determine highlight color",
position = 12
)
@@ -410,7 +410,7 @@ default DespawnTimerMode groundItemTimers()
@ConfigItem(
keyName = "textOutline",
- name = "Text Outline",
+ name = "Text outline",
description = "Use an outline around text instead of a text shadow",
position = 29
)
@@ -443,7 +443,7 @@ default HighlightTier showLootbeamTier()
@ConfigItem(
keyName = "lootbeamStyle",
- name = "Lootbeam Style",
+ name = "Lootbeam style",
description = "Style of lootbeam to use",
position = 32
)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/groundmarkers/GroundMarkerConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/groundmarkers/GroundMarkerConfig.java
index b2d20696bb0..07430fcccbd 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/groundmarkers/GroundMarkerConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/groundmarkers/GroundMarkerConfig.java
@@ -61,7 +61,7 @@ default boolean drawTileOnMinimmap()
@ConfigItem(
keyName = SHOW_IMPORT_EXPORT_KEY_NAME,
- name = "Show Import/Export/Clear options",
+ name = "Show import/export/clear options",
description = "Show the Import, Export, and Clear options on the world map right-click menu"
)
default boolean showImportExport()
@@ -71,7 +71,7 @@ default boolean showImportExport()
@ConfigItem(
keyName = "borderWidth",
- name = "Border Width",
+ name = "Border width",
description = "Width of the marked tile border"
)
default double borderWidth()
@@ -81,7 +81,7 @@ default double borderWidth()
@ConfigItem(
keyName = "fillOpacity",
- name = "Fill Opacity",
+ name = "Fill opacity",
description = "Opacity of the tile fill color"
)
@Range(
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/herbiboars/HerbiboarConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/herbiboars/HerbiboarConfig.java
index 42e1c503b2f..f815f9d7a15 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/herbiboars/HerbiboarConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/herbiboars/HerbiboarConfig.java
@@ -36,7 +36,7 @@ public interface HerbiboarConfig extends Config
@ConfigItem(
position = 0,
keyName = "showStart",
- name = "Show Start Objects",
+ name = "Show start objects",
description = "Show highlights for starting rocks and logs"
)
default boolean isStartShown()
@@ -47,7 +47,7 @@ default boolean isStartShown()
@ConfigItem(
position = 1,
keyName = "showClickboxes",
- name = "Show Clickboxes",
+ name = "Show clickboxes",
description = "Show clickboxes on trail objects and tunnels instead of tiles"
)
default boolean showClickBoxes()
@@ -59,7 +59,7 @@ default boolean showClickBoxes()
@ConfigItem(
position = 2,
keyName = "colorStart",
- name = "Start Color",
+ name = "Start color",
description = "Color for rocks that start the trails"
)
default Color getStartColor()
@@ -70,7 +70,7 @@ default Color getStartColor()
@ConfigItem(
position = 3,
keyName = "showTunnel",
- name = "Show End Tunnels",
+ name = "Show end tunnels",
description = "Show highlights for tunnels with herbiboars"
)
default boolean isTunnelShown()
@@ -82,7 +82,7 @@ default boolean isTunnelShown()
@ConfigItem(
position = 4,
keyName = "colorTunnel",
- name = "Tunnel Color",
+ name = "Tunnel color",
description = "Color for tunnels with herbiboars"
)
default Color getTunnelColor()
@@ -93,7 +93,7 @@ default Color getTunnelColor()
@ConfigItem(
position = 5,
keyName = "showObject",
- name = "Show Trail Objects",
+ name = "Show trail objects",
description = "Show highlights for mushrooms, mud, seaweed, etc"
)
default boolean isObjectShown()
@@ -105,7 +105,7 @@ default boolean isObjectShown()
@ConfigItem(
position = 6,
keyName = "colorGameObject",
- name = "Trail Object Color",
+ name = "Trail object color",
description = "Color for mushrooms, mud, seaweed, etc"
)
default Color getObjectColor()
@@ -116,7 +116,7 @@ default Color getObjectColor()
@ConfigItem(
position = 7,
keyName = "showTrail",
- name = "Show Trail",
+ name = "Show trail",
description = "Show highlights for trail prints"
)
default boolean isTrailShown()
@@ -128,7 +128,7 @@ default boolean isTrailShown()
@ConfigItem(
position = 8,
keyName = "colorTrail",
- name = "Trail Color",
+ name = "Trail color",
description = "Color for mushrooms, mud, seaweed, etc"
)
default Color getTrailColor()
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/idlenotifier/IdleNotifierConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/idlenotifier/IdleNotifierConfig.java
index 7742ac3e0ae..d7e1272a3d4 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/idlenotifier/IdleNotifierConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/idlenotifier/IdleNotifierConfig.java
@@ -38,7 +38,7 @@ public interface IdleNotifierConfig extends Config
@ConfigItem(
keyName = "animationidle",
- name = "Idle Animation Notifications",
+ name = "Idle animation notifications",
description = "Configures if idle animation notifications are enabled",
position = 1
)
@@ -49,7 +49,7 @@ default Notification animationIdle()
@ConfigItem(
keyName = "interactionidle",
- name = "Idle Interaction Notifications",
+ name = "Idle interaction notifications",
description = "Configures if idle interaction notifications are enabled e.g. combat, fishing",
position = 2
)
@@ -60,7 +60,7 @@ default Notification interactionIdle()
@ConfigItem(
keyName = "movementidle",
- name = "Idle Movement Notifications",
+ name = "Idle movement notifications",
description = "Configures if idle movement notifications are enabled e.g. running, walking",
position = 3
)
@@ -71,7 +71,7 @@ default Notification movementIdle()
@ConfigItem(
keyName = "logoutidle",
- name = "Idle Logout Notifications",
+ name = "Idle logout notifications",
description = "Configures if the idle logout notifications are enabled",
position = 4
)
@@ -82,7 +82,7 @@ default Notification logoutIdle()
@ConfigItem(
keyName = "timeout",
- name = "Idle Notification Delay",
+ name = "Idle notification delay",
description = "The notification delay after the player is idle",
position = 5
)
@@ -94,7 +94,7 @@ default int getIdleNotificationDelay()
@ConfigItem(
keyName = "hitpointsNotification",
- name = "Hitpoints Notification",
+ name = "Hitpoints notification",
description = "Configures if hitpoints notifications are enabled",
position = 6
)
@@ -105,7 +105,7 @@ default Notification getHitpointsNotification()
@ConfigItem(
keyName = "hitpoints",
- name = "Hitpoints Threshold",
+ name = "Hitpoints threshold",
description = "The amount of hitpoints to send a notification at.",
position = 7
)
@@ -117,7 +117,7 @@ default int getHitpointsThreshold()
@ConfigItem(
keyName = "prayerNotification",
- name = "Prayer Notification",
+ name = "Prayer notification",
description = "Configures if prayer notifications are enabled.",
position = 8
)
@@ -128,7 +128,7 @@ default Notification getPrayerNotification()
@ConfigItem(
keyName = "prayer",
- name = "Prayer Threshold",
+ name = "Prayer threshold",
description = "The amount of prayer points to send a notification at.",
position = 9
)
@@ -140,7 +140,7 @@ default int getPrayerThreshold()
@ConfigItem(
keyName = "lowEnergyNotification",
- name = "Low Energy Notification",
+ name = "Low energy notification",
description = "Configures if low energy notifications are enabled",
position = 10
)
@@ -151,7 +151,7 @@ default Notification getLowEnergyNotification()
@ConfigItem(
keyName = "lowEnergy",
- name = "Low Energy Threshold",
+ name = "Low energy threshold",
description = "The amount of energy points remaining to send a notification at.",
position = 11
)
@@ -164,7 +164,7 @@ default int getLowEnergyThreshold()
@ConfigItem(
keyName = "highEnergyNotification",
- name = "High Energy Notification",
+ name = "High energy notification",
description = "Configures if high energy notifications are enabled",
position = 12
)
@@ -175,7 +175,7 @@ default Notification getHighEnergyNotification()
@ConfigItem(
keyName = "highEnergy",
- name = "High Energy Threshold",
+ name = "High energy threshold",
description = "The amount of energy points reached to send a notification.",
position = 13
)
@@ -188,7 +188,7 @@ default int getHighEnergyThreshold()
@ConfigItem(
keyName = "oxygenNotification",
- name = "Oxygen Notification",
+ name = "Oxygen notification",
description = "Configures if oxygen notifications are enabled",
position = 14
)
@@ -199,7 +199,7 @@ default Notification getOxygenNotification()
@ConfigItem(
keyName = "oxygen",
- name = "Oxygen Threshold",
+ name = "Oxygen threshold",
position = 15,
description = "The amount of remaining oxygen to send a notification at."
)
@@ -212,7 +212,7 @@ default int getOxygenThreshold()
@ConfigItem(
keyName = "specNotification",
- name = "Spec Notification",
+ name = "Spec notification",
description = "Configures if special attack notifications are enabled",
position = 16
)
@@ -223,7 +223,7 @@ default Notification getSpecNotification()
@ConfigItem(
keyName = "spec",
- name = "Spec Threshold",
+ name = "Spec threshold",
position = 17,
description = "The amount of special attack energy reached to send a notification at."
)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/implings/ImplingsConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/implings/ImplingsConfig.java
index b9f09853a10..76fec1595f2 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/implings/ImplingsConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/implings/ImplingsConfig.java
@@ -44,7 +44,7 @@ enum ImplingMode
}
@ConfigSection(
- name = "Impling Type Settings",
+ name = "Impling type settings",
description = "Configuration for each type of impling",
position = 99
)
@@ -353,7 +353,7 @@ default Color getLuckyColor()
@ConfigItem(
position = 25,
keyName = "showspawn",
- name = "Show Spawn locations",
+ name = "Show spawn locations",
description = "Configures whether or not spawn locations are displayed in Puro Puro"
)
default boolean showSpawn()
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/interacthighlight/InteractHighlightConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/interacthighlight/InteractHighlightConfig.java
index 8fff918cdab..e4b19422265 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/interacthighlight/InteractHighlightConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/interacthighlight/InteractHighlightConfig.java
@@ -177,7 +177,7 @@ default Color objectInteractHighlightColor()
@ConfigItem(
keyName = "borderWidth",
- name = "Border Width",
+ name = "Border width",
description = "Width of the outlined border",
position = 7
)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/interfacestyles/InterfaceStylesConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/interfacestyles/InterfaceStylesConfig.java
index 2a0d506b89e..aac0fb3d8df 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/interfacestyles/InterfaceStylesConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/interfacestyles/InterfaceStylesConfig.java
@@ -46,7 +46,7 @@ default Skin skin()
@ConfigItem(
keyName = "hdHealthBars",
- name = "High Detail health bars",
+ name = "High detail health bars",
description = "Replaces health bars with the RuneScape High Detail mode design"
)
default boolean hdHealthBars()
@@ -56,7 +56,7 @@ default boolean hdHealthBars()
@ConfigItem(
keyName = "hdMenu",
- name = "High Detail menu",
+ name = "High detail menu",
description = "Replaces game menu with the RuneScape High Detail mode design"
)
default boolean hdMenu()
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/inventoryviewer/InventoryViewerConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/inventoryviewer/InventoryViewerConfig.java
index 7b32ff34895..6381a2f2c05 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/inventoryviewer/InventoryViewerConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/inventoryviewer/InventoryViewerConfig.java
@@ -36,7 +36,7 @@ public interface InventoryViewerConfig extends Config
@ConfigItem(
keyName = "toggleKeybind",
- name = "Toggle Overlay",
+ name = "Toggle overlay",
description = "Binds a key (combination) to toggle the overlay.",
position = 0
)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/itemcharges/ItemChargeConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/itemcharges/ItemChargeConfig.java
index 6472c641c79..0729f30fbfe 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/itemcharges/ItemChargeConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/itemcharges/ItemChargeConfig.java
@@ -51,14 +51,14 @@ public interface ItemChargeConfig extends Config
String KEY_BRACELET_OF_CLAY = "braceletOfClay";
@ConfigSection(
- name = "Charge Settings",
+ name = "Charge settings",
description = "Configuration for which charges should be displayed",
position = 98
)
String chargesSection = "charges";
@ConfigSection(
- name = "Notification Settings",
+ name = "Notification settings",
description = "Configuration for notifications",
position = 99
)
@@ -66,7 +66,7 @@ public interface ItemChargeConfig extends Config
@ConfigItem(
keyName = "veryLowWarningColor",
- name = "Very Low Warning",
+ name = "Very low warning",
description = "The color of the overlay when charges are very low",
position = 1
)
@@ -77,7 +77,7 @@ default Color veryLowWarningColor()
@ConfigItem(
keyName = "lowWarningColor",
- name = "Low Warning",
+ name = "Low warning",
description = "The color of the overlay when charges are low",
position = 2
)
@@ -88,7 +88,7 @@ default Color lowWarningolor()
@ConfigItem(
keyName = "veryLowWarning",
- name = "Very Low Warning",
+ name = "Very low warning",
description = "The charge count for the very low warning color",
position = 3
)
@@ -99,7 +99,7 @@ default int veryLowWarning()
@ConfigItem(
keyName = "lowWarning",
- name = "Low Warning",
+ name = "Low warning",
description = "The charge count for the low warning color",
position = 4
)
@@ -110,7 +110,7 @@ default int lowWarning()
@ConfigItem(
keyName = "showTeleportCharges",
- name = "Teleport Charges",
+ name = "Teleport charges",
description = "Show teleport item charge counts",
position = 5,
section = chargesSection
@@ -122,7 +122,7 @@ default boolean showTeleportCharges()
@ConfigItem(
keyName = "showDodgyCount",
- name = "Dodgy Necklace Count",
+ name = "Dodgy necklace count",
description = "Show Dodgy necklace charges",
position = 6,
section = chargesSection
@@ -134,7 +134,7 @@ default boolean showDodgyCount()
@ConfigItem(
keyName = "dodgyNotification",
- name = "Dodgy Necklace Notification",
+ name = "Dodgy necklace notification",
description = "Send a notification when a Dodgy necklace breaks",
position = 7,
section = notificationSection
@@ -158,7 +158,7 @@ default boolean showImpCharges()
@ConfigItem(
keyName = "showFungicideCharges",
- name = "Fungicide Charges",
+ name = "Fungicide charges",
description = "Show Fungicide item charges",
position = 9,
section = chargesSection
@@ -170,7 +170,7 @@ default boolean showFungicideCharges()
@ConfigItem(
keyName = "showWateringCanCharges",
- name = "Watering Can Charges",
+ name = "Watering can charges",
description = "Show Watering can item charges",
position = 10,
section = chargesSection
@@ -182,7 +182,7 @@ default boolean showWateringCanCharges()
@ConfigItem(
keyName = "showWaterskinCharges",
- name = "Waterskin Charges",
+ name = "Waterskin charges",
description = "Show Waterskin dose counts",
position = 11,
section = chargesSection
@@ -194,7 +194,7 @@ default boolean showWaterskinCharges()
@ConfigItem(
keyName = "showBellowCharges",
- name = "Bellows Charges",
+ name = "Bellows charges",
description = "Show Ogre bellows item charges",
position = 12,
section = chargesSection
@@ -206,7 +206,7 @@ default boolean showBellowCharges()
@ConfigItem(
keyName = "showBasketCharges",
- name = "Basket Charges",
+ name = "Basket charges",
description = "Show Fruit basket item counts",
position = 13,
section = chargesSection
@@ -218,7 +218,7 @@ default boolean showBasketCharges()
@ConfigItem(
keyName = "showSackCharges",
- name = "Sack Charges",
+ name = "Sack charges",
description = "Show Sack item counts",
position = 14,
section = chargesSection
@@ -230,7 +230,7 @@ default boolean showSackCharges()
@ConfigItem(
keyName = "showAbyssalBraceletCharges",
- name = "Abyssal Bracelet Charges",
+ name = "Abyssal bracelet charges",
description = "Show Abyssal bracelet item charges",
position = 15,
section = chargesSection
@@ -242,7 +242,7 @@ default boolean showAbyssalBraceletCharges()
@ConfigItem(
keyName = "showAmuletOfChemistryCharges",
- name = "Amulet of Chemistry Charges",
+ name = "Amulet of chemistry charges",
description = "Show Amulet of chemistry item charges",
position = 16,
section = chargesSection
@@ -254,7 +254,7 @@ default boolean showAmuletOfChemistryCharges()
@ConfigItem(
keyName = "showAmuletOfBountyCharges",
- name = "Amulet of Bounty Charges",
+ name = "Amulet of bounty charges",
description = "Show Amulet of bounty item charges",
position = 17,
section = chargesSection
@@ -266,7 +266,7 @@ default boolean showAmuletOfBountyCharges()
@ConfigItem(
keyName = "recoilNotification",
- name = "Ring of Recoil Notification",
+ name = "Ring of recoil notification",
description = "Send a notification when a Ring of recoil breaks",
position = 18,
section = notificationSection
@@ -278,7 +278,7 @@ default Notification recoilNotification()
@ConfigItem(
keyName = "showBindingNecklaceCharges",
- name = "Binding Necklace Charges",
+ name = "Binding necklace charges",
description = "Show Binding necklace item charges",
position = 19,
section = chargesSection
@@ -290,7 +290,7 @@ default boolean showBindingNecklaceCharges()
@ConfigItem(
keyName = "bindingNotification",
- name = "Binding Necklace Notification",
+ name = "Binding necklace notification",
description = "Send a notification when a Binding necklace breaks",
position = 20,
section = notificationSection
@@ -302,7 +302,7 @@ default Notification bindingNotification()
@ConfigItem(
keyName = "showExplorerRingCharges",
- name = "Explorer's Ring Alch Charges",
+ name = "Explorer's ring alch charges",
description = "Show Explorer's ring alchemy charges",
position = 21,
section = chargesSection
@@ -314,7 +314,7 @@ default boolean showExplorerRingCharges()
@ConfigItem(
keyName = "showRingOfForgingCount",
- name = "Ring of Forging Charges",
+ name = "Ring of forging charges",
description = "Show Ring of forging item charges",
position = 22,
section = chargesSection
@@ -326,7 +326,7 @@ default boolean showRingOfForgingCount()
@ConfigItem(
keyName = "ringOfForgingNotification",
- name = "Ring of Forging Notification",
+ name = "Ring of forging notification",
description = "Send a notification when a Ring of forging breaks",
position = 23,
section = notificationSection
@@ -349,7 +349,7 @@ default boolean showInfoboxes()
@ConfigItem(
keyName = "showPotionDoseCount",
- name = "Potion Doses",
+ name = "Potion doses",
description = "Show remaining potion doses",
position = 25,
section = chargesSection
@@ -361,7 +361,7 @@ default boolean showPotionDoseCount()
@ConfigItem(
keyName = "showBraceletOfSlaughterCharges",
- name = "Bracelet of Slaughter Charges",
+ name = "Bracelet of slaughter charges",
description = "Show Bracelet of Slaughter item charges",
position = 26,
section = chargesSection
@@ -373,7 +373,7 @@ default boolean showBraceletOfSlaughterCharges()
@ConfigItem(
keyName = "slaughterNotification",
- name = "Bracelet of Slaughter Notification",
+ name = "Bracelet of slaughter notification",
description = "Send a notification when a Bracelet of Slaughter breaks",
position = 27,
section = notificationSection
@@ -385,7 +385,7 @@ default Notification slaughterNotification()
@ConfigItem(
keyName = "showExpeditiousBraceletCharges",
- name = "Expeditious Bracelet Charges",
+ name = "Expeditious bracelet charges",
description = "Show Expeditious Bracelet item charges",
position = 28,
section = chargesSection
@@ -397,7 +397,7 @@ default boolean showExpeditiousBraceletCharges()
@ConfigItem(
keyName = "expeditiousNotification",
- name = "Expeditious Bracelet Notification",
+ name = "Expeditious bracelet notification",
description = "Send a notification when an Expeditious Bracelet breaks",
position = 29,
section = notificationSection
@@ -409,7 +409,7 @@ default Notification expeditiousNotification()
@ConfigItem(
keyName = "showGuthixRestDoses",
- name = "Guthix Rest Doses",
+ name = "Guthix rest doses",
description = "Show Guthix Rest doses",
position = 29,
section = chargesSection
@@ -421,7 +421,7 @@ default boolean showGuthixRestDoses()
@ConfigItem(
keyName = "showBloodEssenceCharges",
- name = "Blood Essence Charges",
+ name = "Blood essence charges",
description = "Show Blood Essence charges",
position = 30,
section = chargesSection
@@ -433,7 +433,7 @@ default boolean showBloodEssenceCharges()
@ConfigItem(
keyName = "showBraceletOfClayCharges",
- name = "Bracelet of Clay Charges",
+ name = "Bracelet of clay charges",
description = "Show Bracelet of Clay item charges",
position = 31,
section = chargesSection
@@ -445,7 +445,7 @@ default boolean showBraceletOfClayCharges()
@ConfigItem(
keyName = "braceletOfClayNotification",
- name = "Bracelet of Clay Notification",
+ name = "Bracelet of clay notification",
description = "Send a notification when a Bracelet of Clay breaks",
position = 32,
section = notificationSection
@@ -457,7 +457,7 @@ default Notification braceletOfClayNotification()
@ConfigItem(
keyName = "amuletOfChemistryNotification",
- name = "Amulet of Chemistry Notification",
+ name = "Amulet of chemistry notification",
description = "Send a notification when an Amulet of Chemistry breaks",
position = 33,
section = notificationSection
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/itemidentification/ItemIdentificationConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/itemidentification/ItemIdentificationConfig.java
index c2b49becb7a..ef990e3d142 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/itemidentification/ItemIdentificationConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/itemidentification/ItemIdentificationConfig.java
@@ -42,7 +42,7 @@ public interface ItemIdentificationConfig extends Config
@ConfigItem(
keyName = "identificationType",
- name = "Identification Type",
+ name = "Identification type",
position = -4,
description = "How much to show of the item name"
)
@@ -64,7 +64,7 @@ default Color textColor()
@ConfigItem(
keyName = "showHerbSeeds",
- name = "Seeds (Herb)",
+ name = "Seeds (herb)",
description = "Show identification on Herb Seeds",
section = identificationSection
)
@@ -75,7 +75,7 @@ default boolean showHerbSeeds()
@ConfigItem(
keyName = "showAllotmentSeeds",
- name = "Seeds (Allotment)",
+ name = "Seeds (allotment)",
description = "Show identification on Allotment Seeds",
section = identificationSection
)
@@ -86,7 +86,7 @@ default boolean showAllotmentSeeds()
@ConfigItem(
keyName = "showFlowerSeeds",
- name = "Seeds (Flower)",
+ name = "Seeds (flower)",
description = "Show identification on Flower Seeds",
section = identificationSection
)
@@ -97,7 +97,7 @@ default boolean showFlowerSeeds()
@ConfigItem(
keyName = "showFruitTreeSeeds",
- name = "Seeds (Fruit Tree)",
+ name = "Seeds (fruit tree)",
description = "Show identification on Fruit Tree Seeds",
section = identificationSection
)
@@ -108,7 +108,7 @@ default boolean showFruitTreeSeeds()
@ConfigItem(
keyName = "showTreeSeeds",
- name = "Seeds (Tree)",
+ name = "Seeds (tree)",
description = "Show identification on Tree Seeds",
section = identificationSection
)
@@ -119,7 +119,7 @@ default boolean showTreeSeeds()
@ConfigItem(
keyName = "showSpecialSeeds",
- name = "Seeds (Special)",
+ name = "Seeds (special)",
description = "Show identification on Special Seeds",
section = identificationSection
)
@@ -130,7 +130,7 @@ default boolean showSpecialSeeds()
@ConfigItem(
keyName = "showBerrySeeds",
- name = "Seeds (Berry)",
+ name = "Seeds (berry)",
description = "Show identification on Berry Seeds",
section = identificationSection
)
@@ -141,7 +141,7 @@ default boolean showBerrySeeds()
@ConfigItem(
keyName = "showHopSeeds",
- name = "Seeds (Hops)",
+ name = "Seeds (hops)",
description = "Show identification on Hops Seeds",
section = identificationSection
)
@@ -185,7 +185,7 @@ default boolean showLogs()
@ConfigItem(
keyName = "showPyreLogs",
- name = "Logs (Pyre)",
+ name = "Logs (pyre)",
description = "Show identification on Pyre Logs",
section = identificationSection
)
@@ -295,7 +295,7 @@ default boolean showTablets()
@ConfigItem(
keyName = "showTeleportScrolls",
- name = "Teleport Scrolls",
+ name = "Teleport scrolls",
description = "Show identification on teleport scrolls",
section = identificationSection
)
@@ -306,7 +306,7 @@ default boolean showTeleportScrolls()
@ConfigItem(
keyName = "showJewellery",
- name = "Jewellery (Unenchanted)",
+ name = "Jewellery (unenchanted)",
description = "Show identification on unenchanted jewellery",
section = identificationSection
)
@@ -317,7 +317,7 @@ default boolean showJewellery()
@ConfigItem(
keyName = "showEnchantedJewellery",
- name = "Jewellery (Enchanted)",
+ name = "Jewellery (enchanted)",
description = "Show identification on enchanted jewellery",
section = identificationSection
)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/itemprices/ItemPricesConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/itemprices/ItemPricesConfig.java
index 5c667a2b1ab..7b4e4960382 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/itemprices/ItemPricesConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/itemprices/ItemPricesConfig.java
@@ -33,7 +33,7 @@ public interface ItemPricesConfig extends Config
{
@ConfigItem(
keyName = "showGEPrice",
- name = "Show Grand Exchange Prices",
+ name = "Show Grand Exchange prices",
description = "Grand exchange prices should be shown on tooltips",
position = 1
)
@@ -44,7 +44,7 @@ default boolean showGEPrice()
@ConfigItem(
keyName = "showHAValue",
- name = "Show High Alchemy Values",
+ name = "Show high alchemy values",
description = "High Alchemy values should be shown on tooltips",
position = 2
)
@@ -55,7 +55,7 @@ default boolean showHAValue()
@ConfigItem(
keyName = "showEA",
- name = "Show Price Each on Stacks",
+ name = "Show price each on stacks",
description = "The price/value of each item should be shown on stacks",
position = 3
)
@@ -66,7 +66,7 @@ default boolean showEA()
@ConfigItem(
keyName = "hideInventory",
- name = "Hide Tooltips on Inventory Items",
+ name = "Hide tooltips on inventory items",
description = "Tooltips should be hidden on items in the inventory",
position = 4
)
@@ -77,7 +77,7 @@ default boolean hideInventory()
@ConfigItem(
keyName = "showAlchProfit",
- name = "Show High Alchemy Profit",
+ name = "Show high alchemy profit",
description = "Show the profit from casting high alchemy on items",
position = 5
)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/itemstats/ItemStatConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/itemstats/ItemStatConfig.java
index 38d491d40a3..3a4ab2ab7bc 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/itemstats/ItemStatConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/itemstats/ItemStatConfig.java
@@ -64,7 +64,7 @@ default boolean geStats()
@ConfigItem(
keyName = "relative",
- name = "Show Relative",
+ name = "Show relative",
description = "Show relative stat change in tooltip"
)
default boolean relative()
@@ -74,7 +74,7 @@ default boolean relative()
@ConfigItem(
keyName = "absolute",
- name = "Show Absolute",
+ name = "Show absolute",
description = "Show absolute stat change in tooltip"
)
default boolean absolute()
@@ -84,7 +84,7 @@ default boolean absolute()
@ConfigItem(
keyName = "theoretical",
- name = "Show Theoretical",
+ name = "Show theoretical",
description = "Show theoretical stat change in tooltip"
)
default boolean theoretical()
@@ -94,7 +94,7 @@ default boolean theoretical()
@ConfigItem(
keyName = "showWeight",
- name = "Show Weight",
+ name = "Show weight",
description = "Show weight in tooltip"
)
default boolean showWeight()
@@ -104,7 +104,7 @@ default boolean showWeight()
@ConfigItem(
keyName = "showStatsInBank",
- name = "Show Stats In Bank",
+ name = "Show stats in bank",
description = "Show item stats on bank items tooltip"
)
default boolean showStatsInBank()
@@ -114,7 +114,7 @@ default boolean showStatsInBank()
@ConfigItem(
keyName = "alwaysShowBaseStats",
- name = "Always Show Base Stats",
+ name = "Always show base stats",
description = "Always include the base items stats in the tooltip"
)
default boolean alwaysShowBaseStats()
@@ -124,7 +124,7 @@ default boolean alwaysShowBaseStats()
@ConfigItem(
keyName = "colorBetterUncapped",
- name = "Better (Uncapped)",
+ name = "Better (uncapped)",
description = "Color to show when the stat change is fully consumed",
position = 10
)
@@ -135,7 +135,7 @@ default Color colorBetterUncapped()
@ConfigItem(
keyName = "colorBetterSomecapped",
- name = "Better (Some capped)",
+ name = "Better (some capped)",
description = "Color to show when some stat changes are capped, but some are not",
position = 11
)
@@ -146,7 +146,7 @@ default Color colorBetterSomeCapped()
@ConfigItem(
keyName = "colorBetterCapped",
- name = "Better (Capped)",
+ name = "Better (capped)",
description = "Color to show when the stat change is positive, but not fully consumed",
position = 12
)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/keyremapping/KeyRemappingConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/keyremapping/KeyRemappingConfig.java
index 1dbe1eaff63..5654114c876 100755
--- a/runelite-client/src/main/java/net/runelite/client/plugins/keyremapping/KeyRemappingConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/keyremapping/KeyRemappingConfig.java
@@ -36,14 +36,14 @@
public interface KeyRemappingConfig extends Config
{
@ConfigSection(
- name = "Camera Remapping",
+ name = "Camera remapping",
description = "Settings for remapping the camera",
position = 0
)
String cameraSection = "camera";
@ConfigSection(
- name = "F Key Remapping",
+ name = "F key remapping",
description = "Settings for remapping the F Keys",
position = 1
)
@@ -52,7 +52,7 @@ public interface KeyRemappingConfig extends Config
@ConfigItem(
position = 1,
keyName = "cameraRemap",
- name = "Remap Camera",
+ name = "Remap camera",
description = "Configures whether the camera movement uses remapped keys",
section = cameraSection
)
@@ -64,7 +64,7 @@ default boolean cameraRemap()
@ConfigItem(
position = 2,
keyName = "up",
- name = "Camera Up key",
+ name = "Camera up key",
description = "The key which will replace up.",
section = cameraSection
)
@@ -76,7 +76,7 @@ default ModifierlessKeybind up()
@ConfigItem(
position = 3,
keyName = "down",
- name = "Camera Down key",
+ name = "Camera down key",
description = "The key which will replace down.",
section = cameraSection
)
@@ -88,7 +88,7 @@ default ModifierlessKeybind down()
@ConfigItem(
position = 4,
keyName = "left",
- name = "Camera Left key",
+ name = "Camera left key",
description = "The key which will replace left.",
section = cameraSection
)
@@ -100,7 +100,7 @@ default ModifierlessKeybind left()
@ConfigItem(
position = 5,
keyName = "right",
- name = "Camera Right key",
+ name = "Camera right key",
description = "The key which will replace right.",
section = cameraSection
)
@@ -112,7 +112,7 @@ default ModifierlessKeybind right()
@ConfigItem(
position = 6,
keyName = "fkeyRemap",
- name = "Remap F Keys",
+ name = "Remap F keys",
description = "Configures whether F-Keys use remapped keys",
section = fKeySection
)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/kingdomofmiscellania/KingdomConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/kingdomofmiscellania/KingdomConfig.java
index 064d260fd72..20008ae716b 100755
--- a/runelite-client/src/main/java/net/runelite/client/plugins/kingdomofmiscellania/KingdomConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/kingdomofmiscellania/KingdomConfig.java
@@ -39,7 +39,7 @@ public interface KingdomConfig extends Config
@ConfigItem(
position = 1,
keyName = "sendNotifications",
- name = "Send Notifications",
+ name = "Send notifications",
description = "Send chat notifications upon login showing current estimated coffer and approval"
)
default boolean shouldSendNotifications()
@@ -53,7 +53,7 @@ default boolean shouldSendNotifications()
@ConfigItem(
position = 2,
keyName = "cofferThreshold",
- name = "Coffer Threshold",
+ name = "Coffer threshold",
description = "Send notifications if coffer is below this value"
)
default int getCofferThreshold()
@@ -67,7 +67,7 @@ default int getCofferThreshold()
@ConfigItem(
position = 3,
keyName = "approvalThreshold",
- name = "Approval Threshold",
+ name = "Approval threshold",
description = "Send notifications if approval percentage is below this value"
)
default int getApprovalThreshold()
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/kourendlibrary/KourendLibraryConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/kourendlibrary/KourendLibraryConfig.java
index 45bc004c457..7cd3385f1fc 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/kourendlibrary/KourendLibraryConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/kourendlibrary/KourendLibraryConfig.java
@@ -55,7 +55,7 @@ default boolean hideDuplicateBook()
@ConfigItem(
keyName = "alwaysShowVarlamoreEnvoy",
- name = "Show Varlamore Envoy",
+ name = "Show Varlamore envoy",
description = "Varlamore Envoy is only needed during the Depths of Despair, and is never asked for"
)
default boolean alwaysShowVarlamoreEnvoy()
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/loginscreen/LoginScreenConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/loginscreen/LoginScreenConfig.java
index dd44262e0b1..9b0a804b3c3 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/loginscreen/LoginScreenConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/loginscreen/LoginScreenConfig.java
@@ -71,7 +71,7 @@ default String username()
@ConfigItem(
keyName = "loginScreen",
- name = "Custom Background",
+ name = "Custom background",
description = "Force the login screen to use an image from the past instead of the current one."
)
default LoginScreenOverride loginScreen()
@@ -81,7 +81,7 @@ default LoginScreenOverride loginScreen()
@ConfigItem(
keyName = "showLoginFire",
- name = "Display Fire",
+ name = "Display fire",
description = "Whether or not the fire in the braziers at the sides of the login screen should be on fire."
)
default boolean showLoginFire()
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/loottracker/LootTrackerConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/loottracker/LootTrackerConfig.java
index 5c10067ccf5..f952998c932 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/loottracker/LootTrackerConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/loottracker/LootTrackerConfig.java
@@ -36,7 +36,7 @@ public interface LootTrackerConfig extends Config
String GROUP = "loottracker";
@ConfigSection(
- name = "Ignored Entries",
+ name = "Ignored entries",
description = "The Ignore items and Ignore groups options",
position = -2,
closedByDefault = true
@@ -63,7 +63,7 @@ default String getIgnoredItems()
@ConfigItem(
keyName = "priceType",
- name = "Price Type",
+ name = "Price type",
description = "What type of price to use for calculating value."
)
default LootTrackerPriceType priceType()
@@ -73,7 +73,7 @@ default LootTrackerPriceType priceType()
@ConfigItem(
keyName = "showPriceType",
- name = "Show Price Type",
+ name = "Show price type",
description = "Whether to show a GE: or HA: next to the total values in the tracker"
)
default boolean showPriceType()
@@ -93,7 +93,7 @@ default boolean syncPanel()
@ConfigItem(
keyName = "ignoredEvents",
- name = "Ignored Loot Sources",
+ name = "Ignored loot sources",
description = "Hide specific NPCs or sources of loot in the loot tracker (e.g., Goblin, Barrows Chest, H.A.M. Member).",
section = ignored
)
@@ -121,7 +121,7 @@ default boolean npcKillChatMessage()
@ConfigItem(
keyName = "pvpKillChatMessage",
- name = "Show chat message for PVP kills",
+ name = "Show chat message for PvP kills",
description = "Adds a chat message with player name and kill value when receiving loot from a player kill."
)
default boolean pvpKillChatMessage()
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/menuentryswapper/MenuEntrySwapperConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/menuentryswapper/MenuEntrySwapperConfig.java
index 5fe28713d9f..92c1adcc83b 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/menuentryswapper/MenuEntrySwapperConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/menuentryswapper/MenuEntrySwapperConfig.java
@@ -1,698 +1,698 @@
-/*
- * Copyright (c) 2018, Adam
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- *
- * 1. Redistributions of source code must retain the above copyright notice, this
- * list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright notice,
- * this list of conditions and the following disclaimer in the documentation
- * and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-package net.runelite.client.plugins.menuentryswapper;
-
-import net.runelite.client.config.Config;
-import net.runelite.client.config.ConfigGroup;
-import net.runelite.client.config.ConfigItem;
-import net.runelite.client.config.ConfigSection;
-
-@ConfigGroup(MenuEntrySwapperConfig.GROUP)
-public interface MenuEntrySwapperConfig extends Config
-{
- String GROUP = "menuentryswapper";
-
- @ConfigSection(
- name = "Item Swaps",
- description = "All options that swap item menu entries",
- position = 0,
- closedByDefault = true
- )
- String itemSection = "items";
-
- @ConfigSection(
- name = "NPC Swaps",
- description = "All options that swap NPC menu entries",
- position = 1,
- closedByDefault = true
- )
- String npcSection = "npcs";
-
- @ConfigSection(
- name = "Object Swaps",
- description = "All options that swap object menu entries",
- position = 2,
- closedByDefault = true
- )
- String objectSection = "objects";
-
- @ConfigSection(
- name = "UI Swaps",
- description = "All options that swap entries in the UI (except Items)",
- position = 3,
- closedByDefault = true
- )
- String uiSection = "ui";
-
- @ConfigSection(
- name = "Ground Item Swaps",
- description = "All options that swap ground item menu entries",
- position = 4,
- closedByDefault = true
- )
- String groundItemSection = "groundItems";
-
- enum ArdougneCloakMode
- {
- WEAR,
- MONASTERY,
- FARM,
- }
-
- enum KaramjaGlovesMode
- {
- WEAR,
- GEM_MINE,
- SLAYER_MASTER,
- }
-
- enum MorytaniaLegsMode
- {
- WEAR,
- ECTOFUNTUS,
- BURGH_DE_ROTT;
-
- @Override
- public String toString()
- {
- switch (this)
- {
- case BURGH_DE_ROTT:
- return "Burgh de Rott";
- default:
- return name();
- }
- }
- }
-
- enum RadasBlessingMode
- {
- EQUIP,
- KOUREND_WOODLAND,
- MOUNT_KARUULM,
- }
-
- enum DesertAmuletMode
- {
- WEAR,
- NARDAH,
- KALPHITE_CAVE,
- }
-
- @ConfigItem(
- position = -3,
- keyName = "leftClickCustomization",
- name = "Customizable left-click",
- description = "Allows customization of left-clicks on items",
- section = itemSection
- )
- default boolean leftClickCustomization()
- {
- return true;
- }
-
- @ConfigItem(
- position = -2,
- keyName = "shiftClickCustomization",
- name = "Customizable shift-click",
- description = "Allows customization of shift-clicks on items",
- section = itemSection
- )
- default boolean shiftClickCustomization()
- {
- return true;
- }
-
- @ConfigItem(
- position = -2,
- keyName = "objectLeftClickCustomization",
- name = "Customizable left and shift click",
- description = "Allows customization of left-clicks on objects",
- section = objectSection
- )
- default boolean objectCustomization()
- {
- return true;
- }
-
- @ConfigItem(
- position = -2,
- keyName = "objectShiftClickWalkHere",
- name = "Shift click Walk here",
- description = "Swaps Walk here on shift click on all objects",
- section = objectSection
- )
- default boolean objectShiftClickWalkHere()
- {
- return false;
- }
-
- @ConfigItem(
- position = -3,
- keyName = "npcLeftClickCustomization",
- name = "Customizable left and shift click",
- description = "Allows customization of left-clicks on NPCs",
- section = npcSection
- )
- default boolean npcCustomization()
- {
- return true;
- }
-
- @ConfigItem(
- position = -2,
- keyName = "npcShiftClickWalkHere",
- name = "Shift click Walk here",
- description = "Swaps Walk here on shift click on all NPCs",
- section = npcSection
- )
- default boolean npcShiftClickWalkHere()
- {
- return false;
- }
-
- @ConfigItem(
- keyName = "swapAdmire",
- name = "Admire",
- description = "Swap Admire with Teleport, Spellbook and Perks (max cape) for mounted skill capes.",
- section = objectSection
- )
- default boolean swapAdmire()
- {
- return true;
- }
-
- @ConfigItem(
- keyName = "swapAssignment",
- name = "Assignment",
- description = "Swap Talk-to with Assignment for Slayer Masters. This will take priority over swapping Trade.",
- section = npcSection
- )
- default boolean swapAssignment()
- {
- return true;
- }
-
- @ConfigItem(
- keyName = "swapBanker",
- name = "Bank",
- description = "Swap Talk-to with Bank on Bank NPC
Example: Banker",
- section = npcSection
- )
- default boolean swapBank()
- {
- return true;
- }
-
- @ConfigItem(
- keyName = "swapBirdhouseEmpty",
- name = "Birdhouse",
- description = "Swap Interact with Empty for birdhouses on Fossil Island",
- section = objectSection
- )
- default boolean swapBirdhouseEmpty()
- {
- return true;
- }
-
- @ConfigItem(
- keyName = "swapBones",
- name = "Bury",
- description = "Swap Bury with Use on Bones",
- section = itemSection
- )
- default boolean swapBones()
- {
- return false;
- }
-
- @ConfigItem(
- keyName = "swapHerbs",
- name = "Clean",
- description = "Swap Clean with Use on Herbs",
- section = itemSection
- )
- default boolean swapHerbs()
- {
- return false;
- }
-
- @ConfigItem(
- keyName = "swapChase",
- name = "Chase",
- description = "Allows to left click your cat to chase",
- section = npcSection
- )
- default boolean swapChase()
- {
- return true;
- }
-
- @ConfigItem(
- keyName = "swapExchange",
- name = "Exchange",
- description = "Swap Talk-to with Exchange on NPC
Example: Grand Exchange Clerk, Tool Leprechaun, Void Knight",
- section = npcSection
- )
- default boolean swapExchange()
- {
- return true;
- }
-
- @ConfigItem(
- keyName = "swapFairyRing",
- name = "Fairy ring",
- description = "Swap Zanaris with Last-destination or Configure on Fairy rings",
- section = objectSection
- )
- default FairyRingMode swapFairyRing()
- {
- return FairyRingMode.LAST_DESTINATION;
- }
-
- @ConfigItem(
- keyName = "swapHarpoon",
- name = "Harpoon",
- description = "Swap Cage, Big Net with Harpoon on Fishing spot",
- section = objectSection
- )
- default boolean swapHarpoon()
- {
- return false;
- }
-
- @ConfigItem(
- keyName = "swapBait",
- name = "Bait",
- description = "Swap Lure, Small Net with Bait on Fishing spot",
- section = objectSection
- )
- default boolean swapBait()
- {
- return false;
- }
-
- @ConfigItem(
- keyName = "swapHelp",
- name = "Help",
- description = "Swap Talk-to with Help on Arceuus library customers",
- section = npcSection
- )
- default boolean swapHelp()
- {
- return true;
- }
-
- @ConfigItem(
- keyName = "swapHomePortal",
- name = "Home",
- description = "Swap Enter with Home or Build or Friend's house on Portal",
- section = objectSection
- )
- default HouseMode swapHomePortal()
- {
- return HouseMode.HOME;
- }
-
- @ConfigItem(
- keyName = "swapPay",
- name = "Pay",
- description = "Swap Talk-to with Pay on NPC
Example: Elstan, Heskel, Fayeth",
- section = npcSection
- )
- default boolean swapPay()
- {
- return true;
- }
-
- @ConfigItem(
- keyName = "swapJewelleryBox",
- name = "Jewellery Box",
- description = "Swap Teleport Menu with previous destination on Jewellery Box",
- section = objectSection
- )
- default boolean swapJewelleryBox()
- {
- return false;
- }
-
- @ConfigItem(
- keyName = "swapPortalNexus",
- name = "Portal Nexus",
- description = "Swap Teleport options with Teleport Menu on the Portal Nexus",
- section = objectSection
- )
- default boolean swapPortalNexus()
- {
- return false;
- }
-
- @ConfigItem(
- keyName = "swapPrivate",
- name = "Private",
- description = "Swap Shared with Private on the Chambers of Xeric storage units.",
- section = objectSection
- )
- default boolean swapPrivate()
- {
- return false;
- }
-
- @ConfigItem(
- keyName = "swapPick",
- name = "Pick",
- description = "Swap Pick with Pick-lots of the Gourd tree in the Chambers of Xeric",
- section = objectSection
- )
- default boolean swapPick()
- {
- return false;
- }
-
- @ConfigItem(
- keyName = "swapQuick",
- name = "Quick Pass/Open/Start/Travel",
- description = "Swap Pass with Quick-Pass, Open with Quick-Open, Ring with Quick-Start and Talk-to with Quick-Travel",
- section = objectSection
- )
- default boolean swapQuick()
- {
- return true;
- }
-
- @ConfigItem(
- keyName = "swapBoxTrap",
- name = "Reset",
- description = "Swap Check with Reset on box trap",
- section = objectSection
- )
- default boolean swapBoxTrap()
- {
- return true;
- }
-
- @ConfigItem(
- keyName = "swapTeleportItem",
- name = "Teleport item",
- description = "Swap Wear, Wield with Rub, Teleport on teleport item
Example: Amulet of glory, Explorer's ring, Chronicle",
- section = itemSection
- )
- default boolean swapTeleportItem()
- {
- return false;
- }
-
- @ConfigItem(
- keyName = "teleportSubmenus",
- name = "Teleport submenus",
- description = "Use submenus for max, construction, hunter, and diary cape teleports",
- section = itemSection
- )
- default boolean teleportSubmenus()
- {
- return false;
- }
-
- @ConfigItem(
- keyName = "swapTeleToPoh",
- name = "Tele to POH",
- description = "Swap Wear with Tele to POH on the construction cape",
- section = itemSection
- )
- default boolean swapTeleToPoh()
- {
- return false;
- }
-
- @ConfigItem(
- keyName = "swapKaramjaGloves",
- name = "Karamja Gloves",
- description = "Swap Wear with the Gem Mine or the Slayer Master teleport on the Karamja Gloves 3 and 4",
- section = itemSection
- )
- default KaramjaGlovesMode swapKaramjaGlovesMode()
- {
- return KaramjaGlovesMode.WEAR;
- }
-
- @ConfigItem(
- keyName = "swapArdougneCloak",
- name = "Ardougne Cloak",
- description = "Swap Wear with Monastery Teleport or Farm Teleport on the Ardougne cloak.",
- section = itemSection
- )
- default ArdougneCloakMode swapArdougneCloakMode()
- {
- return ArdougneCloakMode.WEAR;
- }
-
- @ConfigItem(
- keyName = "swapRadasBlessing",
- name = "Rada's Blessing",
- description = "Swap Equip with the Woodland or Mount Karuulm teleport on Rada's Blessing.",
- section = itemSection
- )
- default RadasBlessingMode swapRadasBlessingMode()
- {
- return RadasBlessingMode.EQUIP;
- }
-
- @ConfigItem(
- keyName = "swapMorytaniaLegs",
- name = "Morytania Legs",
- description = "Swap Wear with the Ectofuntus or Burgh de Rott teleport on the Morytania Legs.",
- section = itemSection
- )
- default MorytaniaLegsMode swapMorytaniaLegsMode()
- {
- return MorytaniaLegsMode.WEAR;
- }
-
- @ConfigItem(
- keyName = "swapDesertAmulet",
- name = "Desert Amulet",
- description = "Swap Wear with the Nardah or Kalphite Cave teleport on Desert Amulet 4.",
- section = itemSection
- )
- default DesertAmuletMode swapDesertAmuletMode()
- {
- return DesertAmuletMode.WEAR;
- }
-
- @ConfigItem(
- keyName = "swapAbyssTeleport",
- name = "Teleport to Abyss",
- description = "Swap Talk-to with Teleport for the Mage of Zamorak",
- section = npcSection
- )
- default boolean swapAbyssTeleport()
- {
- return true;
- }
-
- @ConfigItem(
- keyName = "swapTrade",
- name = "Trade",
- description = "Swap Talk-to with Trade on NPC
Example: Shop keeper, Shop assistant",
- section = npcSection
- )
- default boolean swapTrade()
- {
- return true;
- }
-
- @ConfigItem(
- keyName = "swapTravel",
- name = "Travel",
- description = "Swap Talk-to with Travel, Take-boat, Pay-fare, Charter on NPC
Example: Squire, Monk of Entrana, Customs officer, Trader Crewmember",
- section = npcSection
- )
- default boolean swapTravel()
- {
- return true;
- }
-
- @ConfigItem(
- keyName = "swapGEItemCollect",
- name = "GE Item Collect",
- description = "Swap Collect-notes, Collect-items, or Bank options from GE offer",
- section = uiSection
- )
- default GEItemCollectMode swapGEItemCollect()
- {
- return GEItemCollectMode.DEFAULT;
- }
-
- @ConfigItem(
- keyName = "swapGEAbort",
- name = "GE Abort",
- description = "Swap abort offer on Grand Exchange offers when shift-clicking",
- section = uiSection
- )
- default boolean swapGEAbort()
- {
- return false;
- }
-
- @ConfigItem(
- keyName = "bankWithdrawShiftClick",
- name = "Bank Withdraw Shift-Click",
- description = "Swaps the behavior of shift-click when withdrawing from bank.",
- section = uiSection
- )
- default ShiftWithdrawMode bankWithdrawShiftClick()
- {
- return ShiftWithdrawMode.OFF;
- }
-
- @ConfigItem(
- keyName = "bankDepositShiftClick",
- name = "Bank Deposit Shift-Click",
- description = "Swaps the behavior of shift-click when depositing to bank.",
- section = uiSection
- )
- default ShiftDepositMode bankDepositShiftClick()
- {
- return ShiftDepositMode.OFF;
- }
-
- @ConfigItem(
- keyName = "shopBuy",
- name = "Shop Buy Shift-Click",
- description = "Swaps the Buy options with Value on items in shops when shift is held.",
- section = uiSection
- )
- default BuyMode shopBuy()
- {
- return BuyMode.OFF;
- }
-
- @ConfigItem(
- keyName = "shopSell",
- name = "Shop Sell Shift-Click",
- description = "Swaps the Sell options with Value on items in your inventory when selling to shops when shift is held.",
- section = uiSection
- )
- default SellMode shopSell()
- {
- return SellMode.OFF;
- }
-
- @ConfigItem(
- keyName = "swapEssenceMineTeleport",
- name = "Essence Mine Teleport",
- description = "Swaps Talk-To with Teleport for NPCs which teleport you to the essence mine",
- section = npcSection
- )
- default boolean swapEssenceMineTeleport()
- {
- return false;
- }
-
- @ConfigItem(
- keyName = "swapTan",
- name = "Tan",
- description = "Swap Tan 1 with Tan All",
- section = uiSection
- )
- default boolean swapTan()
- {
- return false;
- }
-
- @ConfigItem(
- keyName = "swapDepositItems",
- name = "Deposit Items",
- description = "Swap Talk-to with Deposit-items",
- section = npcSection
- )
- default boolean swapDepositItems()
- {
- return false;
- }
-
- enum StairsMode
- {
- CLIMB,
- CLIMB_UP,
- CLIMB_DOWN,
- }
-
- @ConfigItem(
- keyName = "swapStairsLeftClick",
- name = "Stairs left-click",
- description = "Swap this option when left-clicking stairs. Also works on ladders.",
- section = objectSection
- )
- default StairsMode swapStairsLeftClick()
- {
- return StairsMode.CLIMB;
- }
-
- @ConfigItem(
- keyName = "swapStairsShiftClick",
- name = "Stairs shift-click",
- description = "Swap this option when shift-clicking stairs. Also works on ladders.",
- section = objectSection
- )
- default StairsMode swapStairsShiftClick()
- {
- return StairsMode.CLIMB;
- }
-
- @ConfigItem(
- keyName = "swapTemporossLeave",
- name = "Tempoross Leave",
- description = "Swap Talk-to with Leave after subduing Tempoross",
- section = npcSection
- )
- default boolean swapTemporossLeave()
- {
- return false;
- }
-
- @ConfigItem(
- keyName = "removeDeadNpcMenus",
- name = "Remove dead npc menus",
- description = "Remove menu options such as Attack and Talk-to from dead npcs",
- section = npcSection
- )
- default boolean removeDeadNpcMenus()
- {
- return false;
- }
-
- @ConfigItem(
- position = -1,
- keyName = "groundItemShiftClickWalkHere",
- name = "Shift click Walk here",
- description = "Swaps Walk here on shift click on all ground items",
- section = groundItemSection
- )
- default boolean groundItemShiftClickWalkHere()
- {
- return false;
- }
-}
+/*
+ * Copyright (c) 2018, Adam
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright notice, this
+ * list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright notice,
+ * this list of conditions and the following disclaimer in the documentation
+ * and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+ * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+package net.runelite.client.plugins.menuentryswapper;
+
+import net.runelite.client.config.Config;
+import net.runelite.client.config.ConfigGroup;
+import net.runelite.client.config.ConfigItem;
+import net.runelite.client.config.ConfigSection;
+
+@ConfigGroup(MenuEntrySwapperConfig.GROUP)
+public interface MenuEntrySwapperConfig extends Config
+{
+ String GROUP = "menuentryswapper";
+
+ @ConfigSection(
+ name = "Item swaps",
+ description = "All options that swap item menu entries",
+ position = 0,
+ closedByDefault = true
+ )
+ String itemSection = "items";
+
+ @ConfigSection(
+ name = "NPC swaps",
+ description = "All options that swap NPC menu entries",
+ position = 1,
+ closedByDefault = true
+ )
+ String npcSection = "npcs";
+
+ @ConfigSection(
+ name = "Object swaps",
+ description = "All options that swap object menu entries",
+ position = 2,
+ closedByDefault = true
+ )
+ String objectSection = "objects";
+
+ @ConfigSection(
+ name = "UI swaps",
+ description = "All options that swap entries in the UI (except Items)",
+ position = 3,
+ closedByDefault = true
+ )
+ String uiSection = "ui";
+
+ @ConfigSection(
+ name = "Ground item swaps",
+ description = "All options that swap ground item menu entries",
+ position = 4,
+ closedByDefault = true
+ )
+ String groundItemSection = "groundItems";
+
+ enum ArdougneCloakMode
+ {
+ WEAR,
+ MONASTERY,
+ FARM,
+ }
+
+ enum KaramjaGlovesMode
+ {
+ WEAR,
+ GEM_MINE,
+ SLAYER_MASTER,
+ }
+
+ enum MorytaniaLegsMode
+ {
+ WEAR,
+ ECTOFUNTUS,
+ BURGH_DE_ROTT;
+
+ @Override
+ public String toString()
+ {
+ switch (this)
+ {
+ case BURGH_DE_ROTT:
+ return "Burgh de Rott";
+ default:
+ return name();
+ }
+ }
+ }
+
+ enum RadasBlessingMode
+ {
+ EQUIP,
+ KOUREND_WOODLAND,
+ MOUNT_KARUULM,
+ }
+
+ enum DesertAmuletMode
+ {
+ WEAR,
+ NARDAH,
+ KALPHITE_CAVE,
+ }
+
+ @ConfigItem(
+ position = -3,
+ keyName = "leftClickCustomization",
+ name = "Customizable left-click",
+ description = "Allows customization of left-clicks on items",
+ section = itemSection
+ )
+ default boolean leftClickCustomization()
+ {
+ return true;
+ }
+
+ @ConfigItem(
+ position = -2,
+ keyName = "shiftClickCustomization",
+ name = "Customizable shift-click",
+ description = "Allows customization of shift-clicks on items",
+ section = itemSection
+ )
+ default boolean shiftClickCustomization()
+ {
+ return true;
+ }
+
+ @ConfigItem(
+ position = -2,
+ keyName = "objectLeftClickCustomization",
+ name = "Customizable left and shift click",
+ description = "Allows customization of left-clicks on objects",
+ section = objectSection
+ )
+ default boolean objectCustomization()
+ {
+ return true;
+ }
+
+ @ConfigItem(
+ position = -2,
+ keyName = "objectShiftClickWalkHere",
+ name = "Shift click Walk here",
+ description = "Swaps Walk here on shift click on all objects",
+ section = objectSection
+ )
+ default boolean objectShiftClickWalkHere()
+ {
+ return false;
+ }
+
+ @ConfigItem(
+ position = -3,
+ keyName = "npcLeftClickCustomization",
+ name = "Customizable left and shift click",
+ description = "Allows customization of left-clicks on NPCs",
+ section = npcSection
+ )
+ default boolean npcCustomization()
+ {
+ return true;
+ }
+
+ @ConfigItem(
+ position = -2,
+ keyName = "npcShiftClickWalkHere",
+ name = "Shift click Walk here",
+ description = "Swaps Walk here on shift click on all NPCs",
+ section = npcSection
+ )
+ default boolean npcShiftClickWalkHere()
+ {
+ return false;
+ }
+
+ @ConfigItem(
+ keyName = "swapAdmire",
+ name = "Admire",
+ description = "Swap Admire with Teleport, Spellbook and Perks (max cape) for mounted skill capes.",
+ section = objectSection
+ )
+ default boolean swapAdmire()
+ {
+ return true;
+ }
+
+ @ConfigItem(
+ keyName = "swapAssignment",
+ name = "Assignment",
+ description = "Swap Talk-to with Assignment for Slayer Masters. This will take priority over swapping Trade.",
+ section = npcSection
+ )
+ default boolean swapAssignment()
+ {
+ return true;
+ }
+
+ @ConfigItem(
+ keyName = "swapBanker",
+ name = "Bank",
+ description = "Swap Talk-to with Bank on Bank NPC
Example: Banker",
+ section = npcSection
+ )
+ default boolean swapBank()
+ {
+ return true;
+ }
+
+ @ConfigItem(
+ keyName = "swapBirdhouseEmpty",
+ name = "Birdhouse",
+ description = "Swap Interact with Empty for birdhouses on Fossil Island",
+ section = objectSection
+ )
+ default boolean swapBirdhouseEmpty()
+ {
+ return true;
+ }
+
+ @ConfigItem(
+ keyName = "swapBones",
+ name = "Bury",
+ description = "Swap Bury with Use on Bones",
+ section = itemSection
+ )
+ default boolean swapBones()
+ {
+ return false;
+ }
+
+ @ConfigItem(
+ keyName = "swapHerbs",
+ name = "Clean",
+ description = "Swap Clean with Use on Herbs",
+ section = itemSection
+ )
+ default boolean swapHerbs()
+ {
+ return false;
+ }
+
+ @ConfigItem(
+ keyName = "swapChase",
+ name = "Chase",
+ description = "Allows to left click your cat to chase",
+ section = npcSection
+ )
+ default boolean swapChase()
+ {
+ return true;
+ }
+
+ @ConfigItem(
+ keyName = "swapExchange",
+ name = "Exchange",
+ description = "Swap Talk-to with Exchange on NPC
Example: Grand Exchange Clerk, Tool Leprechaun, Void Knight",
+ section = npcSection
+ )
+ default boolean swapExchange()
+ {
+ return true;
+ }
+
+ @ConfigItem(
+ keyName = "swapFairyRing",
+ name = "Fairy ring",
+ description = "Swap Zanaris with Last-destination or Configure on Fairy rings",
+ section = objectSection
+ )
+ default FairyRingMode swapFairyRing()
+ {
+ return FairyRingMode.LAST_DESTINATION;
+ }
+
+ @ConfigItem(
+ keyName = "swapHarpoon",
+ name = "Harpoon",
+ description = "Swap Cage, Big Net with Harpoon on Fishing spot",
+ section = objectSection
+ )
+ default boolean swapHarpoon()
+ {
+ return false;
+ }
+
+ @ConfigItem(
+ keyName = "swapBait",
+ name = "Bait",
+ description = "Swap Lure, Small Net with Bait on Fishing spot",
+ section = objectSection
+ )
+ default boolean swapBait()
+ {
+ return false;
+ }
+
+ @ConfigItem(
+ keyName = "swapHelp",
+ name = "Help",
+ description = "Swap Talk-to with Help on Arceuus library customers",
+ section = npcSection
+ )
+ default boolean swapHelp()
+ {
+ return true;
+ }
+
+ @ConfigItem(
+ keyName = "swapHomePortal",
+ name = "Home",
+ description = "Swap Enter with Home or Build or Friend's house on Portal",
+ section = objectSection
+ )
+ default HouseMode swapHomePortal()
+ {
+ return HouseMode.HOME;
+ }
+
+ @ConfigItem(
+ keyName = "swapPay",
+ name = "Pay",
+ description = "Swap Talk-to with Pay on NPC
Example: Elstan, Heskel, Fayeth",
+ section = npcSection
+ )
+ default boolean swapPay()
+ {
+ return true;
+ }
+
+ @ConfigItem(
+ keyName = "swapJewelleryBox",
+ name = "Jewellery box",
+ description = "Swap Teleport Menu with previous destination on Jewellery Box",
+ section = objectSection
+ )
+ default boolean swapJewelleryBox()
+ {
+ return false;
+ }
+
+ @ConfigItem(
+ keyName = "swapPortalNexus",
+ name = "Portal nexus",
+ description = "Swap Teleport options with Teleport Menu on the Portal Nexus",
+ section = objectSection
+ )
+ default boolean swapPortalNexus()
+ {
+ return false;
+ }
+
+ @ConfigItem(
+ keyName = "swapPrivate",
+ name = "Private",
+ description = "Swap Shared with Private on the Chambers of Xeric storage units.",
+ section = objectSection
+ )
+ default boolean swapPrivate()
+ {
+ return false;
+ }
+
+ @ConfigItem(
+ keyName = "swapPick",
+ name = "Pick",
+ description = "Swap Pick with Pick-lots of the Gourd tree in the Chambers of Xeric",
+ section = objectSection
+ )
+ default boolean swapPick()
+ {
+ return false;
+ }
+
+ @ConfigItem(
+ keyName = "swapQuick",
+ name = "Quick pass/open/start/travel",
+ description = "Swap Pass with Quick-Pass, Open with Quick-Open, Ring with Quick-Start and Talk-to with Quick-Travel",
+ section = objectSection
+ )
+ default boolean swapQuick()
+ {
+ return true;
+ }
+
+ @ConfigItem(
+ keyName = "swapBoxTrap",
+ name = "Reset",
+ description = "Swap Check with Reset on box trap",
+ section = objectSection
+ )
+ default boolean swapBoxTrap()
+ {
+ return true;
+ }
+
+ @ConfigItem(
+ keyName = "swapTeleportItem",
+ name = "Teleport item",
+ description = "Swap Wear, Wield with Rub, Teleport on teleport item
Example: Amulet of glory, Explorer's ring, Chronicle",
+ section = itemSection
+ )
+ default boolean swapTeleportItem()
+ {
+ return false;
+ }
+
+ @ConfigItem(
+ keyName = "teleportSubmenus",
+ name = "Teleport submenus",
+ description = "Use submenus for max, construction, hunter, and diary cape teleports",
+ section = itemSection
+ )
+ default boolean teleportSubmenus()
+ {
+ return false;
+ }
+
+ @ConfigItem(
+ keyName = "swapTeleToPoh",
+ name = "Tele to POH",
+ description = "Swap Wear with Tele to POH on the construction cape",
+ section = itemSection
+ )
+ default boolean swapTeleToPoh()
+ {
+ return false;
+ }
+
+ @ConfigItem(
+ keyName = "swapKaramjaGloves",
+ name = "Karamja gloves",
+ description = "Swap Wear with the Gem Mine or the Slayer Master teleport on the Karamja Gloves 3 and 4",
+ section = itemSection
+ )
+ default KaramjaGlovesMode swapKaramjaGlovesMode()
+ {
+ return KaramjaGlovesMode.WEAR;
+ }
+
+ @ConfigItem(
+ keyName = "swapArdougneCloak",
+ name = "Ardougne cloak",
+ description = "Swap Wear with Monastery Teleport or Farm Teleport on the Ardougne cloak.",
+ section = itemSection
+ )
+ default ArdougneCloakMode swapArdougneCloakMode()
+ {
+ return ArdougneCloakMode.WEAR;
+ }
+
+ @ConfigItem(
+ keyName = "swapRadasBlessing",
+ name = "Rada's blessing",
+ description = "Swap Equip with the Woodland or Mount Karuulm teleport on Rada's Blessing.",
+ section = itemSection
+ )
+ default RadasBlessingMode swapRadasBlessingMode()
+ {
+ return RadasBlessingMode.EQUIP;
+ }
+
+ @ConfigItem(
+ keyName = "swapMorytaniaLegs",
+ name = "Morytania legs",
+ description = "Swap Wear with the Ectofuntus or Burgh de Rott teleport on the Morytania Legs.",
+ section = itemSection
+ )
+ default MorytaniaLegsMode swapMorytaniaLegsMode()
+ {
+ return MorytaniaLegsMode.WEAR;
+ }
+
+ @ConfigItem(
+ keyName = "swapDesertAmulet",
+ name = "Desert amulet",
+ description = "Swap Wear with the Nardah or Kalphite Cave teleport on Desert Amulet 4.",
+ section = itemSection
+ )
+ default DesertAmuletMode swapDesertAmuletMode()
+ {
+ return DesertAmuletMode.WEAR;
+ }
+
+ @ConfigItem(
+ keyName = "swapAbyssTeleport",
+ name = "Teleport to abyss",
+ description = "Swap Talk-to with Teleport for the Mage of Zamorak",
+ section = npcSection
+ )
+ default boolean swapAbyssTeleport()
+ {
+ return true;
+ }
+
+ @ConfigItem(
+ keyName = "swapTrade",
+ name = "Trade",
+ description = "Swap Talk-to with Trade on NPC
Example: Shop keeper, Shop assistant",
+ section = npcSection
+ )
+ default boolean swapTrade()
+ {
+ return true;
+ }
+
+ @ConfigItem(
+ keyName = "swapTravel",
+ name = "Travel",
+ description = "Swap Talk-to with Travel, Take-boat, Pay-fare, Charter on NPC
Example: Squire, Monk of Entrana, Customs officer, Trader Crewmember",
+ section = npcSection
+ )
+ default boolean swapTravel()
+ {
+ return true;
+ }
+
+ @ConfigItem(
+ keyName = "swapGEItemCollect",
+ name = "GE item collect",
+ description = "Swap Collect-notes, Collect-items, or Bank options from GE offer",
+ section = uiSection
+ )
+ default GEItemCollectMode swapGEItemCollect()
+ {
+ return GEItemCollectMode.DEFAULT;
+ }
+
+ @ConfigItem(
+ keyName = "swapGEAbort",
+ name = "GE abort",
+ description = "Swap abort offer on Grand Exchange offers when shift-clicking",
+ section = uiSection
+ )
+ default boolean swapGEAbort()
+ {
+ return false;
+ }
+
+ @ConfigItem(
+ keyName = "bankWithdrawShiftClick",
+ name = "Bank withdraw shift-click",
+ description = "Swaps the behavior of shift-click when withdrawing from bank.",
+ section = uiSection
+ )
+ default ShiftWithdrawMode bankWithdrawShiftClick()
+ {
+ return ShiftWithdrawMode.OFF;
+ }
+
+ @ConfigItem(
+ keyName = "bankDepositShiftClick",
+ name = "Bank deposit shift-click",
+ description = "Swaps the behavior of shift-click when depositing to bank.",
+ section = uiSection
+ )
+ default ShiftDepositMode bankDepositShiftClick()
+ {
+ return ShiftDepositMode.OFF;
+ }
+
+ @ConfigItem(
+ keyName = "shopBuy",
+ name = "Shop buy shift-click",
+ description = "Swaps the Buy options with Value on items in shops when shift is held.",
+ section = uiSection
+ )
+ default BuyMode shopBuy()
+ {
+ return BuyMode.OFF;
+ }
+
+ @ConfigItem(
+ keyName = "shopSell",
+ name = "Shop sell shift-click",
+ description = "Swaps the Sell options with Value on items in your inventory when selling to shops when shift is held.",
+ section = uiSection
+ )
+ default SellMode shopSell()
+ {
+ return SellMode.OFF;
+ }
+
+ @ConfigItem(
+ keyName = "swapEssenceMineTeleport",
+ name = "Essence mine teleport",
+ description = "Swaps Talk-To with Teleport for NPCs which teleport you to the essence mine",
+ section = npcSection
+ )
+ default boolean swapEssenceMineTeleport()
+ {
+ return false;
+ }
+
+ @ConfigItem(
+ keyName = "swapTan",
+ name = "Tan",
+ description = "Swap Tan 1 with Tan All",
+ section = uiSection
+ )
+ default boolean swapTan()
+ {
+ return false;
+ }
+
+ @ConfigItem(
+ keyName = "swapDepositItems",
+ name = "Deposit items",
+ description = "Swap Talk-to with Deposit-items",
+ section = npcSection
+ )
+ default boolean swapDepositItems()
+ {
+ return false;
+ }
+
+ enum StairsMode
+ {
+ CLIMB,
+ CLIMB_UP,
+ CLIMB_DOWN,
+ }
+
+ @ConfigItem(
+ keyName = "swapStairsLeftClick",
+ name = "Stairs left-click",
+ description = "Swap this option when left-clicking stairs. Also works on ladders.",
+ section = objectSection
+ )
+ default StairsMode swapStairsLeftClick()
+ {
+ return StairsMode.CLIMB;
+ }
+
+ @ConfigItem(
+ keyName = "swapStairsShiftClick",
+ name = "Stairs shift-click",
+ description = "Swap this option when shift-clicking stairs. Also works on ladders.",
+ section = objectSection
+ )
+ default StairsMode swapStairsShiftClick()
+ {
+ return StairsMode.CLIMB;
+ }
+
+ @ConfigItem(
+ keyName = "swapTemporossLeave",
+ name = "Tempoross leave",
+ description = "Swap Talk-to with Leave after subduing Tempoross",
+ section = npcSection
+ )
+ default boolean swapTemporossLeave()
+ {
+ return false;
+ }
+
+ @ConfigItem(
+ keyName = "removeDeadNpcMenus",
+ name = "Remove dead NPC menus",
+ description = "Remove menu options such as Attack and Talk-to from dead npcs",
+ section = npcSection
+ )
+ default boolean removeDeadNpcMenus()
+ {
+ return false;
+ }
+
+ @ConfigItem(
+ position = -1,
+ keyName = "groundItemShiftClickWalkHere",
+ name = "Shift click Walk here",
+ description = "Swaps Walk here on shift click on all ground items",
+ section = groundItemSection
+ )
+ default boolean groundItemShiftClickWalkHere()
+ {
+ return false;
+ }
+}
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/minimap/MinimapConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/minimap/MinimapConfig.java
index 28074575a05..09e84c58e42 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/minimap/MinimapConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/minimap/MinimapConfig.java
@@ -104,7 +104,7 @@ default boolean hideMinimap()
@ConfigItem(
keyName = "clan", // old name from prior to clans
- name = "Friends Chat color",
+ name = "Friends chat color",
description = "Set the minimap color your friends chat members are drawn in",
section = minimapDotSection
)
@@ -112,7 +112,7 @@ default boolean hideMinimap()
@ConfigItem(
keyName = "clanchat",
- name = "Clan Chat color",
+ name = "Clan chat color",
description = "Set the minimap color your clan chat members are drawn in",
section = minimapDotSection
)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/mousehighlight/MouseHighlightConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/mousehighlight/MouseHighlightConfig.java
index dd1ab5fb205..1c62c5a15e5 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/mousehighlight/MouseHighlightConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/mousehighlight/MouseHighlightConfig.java
@@ -34,7 +34,7 @@ public interface MouseHighlightConfig extends Config
@ConfigItem(
position = 0,
keyName = "uiTooltip",
- name = "Interface Tooltips",
+ name = "Interface tooltips",
description = "Whether or not tooltips are shown on interfaces"
)
default boolean uiTooltip()
@@ -45,7 +45,7 @@ default boolean uiTooltip()
@ConfigItem(
position = 1,
keyName = "chatboxTooltip",
- name = "Chatbox Tooltips",
+ name = "Chatbox tooltips",
description = "Whether or not tooltips are shown over the chatbox"
)
default boolean chatboxTooltip()
@@ -56,7 +56,7 @@ default boolean chatboxTooltip()
@ConfigItem(
position = 2,
keyName = "disableSpellbooktooltip",
- name = "Disable Spellbook Tooltips",
+ name = "Disable spellbook tooltips",
description = "Disable Spellbook Tooltips so they don't cover descriptions"
)
default boolean disableSpellbooktooltip()
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/nightmarezone/NightmareZoneConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/nightmarezone/NightmareZoneConfig.java
index 84df55c1576..da24e2869c5 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/nightmarezone/NightmareZoneConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/nightmarezone/NightmareZoneConfig.java
@@ -81,7 +81,7 @@ default Notification zapperNotification()
@ConfigItem(
keyName = "ultimateforcenotification",
- name = "Ultimate Force notification",
+ name = "Ultimate force notification",
description = "Toggles notifications when an ultimate force power-up appears",
position = 5
)
@@ -130,7 +130,7 @@ default Notification absorptionNotification()
@ConfigItem(
keyName = "absorptionthreshold",
- name = "Absorption Threshold",
+ name = "Absorption threshold",
description = "The amount of absorption points to send a notification at",
position = 9
)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/npchighlight/NpcIndicatorsConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/npchighlight/NpcIndicatorsConfig.java
index 4d920933013..fc66761e8ec 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/npchighlight/NpcIndicatorsConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/npchighlight/NpcIndicatorsConfig.java
@@ -120,7 +120,7 @@ default boolean highlightOutline()
@ConfigItem(
position = 10,
keyName = "npcColor",
- name = "Highlight Color",
+ name = "Highlight color",
description = "Color of the NPC highlight border, menu, and text",
section = renderStyleSection
)
@@ -133,7 +133,7 @@ default Color highlightColor()
@ConfigItem(
position = 11,
keyName = "fillColor",
- name = "Fill Color",
+ name = "Fill color",
description = "Color of the NPC highlight fill",
section = renderStyleSection
)
@@ -145,7 +145,7 @@ default Color fillColor()
@ConfigItem(
position = 12,
keyName = "borderWidth",
- name = "Border Width",
+ name = "Border width",
description = "Width of the highlighted NPC border",
section = renderStyleSection
)
@@ -173,7 +173,7 @@ default int outlineFeather()
@ConfigItem(
position = 7,
keyName = "npcToHighlight",
- name = "NPCs to Highlight",
+ name = "NPCs to highlight",
description = "List of NPC names to highlight. Format: (NPC), (NPC)"
)
default String getNpcToHighlight()
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/npcunaggroarea/NpcAggroAreaConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/npcunaggroarea/NpcAggroAreaConfig.java
index 691998050c2..eeef55e2c8d 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/npcunaggroarea/NpcAggroAreaConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/npcunaggroarea/NpcAggroAreaConfig.java
@@ -110,7 +110,7 @@ default Color unaggroAreaColor()
@ConfigItem(
keyName = "notifyExpire",
- name = "Notify Expiration",
+ name = "Notify expiration",
description = "Send a notification when the unaggressive timer expires",
position = 7
)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/objectindicators/ObjectIndicatorsConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/objectindicators/ObjectIndicatorsConfig.java
index 6a73b6dc619..88f85b30187 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/objectindicators/ObjectIndicatorsConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/objectindicators/ObjectIndicatorsConfig.java
@@ -117,7 +117,7 @@ default Color markerColor()
@ConfigItem(
position = 6,
keyName = "borderWidth",
- name = "Border Width",
+ name = "Border width",
description = "Width of the marked object border",
section = renderStyleSection
)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/party/PartyConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/party/PartyConfig.java
index 177409e5072..63d22559f35 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/party/PartyConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/party/PartyConfig.java
@@ -85,7 +85,7 @@ default Keybind pingHotkey()
@ConfigItem(
keyName = "memberColor",
- name = "Self-Color",
+ name = "Self-color",
description = "Which color you will appear as in the party panel and tile pings.",
position = 5
)
@@ -100,7 +100,7 @@ default Keybind pingHotkey()
void setMemberColor(Color newMemberColor);
@ConfigSection(
- name = "Player Status Overlay",
+ name = "Player status overlay",
description = "Player status such as health, prayer, and special attack energy drawn on player models.",
position = 100
)
@@ -109,7 +109,7 @@ default Keybind pingHotkey()
@ConfigItem(
section = SECTION_STATUS_OVERLAY,
keyName = "statusOverlayHealth",
- name = "Show Health",
+ name = "Show health",
description = "Show health of party members on the player model.",
position = 101
)
@@ -121,7 +121,7 @@ default boolean statusOverlayHealth()
@ConfigItem(
section = SECTION_STATUS_OVERLAY,
keyName = "statusOverlayPrayer",
- name = "Show Prayer",
+ name = "Show prayer",
description = "Show prayer of party members on the player model.",
position = 102
)
@@ -133,7 +133,7 @@ default boolean statusOverlayPrayer()
@ConfigItem(
section = SECTION_STATUS_OVERLAY,
keyName = "statusOverlayStamina",
- name = "Show Run Energy",
+ name = "Show run energy",
description = "Show run energy (stamina) of party members on the player model.",
position = 103
)
@@ -145,7 +145,7 @@ default boolean statusOverlayStamina()
@ConfigItem(
section = SECTION_STATUS_OVERLAY,
keyName = "statusOverlaySpec",
- name = "Show Spec Energy",
+ name = "Show spec energy",
description = "Show special attack energy of party members on the player model.",
position = 104
)
@@ -157,7 +157,7 @@ default boolean statusOverlaySpec()
@ConfigItem(
section = SECTION_STATUS_OVERLAY,
keyName = "statusOverlayVeng",
- name = "Show Vengeance",
+ name = "Show vengeance",
description = "Show vengeance status (active/inactive) of party members on the player model.",
position = 105
)
@@ -169,7 +169,7 @@ default boolean statusOverlayVeng()
@ConfigItem(
section = SECTION_STATUS_OVERLAY,
keyName = "statusOverlayRenderSelf",
- name = "Show On Self",
+ name = "Show on self",
description = "Show above activated status overlays on your local player.",
position = 106
)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/playerindicators/PlayerIndicatorsConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/playerindicators/PlayerIndicatorsConfig.java
index e9f9f07f22f..5b6b6e2c6c1 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/playerindicators/PlayerIndicatorsConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/playerindicators/PlayerIndicatorsConfig.java
@@ -36,7 +36,7 @@ public interface PlayerIndicatorsConfig extends Config
String GROUP = "playerindicators";
@ConfigSection(
- name = "Highlight Options",
+ name = "Highlight options",
description = "Toggle highlighted players by type (self, friends, etc.) and choose their highlight colors",
position = 99
)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/poh/PohConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/poh/PohConfig.java
index 317be3b2cfa..482f2f91228 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/poh/PohConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/poh/PohConfig.java
@@ -33,7 +33,7 @@ public interface PohConfig extends Config
{
@ConfigItem(
keyName = "showPortals",
- name = "Show Portals",
+ name = "Show portals",
description = "Configures whether to display teleport portals"
)
default boolean showPortals()
@@ -43,7 +43,7 @@ default boolean showPortals()
@ConfigItem(
keyName = "showAltar",
- name = "Show Altar",
+ name = "Show altar",
description = "Configures whether or not the altar is displayed"
)
default boolean showAltar()
@@ -53,7 +53,7 @@ default boolean showAltar()
@ConfigItem(
keyName = "showGlory",
- name = "Show Glory mount",
+ name = "Show glory mount",
description = "Configures whether or not the mounted glory is displayed"
)
default boolean showGlory()
@@ -63,7 +63,7 @@ default boolean showGlory()
@ConfigItem(
keyName = "showPools",
- name = "Show Pools",
+ name = "Show pools",
description = "Configures whether or not the pools are displayed"
)
default boolean showPools()
@@ -73,7 +73,7 @@ default boolean showPools()
@ConfigItem(
keyName = "showRepairStand",
- name = "Show Repair stand",
+ name = "Show repair stand",
description = "Configures whether or not the repair stand is displayed"
)
default boolean showRepairStand()
@@ -83,7 +83,7 @@ default boolean showRepairStand()
@ConfigItem(
keyName = "showExitPortal",
- name = "Show Exit portal",
+ name = "Show exit portal",
description = "Configures whether or not the exit portal is displayed"
)
default boolean showExitPortal()
@@ -93,7 +93,7 @@ default boolean showExitPortal()
@ConfigItem(
keyName = "showBurner",
- name = "Show Incense Burner timers",
+ name = "Show incense burner timers",
description = "Configures whether or not unlit/lit burners are displayed"
)
default boolean showBurner()
@@ -103,7 +103,7 @@ default boolean showBurner()
@ConfigItem(
keyName = "showSpellbook",
- name = "Show Spellbook altar",
+ name = "Show spellbook altar",
description = "Configures whether or not the Spellbook altar is displayed"
)
default boolean showSpellbook()
@@ -113,7 +113,7 @@ default boolean showSpellbook()
@ConfigItem(
keyName = "showJewelleryBox",
- name = "Show Jewellery Box",
+ name = "Show jewellery box",
description = "Configures whether or not the jewellery box is displayed"
)
default boolean showJewelleryBox()
@@ -123,7 +123,7 @@ default boolean showJewelleryBox()
@ConfigItem(
keyName = "showMagicTravel",
- name = "Show Fairy/ Spirit Tree/ Obelisk",
+ name = "Show fairy/ spirit tree/ obelisk",
description = "Configures whether or not the Fairy ring, Spirit tree or Obelisk is displayed"
)
default boolean showMagicTravel()
@@ -133,7 +133,7 @@ default boolean showMagicTravel()
@ConfigItem(
keyName = "showPortalNexus",
- name = "Show Portal Nexus",
+ name = "Show portal nexus",
description = "Configures whether or not the Portal Nexus is displayed"
)
default boolean showPortalNexus()
@@ -143,7 +143,7 @@ default boolean showPortalNexus()
@ConfigItem(
keyName = "showDigsitePendant",
- name = "Show Digsite Pendant",
+ name = "Show digsite pendant",
description = "Configures whether or not the Digsite Pendant is displayed"
)
default boolean showDigsitePendant()
@@ -153,7 +153,7 @@ default boolean showDigsitePendant()
@ConfigItem(
keyName = "showXericsTalisman",
- name = "Show Xeric's Talisman",
+ name = "Show Xeric's talisman",
description = "Configures whether or not the Xeric's Talisman is displayed"
)
default boolean showXericsTalisman()
@@ -163,7 +163,7 @@ default boolean showXericsTalisman()
@ConfigItem(
keyName = "showMythicalCape",
- name = "Show Mythical Cape",
+ name = "Show mythical cape",
description = "Configures whether or not the Mythical Cape is displayed"
)
default boolean showMythicalCape()
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/poison/PoisonConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/poison/PoisonConfig.java
index 6c723d4f717..eb8b99f301b 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/poison/PoisonConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/poison/PoisonConfig.java
@@ -35,7 +35,7 @@ public interface PoisonConfig extends Config
@ConfigItem(
keyName = "showInfoboxes",
- name = "Show Infoboxes",
+ name = "Show infoboxes",
description = "Configures whether to show the infoboxes"
)
default boolean showInfoboxes()
@@ -45,7 +45,7 @@ default boolean showInfoboxes()
@ConfigItem(
keyName = "changeHealthIcon",
- name = "Change HP Orb Icon",
+ name = "Change HP orb icon",
description = "Configures whether the hp orb icon should change color to match poison/disease"
)
default boolean changeHealthIcon()
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/raids/RaidsConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/raids/RaidsConfig.java
index 12d412ee1e6..5d10f4f3421 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/raids/RaidsConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/raids/RaidsConfig.java
@@ -90,7 +90,7 @@ default boolean scoutOverlayInRaid()
@ConfigItem(
position = 5,
keyName = "ccDisplay",
- name = "FC and World in scout overlay",
+ name = "FC and world in scout overlay",
description = "Display current Friends Chat and World in scouting overlay"
)
default boolean fcDisplay()
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/randomevents/RandomEventConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/randomevents/RandomEventConfig.java
index c45f8bd2985..13ceca2e3ac 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/randomevents/RandomEventConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/randomevents/RandomEventConfig.java
@@ -35,7 +35,7 @@
public interface RandomEventConfig extends Config
{
@ConfigSection(
- name = "Notification Settings",
+ name = "Notification settings",
description = "Choose which random events will trigger notifications when spawned",
position = 99
)
@@ -66,7 +66,7 @@ default Notification notifyAllEvents()
@ConfigItem(
keyName = "notifyArnav",
- name = "Notify on Capt' Arnav's Chest",
+ name = "Notify on Capt' Arnav's chest",
description = "",
section = notificationSection
)
@@ -99,7 +99,7 @@ default Notification notifyBob()
@ConfigItem(
keyName = "notifyCerters",
- name = "Notify on Certers",
+ name = "Notify on certers",
description = "",
section = notificationSection
)
@@ -121,7 +121,7 @@ default Notification notifyDemon()
@ConfigItem(
keyName = "notifyDunce",
- name = "Notify on Surprise Exam",
+ name = "Notify on surprise exam",
description = "",
section = notificationSection
)
@@ -154,7 +154,7 @@ default Notification notifyForester()
@ConfigItem(
keyName = "notifyFlippa",
- name = "Notify on Pinball",
+ name = "Notify on pinball",
description = "",
section = notificationSection
)
@@ -165,7 +165,7 @@ default Notification notifyFlippa()
@ConfigItem(
keyName = "notifyFrog",
- name = "Notify on Kiss the Frog",
+ name = "Notify on kiss the frog",
description = "",
section = notificationSection
)
@@ -209,7 +209,7 @@ default Notification notifyJekyll()
@ConfigItem(
keyName = "notifyMaze",
- name = "Notify on Maze",
+ name = "Notify on maze",
description = "",
section = notificationSection
)
@@ -220,7 +220,7 @@ default Notification notifyMaze()
@ConfigItem(
keyName = "notifyMime",
- name = "Notify on Mime",
+ name = "Notify on mime",
description = "",
section = notificationSection
)
@@ -242,7 +242,7 @@ default Notification notifyMoM()
@ConfigItem(
keyName = "notifyPillory",
- name = "Notify on Pillory",
+ name = "Notify on pillory",
description = "",
section = notificationSection
)
@@ -297,7 +297,7 @@ default Notification notifyTurpentine()
@ConfigItem(
keyName = "notifyTwin",
- name = "Notify on Evil twin",
+ name = "Notify on evil twin",
description = "",
section = notificationSection
)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/regenmeter/RegenMeterConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/regenmeter/RegenMeterConfig.java
index a1a528ae58e..1fd23f7f35f 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/regenmeter/RegenMeterConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/regenmeter/RegenMeterConfig.java
@@ -43,7 +43,7 @@ default boolean showHitpoints()
@ConfigItem(
keyName = "showSpecial",
- name = "Show Spec. Attack regen",
+ name = "Show spec. attack regen",
description = "Show a ring around the Special Attack orb")
default boolean showSpecial()
{
@@ -61,7 +61,7 @@ default boolean showWhenNoChange()
@ConfigItem(
keyName = "notifyBeforeHpRegenDuration",
- name = "Hitpoint Notification",
+ name = "Hitpoint notification",
description = "Notify approximately when your next hitpoint is about to regen. A value of 0 will disable notification."
)
@Units(Units.SECONDS)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/reportbutton/ReportButtonConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/reportbutton/ReportButtonConfig.java
index e8d90f2abdf..f1b02213f41 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/reportbutton/ReportButtonConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/reportbutton/ReportButtonConfig.java
@@ -33,7 +33,7 @@ public interface ReportButtonConfig extends Config
{
@ConfigItem(
keyName = "time",
- name = "Display Options",
+ name = "Display options",
description = "Configures what text the report button shows."
)
default TimeStyle time()
@@ -43,7 +43,7 @@ default TimeStyle time()
@ConfigItem(
keyName = "switchTimeFormat",
- name = "Time Format",
+ name = "Time format",
description = "Configures time between 12 or 24 hour time format"
)
default TimeFormat switchTimeFormat()
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/roofremoval/RoofRemovalConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/roofremoval/RoofRemovalConfig.java
index 4a32c41b36b..29007063d80 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/roofremoval/RoofRemovalConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/roofremoval/RoofRemovalConfig.java
@@ -42,7 +42,7 @@ public interface RoofRemovalConfig extends Config
String modesSection = "modes";
@ConfigSection(
- name = "Area Overrides",
+ name = "Area overrides",
description = "Always remove roofs in specific areas",
position = 1
)
@@ -94,7 +94,7 @@ default boolean removeBetween()
@ConfigItem(
keyName = "overridePOH",
- name = "Player Owned House",
+ name = "Player owned house",
description = "Always remove roofs while in the Player Owned House",
section = overridesSection
)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/runecraft/RunecraftConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/runecraft/RunecraftConfig.java
index b0f263cbfce..ae48e7fb8d8 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/runecraft/RunecraftConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/runecraft/RunecraftConfig.java
@@ -37,7 +37,7 @@ public interface RunecraftConfig extends Config
String GROUP = "runecraft";
@ConfigSection(
- name = "Rift Settings",
+ name = "Rift settings",
description = "Abyss rift overlay settings",
position = 99
)
@@ -45,7 +45,7 @@ public interface RunecraftConfig extends Config
@ConfigItem(
keyName = "showRifts",
- name = "Show Rifts in Abyss",
+ name = "Show rifts in abyss",
description = "Configures whether the rifts in the abyss will be displayed",
position = 2,
section = riftSection
@@ -57,7 +57,7 @@ default boolean showRifts()
@ConfigItem(
keyName = "showClickBox",
- name = "Show Rift click box",
+ name = "Show rift click box",
description = "Configures whether to display the click box of the rift",
position = 3,
section = riftSection
@@ -69,7 +69,7 @@ default boolean showClickBox()
@ConfigItem(
keyName = "showAir",
- name = "Show Air rift",
+ name = "Show air rift",
description = "Configures whether to display the air rift",
position = 4,
section = riftSection
@@ -81,7 +81,7 @@ default boolean showAir()
@ConfigItem(
keyName = "showBlood",
- name = "Show Blood rift",
+ name = "Show blood rift",
description = "Configures whether to display the Blood rift",
position = 5,
section = riftSection
@@ -93,7 +93,7 @@ default boolean showBlood()
@ConfigItem(
keyName = "showBody",
- name = "Show Body rift",
+ name = "Show body rift",
description = "Configures whether to display the Body rift",
position = 6,
section = riftSection
@@ -105,7 +105,7 @@ default boolean showBody()
@ConfigItem(
keyName = "showChaos",
- name = "Show Chaos rift",
+ name = "Show chaos rift",
description = "Configures whether to display the Chaos rift",
position = 7,
section = riftSection
@@ -117,7 +117,7 @@ default boolean showChaos()
@ConfigItem(
keyName = "showCosmic",
- name = "Show Cosmic rift",
+ name = "Show cosmic rift",
description = "Configures whether to display the Cosmic rift",
position = 8,
section = riftSection
@@ -129,7 +129,7 @@ default boolean showCosmic()
@ConfigItem(
keyName = "showDeath",
- name = "Show Death rift",
+ name = "Show death rift",
description = "Configures whether to display the Death rift",
position = 9,
section = riftSection
@@ -141,7 +141,7 @@ default boolean showDeath()
@ConfigItem(
keyName = "showEarth",
- name = "Show Earth rift",
+ name = "Show earth rift",
description = "Configures whether to display the Earth rift",
position = 10,
section = riftSection
@@ -153,7 +153,7 @@ default boolean showEarth()
@ConfigItem(
keyName = "showFire",
- name = "Show Fire rift",
+ name = "Show fire rift",
description = "Configures whether to display the Fire rift",
position = 11,
section = riftSection
@@ -165,7 +165,7 @@ default boolean showFire()
@ConfigItem(
keyName = "showLaw",
- name = "Show Law rift",
+ name = "Show law rift",
description = "Configures whether to display the Law rift",
position = 12,
section = riftSection
@@ -177,7 +177,7 @@ default boolean showLaw()
@ConfigItem(
keyName = "showMind",
- name = "Show Mind rift",
+ name = "Show mind rift",
description = "Configures whether to display the Mind rift",
position = 13,
section = riftSection
@@ -189,7 +189,7 @@ default boolean showMind()
@ConfigItem(
keyName = "showNature",
- name = "Show Nature rift",
+ name = "Show nature rift",
description = "Configures whether to display the Nature rift",
position = 14,
section = riftSection
@@ -201,7 +201,7 @@ default boolean showNature()
@ConfigItem(
keyName = "showSoul",
- name = "Show Soul rift",
+ name = "Show soul rift",
description = "Configures whether to display the Soul rift",
position = 15,
section = riftSection
@@ -213,7 +213,7 @@ default boolean showSoul()
@ConfigItem(
keyName = "showWater",
- name = "Show Water rift",
+ name = "Show water rift",
description = "Configures whether to display the Water rift",
position = 16,
section = riftSection
@@ -225,7 +225,7 @@ default boolean showWater()
@ConfigItem(
keyName = "hightlightDarkMage",
- name = "Highlight Dark Mage NPC",
+ name = "Highlight Dark mage NPC",
description = "Configures whether to highlight the Dark Mage when pouches are degraded",
position = 18
)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/runepouch/RunepouchConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/runepouch/RunepouchConfig.java
index 061a0923ff1..bac0b739ff7 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/runepouch/RunepouchConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/runepouch/RunepouchConfig.java
@@ -45,7 +45,7 @@ enum RunepouchOverlayMode
@ConfigItem(
keyName = "fontcolor",
- name = "Font Color",
+ name = "Font color",
description = "Color of the font for the number of runes in pouch",
position = 1
)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/screenshot/ScreenshotConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/screenshot/ScreenshotConfig.java
index d114e9fc3a1..2c19c5c2742 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/screenshot/ScreenshotConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/screenshot/ScreenshotConfig.java
@@ -34,7 +34,7 @@
public interface ScreenshotConfig extends Config
{
@ConfigSection(
- name = "What to Screenshot",
+ name = "What to screenshot",
description = "All the options that select what to screenshot.",
position = 99
)
@@ -42,7 +42,7 @@ public interface ScreenshotConfig extends Config
@ConfigItem(
keyName = "includeFrame",
- name = "Include Client Frame",
+ name = "Include client frame",
description = "Configures whether or not the client frame is included in screenshots.",
position = 0
)
@@ -53,7 +53,7 @@ default boolean includeFrame()
@ConfigItem(
keyName = "displayDate",
- name = "Display Date",
+ name = "Display date",
description = "Configures whether or not the report button shows the date the screenshot was taken.",
position = 1
)
@@ -64,7 +64,7 @@ default boolean displayDate()
@ConfigItem(
keyName = "notifyWhenTaken",
- name = "Notify When Taken",
+ name = "Notify when taken",
description = "Configures whether or not you are notified when a screenshot has been taken.",
position = 2
)
@@ -97,7 +97,7 @@ default Keybind hotkey()
@ConfigItem(
keyName = "rewards",
- name = "Screenshot Rewards",
+ name = "Screenshot rewards",
description = "Configures whether screenshots are taken of clues, barrows, and quest completion.",
position = 3,
section = whatSection
@@ -109,7 +109,7 @@ default boolean screenshotRewards()
@ConfigItem(
keyName = "levels",
- name = "Screenshot Levels",
+ name = "Screenshot levels",
description = "Configures whether screenshots are taken of level ups.",
position = 4,
section = whatSection
@@ -121,7 +121,7 @@ default boolean screenshotLevels()
@ConfigItem(
keyName = "kingdom",
- name = "Screenshot Kingdom Reward",
+ name = "Screenshot kingdom reward",
description = "Configures whether screenshots are taken of Kingdom Reward.",
position = 5,
section = whatSection
@@ -133,7 +133,7 @@ default boolean screenshotKingdom()
@ConfigItem(
keyName = "pets",
- name = "Screenshot Pet",
+ name = "Screenshot pet",
description = "Configures whether screenshots are taken of receiving pets.",
position = 6,
section = whatSection
@@ -145,7 +145,7 @@ default boolean screenshotPet()
@ConfigItem(
keyName = "kills",
- name = "Screenshot PvP Kills",
+ name = "Screenshot PvP kills",
description = "Configures whether or not screenshots are automatically taken of PvP kills.",
position = 8,
section = whatSection
@@ -157,7 +157,7 @@ default boolean screenshotKills()
@ConfigItem(
keyName = "boss",
- name = "Screenshot Boss Kills",
+ name = "Screenshot boss kills",
description = "Configures whether or not screenshots are automatically taken of boss kills.",
position = 9,
section = whatSection
@@ -169,7 +169,7 @@ default boolean screenshotBossKills()
@ConfigItem(
keyName = "playerDeath",
- name = "Screenshot Deaths",
+ name = "Screenshot deaths",
description = "Configures whether or not screenshots are automatically taken when you die.",
position = 10,
section = whatSection
@@ -181,7 +181,7 @@ default boolean screenshotPlayerDeath()
@ConfigItem(
keyName = "friendDeath",
- name = "Screenshot Friend Deaths",
+ name = "Screenshot friend deaths",
description = "Configures whether or not screenshots are automatically taken when friends or friends chat members die.",
position = 11,
section = whatSection
@@ -193,7 +193,7 @@ default boolean screenshotFriendDeath()
@ConfigItem(
keyName = "clanDeath",
- name = "Screenshot Clan Deaths",
+ name = "Screenshot clan deaths",
description = "Configures whether or not screenshots are automatically taken when clan members die.",
position = 12,
section = whatSection
@@ -205,7 +205,7 @@ default boolean screenshotClanDeath()
@ConfigItem(
keyName = "duels",
- name = "Screenshot Duels",
+ name = "Screenshot duels",
description = "Configures whether or not screenshots are automatically taken of the duel end screen.",
position = 13,
section = whatSection
@@ -217,7 +217,7 @@ default boolean screenshotDuels()
@ConfigItem(
keyName = "valuableDrop",
- name = "Screenshot Valuable drops",
+ name = "Screenshot valuable drops",
description = "Configures whether or not screenshots are automatically taken when you receive a valuable drop.
"
+ "Requires 'Loot drop notifications' to be enabled in the RuneScape settings.",
position = 14,
@@ -230,7 +230,7 @@ default boolean screenshotValuableDrop()
@ConfigItem(
keyName = "valuableDropThreshold",
- name = "Valuable Threshold",
+ name = "Valuable threshold",
description = "The minimum value to save screenshots of valuable drops.
"
+ "Requires 'Minimum item value needed for loot notification' to be set to a lesser or equal value in the RuneScape settings.",
position = 15,
@@ -243,7 +243,7 @@ default int valuableDropThreshold()
@ConfigItem(
keyName = "untradeableDrop",
- name = "Screenshot Untradeable drops",
+ name = "Screenshot untradeable drops",
description = "Configures whether or not screenshots are automatically taken when you receive an untradeable drop.
"
+ "Requires 'Untradeable loot notifications' to be enabled in the RuneScape settings.",
position = 16,
@@ -256,7 +256,7 @@ default boolean screenshotUntradeableDrop()
@ConfigItem(
keyName = "ccKick",
- name = "Screenshot Kicks from FC",
+ name = "Screenshot kicks from FC",
description = "Take a screenshot when you kick a user from a friends chat.",
position = 17,
section = whatSection
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/slayer/SlayerConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/slayer/SlayerConfig.java
index 4e37d88ba7b..0cdea24a9de 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/slayer/SlayerConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/slayer/SlayerConfig.java
@@ -49,7 +49,7 @@ public interface SlayerConfig extends Config
@ConfigItem(
position = 1,
keyName = "infobox",
- name = "Task InfoBox",
+ name = "Task infobox",
description = "Display task information in an InfoBox"
)
default boolean showInfobox()
@@ -60,7 +60,7 @@ default boolean showInfobox()
@ConfigItem(
position = 2,
keyName = "itemoverlay",
- name = "Count on Items",
+ name = "Count on items",
description = "Display task count remaining on slayer items"
)
default boolean showItemOverlay()
@@ -82,7 +82,7 @@ default Notification showSuperiorNotification()
@ConfigItem(
position = 4,
keyName = "statTimeout",
- name = "InfoBox Expiry",
+ name = "Infobox expiry",
description = "Set the time until the InfoBox expires"
)
@Units(Units.MINUTES)
@@ -139,7 +139,7 @@ default Color getTargetColor()
@ConfigItem(
position = 9,
keyName = "weaknessPrompt",
- name = "Show Monster Weakness",
+ name = "Show monster weakness",
description = "Show an overlay on a monster when it is weak enough to finish off (Only Lizards, Gargoyles, Rockslugs & Zygomites)"
)
default boolean weaknessPrompt()
@@ -150,7 +150,7 @@ default boolean weaknessPrompt()
@ConfigItem(
position = 10,
keyName = "taskCommand",
- name = "Task Command",
+ name = "Task command",
description = "Configures whether the slayer task command is enabled
!task"
)
default boolean taskCommand()
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/specialcounter/SpecialCounterConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/specialcounter/SpecialCounterConfig.java
index 7be5ebbeefb..fb641f4b82c 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/specialcounter/SpecialCounterConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/specialcounter/SpecialCounterConfig.java
@@ -37,7 +37,7 @@ public interface SpecialCounterConfig extends Config
@ConfigItem(
position = 0,
keyName = "thresholdNotification",
- name = "Threshold Notifications",
+ name = "Threshold notifications",
description = "Sends a notification when your special attack counter exceeds the threshold"
)
default Notification thresholdNotification()
@@ -48,7 +48,7 @@ default Notification thresholdNotification()
@ConfigItem(
position = 1,
keyName = "specDrops",
- name = "Spec Drops",
+ name = "Spec drops",
description = "Draws an overlay over the player when a special attack hits"
)
default boolean specDrops()
@@ -59,7 +59,7 @@ default boolean specDrops()
@ConfigItem(
position = 1,
keyName = "specDropMisses",
- name = "Spec Drop Misses",
+ name = "Spec drop misses",
description = "Draws an overlay over the player when a special attack misses"
)
default boolean specDropMisses()
@@ -70,7 +70,7 @@ default boolean specDropMisses()
@ConfigItem(
position = 2,
keyName = "specDropColor",
- name = "Spec Drop Color",
+ name = "Spec drop color",
description = "Text color for spec drops"
)
default Color specDropColor()
@@ -103,7 +103,7 @@ default boolean defenceDrainInfobox()
@ConfigItem(
position = 10,
keyName = "dragonWarhammerThreshold",
- name = "Dragon Warhammer",
+ name = "Dragon warhammer",
description = "Threshold for Dragon Warhammer (0 to disable)"
)
default int dragonWarhammerThreshold()
@@ -114,7 +114,7 @@ default int dragonWarhammerThreshold()
@ConfigItem(
position = 15,
keyName = "elderMaulThreshold",
- name = "Elder Maul",
+ name = "Elder maul",
description = "Threshold for Elder Maul (0 to disable)"
)
default int elderMaulThreshold()
@@ -158,7 +158,7 @@ default int emberlightThreshold()
@ConfigItem(
position = 40,
keyName = "bandosGodswordThreshold",
- name = "Bandos Godsword",
+ name = "Bandos godsword",
description = "Threshold for Bandos Godsword (0 to disable)"
)
default int bandosGodswordThreshold()
@@ -169,7 +169,7 @@ default int bandosGodswordThreshold()
@ConfigItem(
position = 50,
keyName = "bulwarkThreshold",
- name = "Dinh's Bulwark",
+ name = "Dinh's bulwark",
description = "Threshold for Dinh's Bulwark (0 to disable)"
)
default int bulwarkThreshold()
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/statusbars/StatusBarsConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/statusbars/StatusBarsConfig.java
index 13b1bf88bc0..3a458cd853a 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/statusbars/StatusBarsConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/statusbars/StatusBarsConfig.java
@@ -77,7 +77,7 @@ enum BarMode
@ConfigItem(
keyName = "leftBarMode",
- name = "Left Bar",
+ name = "Left bar",
description = "Configures the left status bar"
)
default BarMode leftBarMode()
@@ -87,7 +87,7 @@ default BarMode leftBarMode()
@ConfigItem(
keyName = "rightBarMode",
- name = "Right Bar",
+ name = "Right bar",
description = "Configures the right status bar"
)
default BarMode rightBarMode()
@@ -112,7 +112,7 @@ default int hideAfterCombatDelay()
)
@ConfigItem(
keyName = "barWidth",
- name = "Bar Width",
+ name = "Bar width",
description = "The width of the status bars in the modern resizeable layout."
)
default int barWidth()
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/stretchedmode/StretchedModeConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/stretchedmode/StretchedModeConfig.java
index 3e3433d33be..fe4d3b0fa06 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/stretchedmode/StretchedModeConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/stretchedmode/StretchedModeConfig.java
@@ -55,7 +55,7 @@ default boolean increasedPerformance()
@ConfigItem(
keyName = "integerScaling",
- name = "Integer Scaling",
+ name = "Integer scaling",
description = "Forces use of a whole number scale factor when stretching."
)
default boolean integerScaling()
@@ -65,7 +65,7 @@ default boolean integerScaling()
@ConfigItem(
keyName = "scalingFactor",
- name = "Resizable Scaling",
+ name = "Resizable scaling",
description = "In resizable mode, the game is reduced in size this much before it's stretched."
)
@Units(Units.PERCENT)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/team/TeamConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/team/TeamConfig.java
index 8f46f591012..81b52de3cb5 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/team/TeamConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/team/TeamConfig.java
@@ -42,14 +42,14 @@ public interface TeamConfig extends Config
String teamSection = "teamSection";
@ConfigSection(
- name = "Friends Chat",
+ name = "Friends chat",
description = "Configuration for friends chat",
position = 20
)
String friendsChatSection = "friendsChatSection";
@ConfigSection(
- name = "Clan Chat",
+ name = "Clan chat",
description = "Configuration for clan chat",
position = 30
)
@@ -69,7 +69,7 @@ default boolean teamCapesOverlay()
@ConfigItem(
keyName = "minimumCapeCount",
- name = "Minimum Cape Count",
+ name = "Minimum cape count",
description = "Configures the minimum number of team capes which must be present before being displayed.",
position = 1,
section = teamSection
@@ -81,7 +81,7 @@ default int getMinimumCapeCount()
@ConfigItem(
keyName = "friendsChatMemberCounter",
- name = "Friends Chat Members Counter",
+ name = "Friends chat members counter",
description = "Show the amount of friends chat members near you.",
position = 0,
section = friendsChatSection
@@ -93,7 +93,7 @@ default boolean friendsChatMemberCounter()
@ConfigItem(
keyName = "clanChatMemberCounter",
- name = "Clan Chat Members Counter",
+ name = "Clan chat members counter",
description = "Show the amount of clan chat members near you.",
position = 0,
section = clanChatSection
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/tearsofguthix/TearsOfGuthixConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/tearsofguthix/TearsOfGuthixConfig.java
index 936a14db200..9d8f3946137 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/tearsofguthix/TearsOfGuthixConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/tearsofguthix/TearsOfGuthixConfig.java
@@ -36,7 +36,7 @@ public interface TearsOfGuthixConfig extends Config
{
@ConfigItem(
keyName = "showGreenTearsTimer",
- name = "Enable Green Tears Timer",
+ name = "Enable green tears timer",
description = "Configures whether to display a timer for green tears or not",
position = 1
)
@@ -48,7 +48,7 @@ default boolean showGreenTearsTimer()
@Alpha
@ConfigItem(
keyName = "blueTearsColor",
- name = "Blue Tears Color",
+ name = "Blue tears color",
description = "Color of Blue Tears timer",
position = 2
)
@@ -60,7 +60,7 @@ default Color getBlueTearsColor()
@Alpha
@ConfigItem(
keyName = "greenTearsColor",
- name = "Green Tears Color",
+ name = "Green tears color",
description = "Color of Green Tears timer",
position = 3
)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/tileindicators/TileIndicatorsConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/tileindicators/TileIndicatorsConfig.java
index 26d39bd53d6..23077cb9966 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/tileindicators/TileIndicatorsConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/tileindicators/TileIndicatorsConfig.java
@@ -35,21 +35,21 @@
public interface TileIndicatorsConfig extends Config
{
@ConfigSection(
- name = "Destination Tile",
+ name = "Destination tile",
description = "Destination tile configuration",
position = 0
)
String destinationTile = "destinationTile";
@ConfigSection(
- name = "Hovered Tile",
+ name = "Hovered tile",
description = "Hovered tile configuration",
position = 1
)
String hoveredTile = "hoveredTile";
@ConfigSection(
- name = "Current Tile",
+ name = "Current tile",
description = "Current tile configuration",
position = 2
)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/timersandbuffs/TimersAndBuffsConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/timersandbuffs/TimersAndBuffsConfig.java
index 7097e69aeea..baaae1a5ecf 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/timersandbuffs/TimersAndBuffsConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/timersandbuffs/TimersAndBuffsConfig.java
@@ -43,7 +43,7 @@ public interface TimersAndBuffsConfig extends Config
String bossesSection = "bossesSection";
@ConfigSection(
- name = "Potions & Consumables",
+ name = "Potions & consumables",
description = "Timers and buffs related to potions/consumables/boosts",
position = 1
)
@@ -76,7 +76,7 @@ default boolean showHomeMinigameTeleports()
@ConfigItem(
keyName = "showAntipoison",
- name = "Antipoison/Venom timers",
+ name = "Antipoison/venom timers",
description = "Configures whether timers for poison and venom protection are displayed",
section = consumablesSection
)
@@ -274,7 +274,7 @@ default boolean showVengeanceActive()
@ConfigItem(
keyName = "showHealGroup",
- name = "Heal Group timer",
+ name = "Heal group timer",
description = "Configures whether heal group timer is displayed",
section = spellsSection
)
@@ -318,7 +318,7 @@ default boolean showGodWarsAltar()
@ConfigItem(
keyName = "showTzhaarTimers",
- name = "Fight Caves and Inferno timers",
+ name = "Fight caves and inferno timers",
description = "Display elapsed time in the Fight Caves and Inferno",
section = bossesSection
)
@@ -359,7 +359,7 @@ default boolean showTzhaarTimers()
@ConfigItem(
keyName = "showStaffOfTheDead",
- name = "Staff of the Dead timer",
+ name = "Staff of the dead timer",
description = "Configures whether staff of the dead timer is displayed",
section = miscellaneousSection
)
@@ -370,7 +370,7 @@ default boolean showStaffOfTheDead()
@ConfigItem(
keyName = "showAbyssalSireStun",
- name = "Abyssal Sire stun timer",
+ name = "Abyssal sire stun timer",
description = "Configures whether Abyssal Sire stun timer is displayed",
section = bossesSection
)
@@ -381,7 +381,7 @@ default boolean showAbyssalSireStun()
@ConfigItem(
keyName = "showDfsSpecial",
- name = "Dragonfire Shield special timer",
+ name = "Dragonfire shield special timer",
description = "Configures whether the special attack cooldown timer for the Dragonfire Shield is displayed",
section = miscellaneousSection
)
@@ -425,7 +425,7 @@ default boolean showPickpocketStun()
@ConfigItem(
keyName = "showFarmersAffinity",
- name = "Farmer's Affinity",
+ name = "Farmer's affinity",
description = "Configures whether Farmer's Affinity (Puro-Puro) timer is displayed",
section = miscellaneousSection
)
@@ -436,7 +436,7 @@ default boolean showFarmersAffinity()
@ConfigItem(
keyName = "showSpellbookSwap",
- name = "Spellbook Swap timer",
+ name = "Spellbook swap timer",
description = "Configures whether Spellbook Swap timer is displayed",
section = spellsSection
)
@@ -447,7 +447,7 @@ default boolean showSpellbookSwap()
@ConfigItem(
keyName = "showCurseOfTheMoons",
- name = "Curse of the Moons buff",
+ name = "Curse of the moons buff",
description = "Configures whether Curse of the Moons buff is displayed",
section = bossesSection
)
@@ -458,7 +458,7 @@ default boolean showCurseOfTheMoons()
@ConfigItem(
keyName = "showColosseumDoom",
- name = "Colosseum Doom buff",
+ name = "Colosseum doom buff",
description = "Configures whether Fortis Colosseum Doom buff is displayed",
section = bossesSection
)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/timestamp/TimestampConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/timestamp/TimestampConfig.java
index d4e73e416f3..e1c5ad7a881 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/timestamp/TimestampConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/timestamp/TimestampConfig.java
@@ -52,7 +52,7 @@ public interface TimestampConfig extends Config
@ConfigItem(
keyName = "format",
- name = "Timestamp Format",
+ name = "Timestamp format",
position = 3,
description = "Customize your timestamp format by using the following characters
" +
"'yyyy' : year
" +
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/timetracking/TimeTrackingConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/timetracking/TimeTrackingConfig.java
index 77ed4af5b6c..23966406b52 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/timetracking/TimeTrackingConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/timetracking/TimeTrackingConfig.java
@@ -81,7 +81,7 @@ default boolean farmingContractInfoBox()
@ConfigItem(
keyName = "defaultTimerMinutes",
- name = "Default Time",
+ name = "Default time",
description = "The default time for the timer in minutes",
position = 5
)
@@ -93,7 +93,7 @@ default int defaultTimerMinutes()
@ConfigItem(
keyName = "sortOrder",
- name = "Sort Order",
+ name = "Sort order",
description = "The order in which to sort the timers",
position = 6
)
@@ -104,7 +104,7 @@ default SortOrder sortOrder()
@ConfigItem(
keyName = "timerWarningThreshold",
- name = "Warning Threshold",
+ name = "Warning threshold",
description = "The time at which to change the timer color to the warning color",
position = 6
)
@@ -127,7 +127,7 @@ default boolean preferSoonest()
@ConfigItem(
keyName = "activeTab",
- name = "Active Tab",
+ name = "Active tab",
description = "The currently selected tab",
hidden = true
)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/twitch/TwitchConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/twitch/TwitchConfig.java
index b5da132e798..8e4bce352b5 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/twitch/TwitchConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/twitch/TwitchConfig.java
@@ -41,7 +41,7 @@ public interface TwitchConfig extends Config
@ConfigItem(
keyName = "oauth",
- name = "OAuth Token",
+ name = "OAuth token",
description = "Enter your OAuth token here. This can be found at http://www.twitchapps.com/tmi/",
secret = true,
position = 1
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/virtuallevels/VirtualLevelsConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/virtuallevels/VirtualLevelsConfig.java
index 83bacd8b8f5..f7c823b6879 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/virtuallevels/VirtualLevelsConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/virtuallevels/VirtualLevelsConfig.java
@@ -33,7 +33,7 @@ public interface VirtualLevelsConfig extends Config
{
@ConfigItem(
keyName = "virtualTotalLevel",
- name = "Virtual Total Level",
+ name = "Virtual total level",
description = "Count virtual levels towards total level",
position = 0
)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/wiki/WikiConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/wiki/WikiConfig.java
index 0e3e463906c..762f5fa70a4 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/wiki/WikiConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/wiki/WikiConfig.java
@@ -33,7 +33,7 @@ public interface WikiConfig extends Config
{
@ConfigItem(
keyName = "leftClickSearch",
- name = "Left Click Search",
+ name = "Left click search",
description = "Swap left-click on the Wiki button to Search",
position = 1
)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/wintertodt/WintertodtConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/wintertodt/WintertodtConfig.java
index a466568b827..7f58de30b04 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/wintertodt/WintertodtConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/wintertodt/WintertodtConfig.java
@@ -40,7 +40,7 @@ public interface WintertodtConfig extends Config
@ConfigItem(
position = 0,
keyName = "showOverlay",
- name = "Show Overlay",
+ name = "Show overlay",
description = "Toggles the status overlay"
)
default boolean showOverlay()
@@ -51,7 +51,7 @@ default boolean showOverlay()
@ConfigItem(
position = 1,
keyName = "damageNotificationColor",
- name = "Damage Notification",
+ name = "Damage notification",
description = "Color of damage notification text in chat"
)
default Color damageNotificationColor()
@@ -77,7 +77,7 @@ default int roundNotification()
@ConfigItem(
position = 3,
keyName = "notifyCold",
- name = "Ambient Damage Notification",
+ name = "Ambient damage notification",
description = "Notifies when hit by the Wintertodt's ambient cold damage"
)
default WintertodtNotifyDamage notifyCold()
@@ -88,7 +88,7 @@ default WintertodtNotifyDamage notifyCold()
@ConfigItem(
position = 4,
keyName = "notifySnowfall",
- name = "Snowfall Damage Notification",
+ name = "Snowfall damage notification",
description = "Notifies when hit by the Wintertodt's snowfall attack"
)
default WintertodtNotifyDamage notifySnowfall()
@@ -99,7 +99,7 @@ default WintertodtNotifyDamage notifySnowfall()
@ConfigItem(
position = 5,
keyName = "notifyBrazierDamage",
- name = "Brazier Damage Notification",
+ name = "Brazier damage notification",
description = "Notifies when hit by the brazier breaking"
)
default WintertodtNotifyDamage notifyBrazierDamage()
@@ -110,7 +110,7 @@ default WintertodtNotifyDamage notifyBrazierDamage()
@ConfigItem(
position = 6,
keyName = "notifyFullInv",
- name = "Full Inventory Notification",
+ name = "Full inventory notification",
description = "Notifies when your inventory fills up with bruma roots"
)
default boolean notifyFullInv()
@@ -121,7 +121,7 @@ default boolean notifyFullInv()
@ConfigItem(
position = 7,
keyName = "notifyEmptyInv",
- name = "Empty Inventory Notification",
+ name = "Empty inventory notification",
description = "Notifies when you run out of bruma roots"
)
default boolean notifyEmptyInv()
@@ -132,7 +132,7 @@ default boolean notifyEmptyInv()
@ConfigItem(
position = 8,
keyName = "notifyBrazierOut",
- name = "Brazier Extinguish Notification",
+ name = "Brazier extinguish notification",
description = "Notifies when the brazier goes out"
)
default boolean notifyBrazierOut()
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/woodcutting/WoodcuttingConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/woodcutting/WoodcuttingConfig.java
index 2a08d2d9e45..baebd157676 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/woodcutting/WoodcuttingConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/woodcutting/WoodcuttingConfig.java
@@ -124,7 +124,7 @@ default boolean forestryLeprechaunNotification()
@ConfigItem(
position = 11,
keyName = "forestryRisingRootsNotification",
- name = "Rising Roots notification",
+ name = "Rising roots notification",
description = "Configures whether to notify you of a Rising Roots event",
section = forestrySection
)
@@ -136,7 +136,7 @@ default Notification forestryRisingRootsNotification()
@ConfigItem(
position = 12,
keyName = "forestryStrugglingSaplingNotification",
- name = "Struggling Sapling notification",
+ name = "Struggling sapling notification",
description = "Configures whether to notify you of a Struggling Sapling event",
section = forestrySection
)
@@ -148,7 +148,7 @@ default Notification forestryStrugglingSaplingNotification()
@ConfigItem(
position = 13,
keyName = "forestryFloweringTreeNotification",
- name = "Flowering Tree notification",
+ name = "Flowering tree notification",
description = "Configures whether to notify you of a Flowering Tree event",
section = forestrySection
)
@@ -172,7 +172,7 @@ default Notification forestryPoachersNotification()
@ConfigItem(
position = 15,
keyName = "forestryPheasantControlNotification",
- name = "Pheasant Control notification",
+ name = "Pheasant control notification",
description = "Configures whether to notify you of a Pheasant Control event",
section = forestrySection
)
@@ -184,7 +184,7 @@ default Notification forestryPheasantControlNotification()
@ConfigItem(
position = 16,
keyName = "forestryBeeHiveNotification",
- name = "Bee Hive notification",
+ name = "Bee hive notification",
description = "Configures whether to notify you of a Bee Hive event",
section = forestrySection
)
@@ -196,7 +196,7 @@ default Notification forestryBeeHiveNotification()
@ConfigItem(
position = 17,
keyName = "forestryEnchantmentRitualNotification",
- name = "Enchantment Ritual notification",
+ name = "Enchantment ritual notification",
description = "Configures whether to notify you of an Enchantment Ritual event",
section = forestrySection
)
@@ -208,7 +208,7 @@ default Notification forestryEnchantmentRitualNotification()
@ConfigItem(
position = 18,
keyName = "forestryFriendlyEntNotification",
- name = "Friendly Ent notification",
+ name = "Friendly ent notification",
description = "Configures whether to notify you of a Friendly Ent event",
section = forestrySection
)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/worldhopper/WorldHopperConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/worldhopper/WorldHopperConfig.java
index af18497a9d8..aa88ba8544a 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/worldhopper/WorldHopperConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/worldhopper/WorldHopperConfig.java
@@ -107,7 +107,7 @@ default boolean showWorldHopMessage()
@ConfigItem(
keyName = "menuOption",
- name = "Show Hop-to menu option",
+ name = "Show hop-to menu option",
description = "Adds Hop-to menu option to the friends list and friends chat members list",
position = 7
)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/worldmap/WorldMapConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/worldmap/WorldMapConfig.java
index 6543c603cf1..4770df7f4f1 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/worldmap/WorldMapConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/worldmap/WorldMapConfig.java
@@ -100,7 +100,7 @@ default boolean agilityCourseRooftop()
@ConfigItem(
keyName = WorldMapPlugin.CONFIG_KEY_NORMAL_TELEPORT_ICON,
- name = "Standard Spellbook destinations",
+ name = "Standard spellbook destinations",
description = "Show icons at the destinations for teleports in the Standard Spellbook",
position = 7
)
@@ -122,7 +122,7 @@ default boolean minigameTooltip()
@ConfigItem(
keyName = WorldMapPlugin.CONFIG_KEY_ANCIENT_TELEPORT_ICON,
- name = "Ancient Magicks destinations",
+ name = "Ancient magicks destinations",
description = "Show icons at the destinations for teleports in the Ancient Spellbook",
position = 9
)
@@ -133,7 +133,7 @@ default boolean ancientTeleportIcon()
@ConfigItem(
keyName = WorldMapPlugin.CONFIG_KEY_LUNAR_TELEPORT_ICON,
- name = "Lunar Spellbook destinations",
+ name = "Lunar spellbook destinations",
description = "Show icons at the destinations for teleports in the Lunar Spellbook",
position = 10
)
@@ -144,7 +144,7 @@ default boolean lunarTeleportIcon()
@ConfigItem(
keyName = WorldMapPlugin.CONFIG_KEY_ARCEUUS_TELEPORT_ICON,
- name = "Arceuus Spellbook destinations",
+ name = "Arceuus spellbook destinations",
description = "Show icons at the destinations for teleports in the Arceuus Spellbook",
position = 11
)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/xpdrop/XpDropConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/xpdrop/XpDropConfig.java
index 0d9acef958e..f968874903e 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/xpdrop/XpDropConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/xpdrop/XpDropConfig.java
@@ -46,7 +46,7 @@ default boolean hideSkillIcons()
@ConfigItem(
keyName = "standardColor",
- name = "Standard Color",
+ name = "Standard color",
description = "XP drop color when no prayer is active",
position = 1
)
@@ -54,7 +54,7 @@ default boolean hideSkillIcons()
@ConfigItem(
keyName = "meleePrayerColor",
- name = "Melee Prayer Color",
+ name = "Melee prayer color",
description = "XP drop color when a melee prayer is active",
position = 2
)
@@ -65,7 +65,7 @@ default Color getMeleePrayerColor()
@ConfigItem(
keyName = "rangePrayerColor",
- name = "Range Prayer Color",
+ name = "Range prayer color",
description = "XP drop color when a range prayer is active",
position = 3
)
@@ -76,7 +76,7 @@ default Color getRangePrayerColor()
@ConfigItem(
keyName = "magePrayerColor",
- name = "Mage Prayer Color",
+ name = "Mage prayer color",
description = "XP drop color when a mage prayer is active",
position = 4
)
@@ -87,7 +87,7 @@ default Color getMagePrayerColor()
@ConfigItem(
keyName = "fakeXpDropDelay",
- name = "Fake Xp Drop delay",
+ name = "Fake XP drop delay",
description = "Configures how many ticks should pass between fake XP drops, 0 to disable",
position = 5
)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/xpglobes/XpGlobesConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/xpglobes/XpGlobesConfig.java
index 1f93f0483f6..c127642eba9 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/xpglobes/XpGlobesConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/xpglobes/XpGlobesConfig.java
@@ -36,7 +36,7 @@ public interface XpGlobesConfig extends Config
{
@ConfigItem(
keyName = "enableTooltips",
- name = "Enable Tooltips",
+ name = "Enable tooltips",
description = "Configures whether or not to show tooltips",
position = 0
)
@@ -47,7 +47,7 @@ default boolean enableTooltips()
@ConfigItem(
keyName = "showXpLeft",
- name = "Show XP Left",
+ name = "Show XP left",
description = "Shows XP Left inside the globe tooltip box",
position = 1
)
@@ -69,7 +69,7 @@ default boolean showActionsLeft()
@ConfigItem(
keyName = "showXpHour",
- name = "Show XP/hr",
+ name = "Show xp/hr",
description = "Shows XP per hour inside the globe tooltip box",
position = 3
)
@@ -196,7 +196,7 @@ default int xpOrbDuration()
@ConfigItem(
keyName = "alignOrbsVertically",
- name = "Vertical Orbs",
+ name = "Vertical orbs",
description = "Aligns the orbs vertically instead of horizontally.",
hidden = true
)
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/xptracker/XpTrackerConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/xptracker/XpTrackerConfig.java
index 92f4718fa5b..11d87a05597 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/xptracker/XpTrackerConfig.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/xptracker/XpTrackerConfig.java
@@ -55,7 +55,7 @@ default boolean hideMaxed()
@ConfigItem(
position = 1,
keyName = "logoutPausing",
- name = "Pause on Logout",
+ name = "Pause on logout",
description = "Configures whether skills should pause on logout"
)
default boolean pauseOnLogout()
@@ -215,7 +215,7 @@ default boolean prioritizeRecentXpSkills()
@ConfigItem(
position = 15,
keyName = "wiseOldManOpenOption",
- name = "Wise Old Man Option",
+ name = "Wise Old Man option",
description = "Adds an option to the XP info box right-click menu to open Wise Old Man"
)
default boolean wiseOldManOpenOption()