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:
Jikoo
2020-03-15 10:43:08 -04:00
parent 23d41cd6c8
commit c51acb4e72
5 changed files with 134 additions and 7 deletions

View File

@@ -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;
}