mirror of
https://github.com/JamesPeters98/ChestsPlusPlus.git
synced 2025-02-13 11:02:09 +01:00
Update AutoCraftCommand.java
Add unimplemented message.
This commit is contained in:
parent
90b970a111
commit
84545b30f1
@ -110,6 +110,7 @@ public class AutoCraftCommand extends ServerCommand {
|
||||
case MENU:
|
||||
if(sender.hasPermission(Permissions.MENU)) {
|
||||
//TODO Add AutoCraft menu.
|
||||
player.sendMessage(ChatColor.GOLD+" Currently unimplemented in this BETA!");
|
||||
//ChestLinkMenu.getMenu(player).open(player);
|
||||
return true;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user