From 70fd715a1fdb2bf01d130d27be0be89189072a26 Mon Sep 17 00:00:00 2001 From: bowser0000 Date: Wed, 22 Jul 2020 19:03:37 -0400 Subject: Add /pets command Not sorted by xp yet, will be fixed in another commit. --- me/Danker/TheMod.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'me/Danker/TheMod.java') diff --git a/me/Danker/TheMod.java b/me/Danker/TheMod.java index 0064d00..9dbfd5a 100644 --- a/me/Danker/TheMod.java +++ b/me/Danker/TheMod.java @@ -13,6 +13,7 @@ import me.Danker.commands.GetkeyCommand; import me.Danker.commands.GuildOfCommand; import me.Danker.commands.LootCommand; import me.Danker.commands.MoveCommand; +import me.Danker.commands.PetsCommand; import me.Danker.commands.ReloadConfigCommand; import me.Danker.commands.SetkeyCommand; import me.Danker.commands.SkillsCommand; @@ -72,6 +73,7 @@ public class TheMod ClientCommandHandler.instance.registerCommand(new SkillsCommand()); ClientCommandHandler.instance.registerCommand(new GuildOfCommand()); ClientCommandHandler.instance.registerCommand(new DHelpCommand()); + ClientCommandHandler.instance.registerCommand(new PetsCommand()); } // It randomly broke, so I had to make it the highest priority -- cgit