chat commands: add shorthand names for phosani's nightmare
This commit is contained in:
@@ -1738,12 +1738,22 @@ public class ChatCommandsPlugin extends Plugin
|
|||||||
case "the corrupted gauntlet":
|
case "the corrupted gauntlet":
|
||||||
return "Corrupted Gauntlet";
|
return "Corrupted Gauntlet";
|
||||||
|
|
||||||
|
// The Nightmare
|
||||||
case "nm":
|
case "nm":
|
||||||
case "tnm":
|
case "tnm":
|
||||||
case "nmare":
|
case "nmare":
|
||||||
case "the nightmare":
|
case "the nightmare":
|
||||||
return "Nightmare";
|
return "Nightmare";
|
||||||
|
|
||||||
|
// Phosani's Nightmare
|
||||||
|
case "pnm":
|
||||||
|
case "phosani":
|
||||||
|
case "phosanis":
|
||||||
|
case "phosani nm":
|
||||||
|
case "phosani nightmare":
|
||||||
|
case "phosanis nightmare":
|
||||||
|
return "Phosani's Nightmare";
|
||||||
|
|
||||||
// Hallowed Sepulchre
|
// Hallowed Sepulchre
|
||||||
case "hs":
|
case "hs":
|
||||||
case "sepulchre":
|
case "sepulchre":
|
||||||
|
|||||||
Reference in New Issue
Block a user