diff options
author | bowser0000 <bowser0000@gmail.com> | 2020-07-22 19:03:37 -0400 |
---|---|---|
committer | bowser0000 <bowser0000@gmail.com> | 2020-07-22 19:03:37 -0400 |
commit | 70fd715a1fdb2bf01d130d27be0be89189072a26 (patch) | |
tree | 8d6cd7de32324bfd94794bfcee19b2223bf70730 /me/Danker/commands/DHelpCommand.java | |
parent | 2f128b7995cded35f9b0ca41f5ef6fa70d633b7f (diff) | |
download | SkyblockMod-70fd715a1fdb2bf01d130d27be0be89189072a26.tar.gz SkyblockMod-70fd715a1fdb2bf01d130d27be0be89189072a26.tar.bz2 SkyblockMod-70fd715a1fdb2bf01d130d27be0be89189072a26.zip |
Add /pets command
Not sorted by xp yet, will be fixed in another commit.
Diffstat (limited to 'me/Danker/commands/DHelpCommand.java')
-rw-r--r-- | me/Danker/commands/DHelpCommand.java | 3 |
1 files changed, 2 insertions, 1 deletions
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 <coords/display> <x> <y>" + 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.")); } } |