Merge pull request #7242 from Usernamerino/ChatCommandCMRaidsKC
Add chat command shorthand for challenge mode raids killcount
This commit is contained in:
@@ -1089,6 +1089,7 @@ public class ChatCommandsPlugin extends Plugin
|
||||
case "barrows":
|
||||
return "Barrows Chests";
|
||||
|
||||
// cox
|
||||
case "cox":
|
||||
case "xeric":
|
||||
case "chambers":
|
||||
@@ -1096,6 +1097,15 @@ public class ChatCommandsPlugin extends Plugin
|
||||
case "raids":
|
||||
return "Chambers of Xeric";
|
||||
|
||||
// cox cm
|
||||
case "cox cm":
|
||||
case "xeric cm":
|
||||
case "chambers cm":
|
||||
case "olm cm":
|
||||
case "raids cm":
|
||||
return "Chambers of Xeric Challenge Mode";
|
||||
|
||||
// tob
|
||||
case "tob":
|
||||
case "theatre":
|
||||
case "verzik":
|
||||
|
||||
Reference in New Issue
Block a user