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 1aba2b1d54..48c5c39b7d 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
@@ -35,7 +35,7 @@ public interface ChatCommandsConfig extends Config
position = 0,
keyName = "price",
name = "Price Command",
- description = "Configures whether the Price command is enabled"
+ description = "Configures whether the Price command is enabled
!price [item]"
)
default boolean price()
{
@@ -46,7 +46,7 @@ public interface ChatCommandsConfig extends Config
position = 1,
keyName = "lvl",
name = "Level Command",
- description = "Configures whether the Level command is enabled"
+ description = "Configures whether the Level command is enabled
!lvl [skill]"
)
default boolean lvl()
{
@@ -57,7 +57,7 @@ public interface ChatCommandsConfig extends Config
position = 2,
keyName = "clue",
name = "Clue Command",
- description = "Configures whether the Clue command is enabled"
+ description = "Configures whether the Clue command is enabled
!clues"
)
default boolean clue()
{
@@ -68,7 +68,7 @@ public interface ChatCommandsConfig extends Config
position = 3,
keyName = "killcount",
name = "Killcount Command",
- description = "Configures whether the Killcount command is enabled"
+ description = "Configures whether the Killcount command is enabled
!kc [boss]"
)
default boolean killcount()
{
diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/chatcommands/ChatCommandsPlugin.java b/runelite-client/src/main/java/net/runelite/client/plugins/chatcommands/ChatCommandsPlugin.java
index 9ed0520293..7de9f99cd0 100644
--- a/runelite-client/src/main/java/net/runelite/client/plugins/chatcommands/ChatCommandsPlugin.java
+++ b/runelite-client/src/main/java/net/runelite/client/plugins/chatcommands/ChatCommandsPlugin.java
@@ -82,10 +82,10 @@ import net.runelite.http.api.kc.KillCountClient;
public class ChatCommandsPlugin extends Plugin implements ChatboxInputListener
{
private static final float HIGH_ALCHEMY_CONSTANT = 0.6f;
- private static final Pattern KILLCOUNT_PATERN = Pattern.compile("Your (.+) kill count is: