Add basic /searchcontainer
May be subject to change as I (very slowly) work towards console support for commands. Closes #113
This commit is contained in:
@@ -56,7 +56,7 @@ public class SearchInvCommand implements TabExecutor {
|
||||
}
|
||||
|
||||
if (material == null) {
|
||||
sender.sendMessage(ChatColor.RED + "Unknown item");
|
||||
sender.sendMessage(ChatColor.RED + "Unknown item: \"" + args[0] + "\"");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user