diff options
author | bowser0000 <bowser0000@gmail.com> | 2020-08-05 20:28:13 -0400 |
---|---|---|
committer | bowser0000 <bowser0000@gmail.com> | 2020-08-05 20:28:13 -0400 |
commit | cd9303b0c510005f6162468beb26eb4ec397a757 (patch) | |
tree | 75cd784c1829139bdbfb2b5c63dd4bd2dd59f410 /me/Danker/commands/DHelpCommand.java | |
parent | 92b0a7959090b56ab313f77143ffd07a1483ea71 (diff) | |
download | SkyblockMod-cd9303b0c510005f6162468beb26eb4ec397a757.tar.gz SkyblockMod-cd9303b0c510005f6162468beb26eb4ec397a757.tar.bz2 SkyblockMod-cd9303b0c510005f6162468beb26eb4ec397a757.zip |
Add ability to reset trackers
With confirmation in case some person decides to randomly type /resetloot
Diffstat (limited to 'me/Danker/commands/DHelpCommand.java')
-rw-r--r-- | me/Danker/commands/DHelpCommand.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/me/Danker/commands/DHelpCommand.java b/me/Danker/commands/DHelpCommand.java index e4bc278..e36adb0 100644 --- a/me/Danker/commands/DHelpCommand.java +++ b/me/Danker/commands/DHelpCommand.java @@ -37,6 +37,7 @@ public class DHelpCommand extends CommandBase { EnumChatFormatting.GOLD + " /getkey" + EnumChatFormatting.AQUA + " - Returns key set with /setkey.\n" + EnumChatFormatting.GOLD + " /loot <zombie/spider/wolf/fishing> [winter/session]" + EnumChatFormatting.AQUA + " - Returns loot received from slayer quests or fishing stats. /loot fishing winter returns winter sea creatures instead.\n" + EnumChatFormatting.GOLD + " /display <zombie/spider/wolf/fishing/off> [winter/session]" + EnumChatFormatting.AQUA + " - Text display for trackers. /display fishing winter displays winter sea creatures instead.\n" + + EnumChatFormatting.GOLD + "/resetloot <zombie/spider/wolf/fishing/confirm/cancel>" + EnumChatFormatting.AQUA + " - Resets loot for trackers. /resetloot confirm confirms the reset.\n" + 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" + |