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/commands/DHelpCommand.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'me/Danker/commands/DHelpCommand.java') diff --git a/me/Danker/commands/DHelpCommand.java b/me/Danker/commands/DHelpCommand.java index 5e71f81..42c33e0 100644 --- a/me/Danker/commands/DHelpCommand.java +++ b/me/Danker/commands/DHelpCommand.java @@ -39,7 +39,8 @@ public class DHelpCommand extends CommandBase { EnumChatFormatting.GOLD + "/move " + EnumChatFormatting.AQUA + " - Moves text display to specified X and Y coordinates.\n" + EnumChatFormatting.GOLD + "/slayer [player]" + EnumChatFormatting.AQUA + " - Uses API to get slayer xp of a person. If no name is provided, it checks yours.\n" + EnumChatFormatting.GOLD + "/skills [player]" + EnumChatFormatting.AQUA + " - Uses API to get skill levels of a person. If no name is provided, it checks yours.\n" + - EnumChatFormatting.GOLD + "/guildof [player]" + EnumChatFormatting.AQUA + " - Uses API to get guild name and guild master of a person. If no name is provided, it checks yours.")); + EnumChatFormatting.GOLD + "/guildof [player]" + EnumChatFormatting.AQUA + " - Uses API to get guild name and guild master of a person. If no name is provided, it checks yours.\n" + + EnumChatFormatting.GOLD + "/pets [player]" + EnumChatFormatting.AQUA + " - Uses API to get pets of a person. If no name is provided, it checks yours.")); } } -- cgit