Archived
0
This repository has been archived on 2024-08-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Modules/src/com/redstoner/modules/message/Message.cmd
2017-05-11 18:20:55 +02:00

30 lines
587 B
Batchfile

command message {
alias m;
alias em;
alias msg;
alias emsg;
alias t;
alias et;
alias tell;
alias etell;
alias w;
alias ew;
alias whisper;
alias ewhisper;
[string:player] [string:message...] {
run message player message;
help Sends a direct message to a player.;
perm utils.message;
}
}
command reply {
alias r;
alias er;
alias ereply;
[string:message...] {
run reply message;
help Sends a direct message to the last person you talked to.;
perm utils.message;
}
}