- 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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user