More intuituve EntityPlayer creation.
This commit is contained in:
@@ -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<>();
|
||||
|
||||
Reference in New Issue
Block a user