- Add /mute & /unmute

- Add /i
- Don't clear inv when there are no items to add
whoops forgot these files
This commit is contained in:
kaenganxt
2015-01-03 15:34:00 +01:00
parent 9daedc054d
commit 0a8fb21a2c
4 changed files with 65 additions and 4 deletions

View File

@@ -210,6 +210,9 @@ public class Setup {
Core.getMainClass().getCommand("warplist").setExecutor(tc);
Core.getMainClass().getCommand("addInvItems").setExecutor(oc);
Core.getMainClass().getCommand("villager").setExecutor(ac);
Core.getMainClass().getCommand("i").setExecutor(tc);
Core.getMainClass().getCommand("mute").setExecutor(tc);
Core.getMainClass().getCommand("unmute").setExecutor(tc);
}
private static void setupInventories() {