diff --git a/README.md b/README.md
index 8488150..a2e5beb 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ The following are all commands from this plugin.
Send a private message to another player.
- - Aliases:
/message, /tell, /t, /whisper, /dm, /m, /pm
+ - Aliases:
/message, /tell, /t, /whisper, /dm, /m, /pm, /w
- Permission:
cloudnodemsg.use
@@ -30,7 +30,7 @@ i.e. all of your chat messages will be sent as private messages to this player.
Run the command again to disable the message channel.
- - Aliases:
/message, /tell, /t, /whisper, /dm, /m, /pm
+ - Aliases:
/message, /tell, /t, /whisper, /dm, /m, /pm, /w
- Permission:
cloudnodemsg.use
@@ -41,7 +41,7 @@ Run the command again to disable the message channel.
Send a private message to the last player that messaged you.
- - Aliases:
/r, /re
+ - Aliases:
/r, /re, /last, /l
- Permission:
cloudnodemsg.use
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml
index a3f2259..b41a3ae 100644
--- a/src/main/resources/plugin.yml
+++ b/src/main/resources/plugin.yml
@@ -9,12 +9,12 @@ commands:
message:
description: Send a private message
usage: / [message]
- aliases: [ "msg", "tell", "t", "whisper", "dm", "m", "pm" ]
+ aliases: [ "msg", "tell", "t", "whisper", "dm", "m", "pm", "w" ]
permission: cloudnodemsg.use
reply:
description: Privately reply to the last message your received
usage: /
- aliases: [ "r", "re" ]
+ aliases: [ "r", "re", "last", "l" ]
permission: cloudnodemsg.use
cloudnodemsg:
description: CloudnodeMSG