More intuituve EntityPlayer creation.

This commit is contained in:
batchprogrammer314
2021-06-29 17:05:11 -05:00
parent 9520274e5e
commit 54c7afb957
4 changed files with 10 additions and 13 deletions

View File

@@ -18,7 +18,7 @@ public class CommandHandler {
public CommandHandler(PlayerAI plugin) {
drink = (DrinkCommandService) Drink.get(plugin);
drink.register(new PlayerAICommand(this), "bot", "playerai", "pai", "ai", "npc");
drink.register(new PlayerAICommand(this), "bot", "playerai", "pai", "ai", "npc", "k");
drink.registerCommands();
help = new HashMap<>();