Added /searchenchant, fixed a couple little mistakes

Mistakes being breaking UUID-based lookups and /anychest's toggle.
MY BAD, SORRY.
This commit is contained in:
Jikoo
2016-11-27 06:20:44 -05:00
parent 6aa25dd2dc
commit 718b4bb5dd
5 changed files with 128 additions and 6 deletions

View File

@@ -68,7 +68,7 @@ public class SearchInvPluginCommand implements CommandExecutor {
sender.sendMessage("No players found with " + material.toString());
}
sender.sendMessage("Players with the item " + material.toString() + ": " + players.toString());
sender.sendMessage("Players with the item " + material.toString() + ": " + players.toString());
return true;
}