aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbowser0000 <bowser0000@gmail.com>2020-10-02 14:04:42 -0400
committerbowser0000 <bowser0000@gmail.com>2020-10-02 14:04:42 -0400
commit1af820750f2a9a343265b887ce5709e338a656bc (patch)
treece1c479cd6008d64da02038052c030b13d7328d0 /src
parent5915c13b1390b613ceefe67011d1f66939e138c2 (diff)
downloadSkyblockMod-1af820750f2a9a343265b887ce5709e338a656bc.tar.gz
SkyblockMod-1af820750f2a9a343265b887ce5709e338a656bc.tar.bz2
SkyblockMod-1af820750f2a9a343265b887ce5709e338a656bc.zip
Forgot a +
Whoops
Diffstat (limited to 'src')
-rw-r--r--src/main/java/me/Danker/commands/DHelpCommand.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/me/Danker/commands/DHelpCommand.java b/src/main/java/me/Danker/commands/DHelpCommand.java
index 2cefb9b..e3e615b 100644
--- a/src/main/java/me/Danker/commands/DHelpCommand.java
+++ b/src/main/java/me/Danker/commands/DHelpCommand.java
@@ -43,7 +43,7 @@ public class DHelpCommand extends CommandBase {
EnumChatFormatting.GOLD + " /scale <coords/display/dungeontimer/skill50> <scale (0.1 - 10)>" + EnumChatFormatting.AQUA + " - Scales text display to a specified multipler between 0.1x and 10x.\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 + " /lobbyskills" + EnumChatFormatting.AQUA + " - Uses API to find the average skills of the lobby, as well the three players with the highest skill average.\n"
+ EnumChatFormatting.GOLD + " /lobbyskills" + EnumChatFormatting.AQUA + " - Uses API to find the average skills of the lobby, as well the three players with the highest skill average.\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 + " /petsof [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" +