aboutsummaryrefslogtreecommitdiff
path: root/me/Danker/commands/DHelpCommand.java
diff options
context:
space:
mode:
authorbowser0000 <bowser0000@gmail.com>2020-07-24 16:28:48 -0400
committerbowser0000 <bowser0000@gmail.com>2020-07-24 16:28:48 -0400
commitb8de3d5ddc0032a96189250e43779af525a31580 (patch)
tree9b52930efef82db611527e8a7b40497414729ae8 /me/Danker/commands/DHelpCommand.java
parent17643172df0eec7521996b786ea3f74bae8acb43 (diff)
downloadSkyblockMod-b8de3d5ddc0032a96189250e43779af525a31580.tar.gz
SkyblockMod-b8de3d5ddc0032a96189250e43779af525a31580.tar.bz2
SkyblockMod-b8de3d5ddc0032a96189250e43779af525a31580.zip
Add /bank, other small changes
Fix getting profiles of person with 1 profile with no last_save. Toggles are now off by default.
Diffstat (limited to 'me/Danker/commands/DHelpCommand.java')
-rw-r--r--me/Danker/commands/DHelpCommand.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/me/Danker/commands/DHelpCommand.java b/me/Danker/commands/DHelpCommand.java
index 42c33e0..34b1dec 100644
--- a/me/Danker/commands/DHelpCommand.java
+++ b/me/Danker/commands/DHelpCommand.java
@@ -40,7 +40,8 @@ public class DHelpCommand extends CommandBase {
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.\n" +
- EnumChatFormatting.GOLD + "/pets [player]" + EnumChatFormatting.AQUA + " - Uses API to get pets of a person. If no name is provided, it checks yours."));
+ EnumChatFormatting.GOLD + "/pets [player]" + EnumChatFormatting.AQUA + " - Uses API to get pets of a person. If no name is provided, it checks yours.\n" +
+ EnumChatFormatting.GOLD + "/bank [player]" + EnumChatFormatting.AQUA + " - Uses API to get bank and purse coins of a person. If no name is provided, it checks yours.\n"));
}
}