Archived
0

Now uses alias option to override essentials commands

This commit is contained in:
Pepich
2017-05-09 18:18:22 +02:00
parent 92f40c302b
commit 3e39c43a63
2 changed files with 16 additions and 1 deletions

View File

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