Archived
0

Fixed message.cmd

This commit is contained in:
Pepich
2017-05-09 18:27:39 +02:00
parent 3e39c43a63
commit 2dd5e15a75
2 changed files with 16 additions and 16 deletions

View File

@@ -1,5 +1,4 @@
command message { command message {
[string:player] [string:message...] {
alias m; alias m;
alias em; alias em;
alias msg; alias msg;
@@ -12,6 +11,7 @@ command message {
alias ew; alias ew;
alias whisper; alias whisper;
alias ewhisper; alias ewhisper;
[string:player] [string:message...] {
run message player message; run message player message;
help Sends a direct message to a player.; help Sends a direct message to a player.;
perm utils.message; perm utils.message;
@@ -19,10 +19,10 @@ command message {
} }
command reply { command reply {
[string:message...] {
alias r; alias r;
alias er; alias er;
alias ereply; alias ereply;
[string:message...] {
run reply message; run reply message;
help Sends a direct message to the last person you talked to.; help Sends a direct message to the last person you talked to.;
perm utils.message; perm utils.message;

View File

@@ -18,7 +18,7 @@ import com.redstoner.modules.datamanager.DataManager;
import net.md_5.bungee.api.ChatColor; import net.md_5.bungee.api.ChatColor;
@Version(major = 3, minor = 1, revision = 0, compatible = 3) @Version(major = 3, minor = 1, revision = 1, compatible = 3)
public class Message implements Module public class Message implements Module
{ {
HashMap<CommandSender, CommandSender> replyTargets = new HashMap<CommandSender, CommandSender>(); HashMap<CommandSender, CommandSender> replyTargets = new HashMap<CommandSender, CommandSender>();