From 8ff2f3020fed39542eb08e204265c16a43d28029 Mon Sep 17 00:00:00 2001 From: Zefir Kirilov Date: Mon, 26 Jan 2026 09:59:55 +0200 Subject: [PATCH] Added more aliases: `/w`, `/last`, `/l` --- README.md | 6 +++--- src/main/resources/plugin.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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