aboutsummaryrefslogtreecommitdiff
path: root/commands/help.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/help.js')
-rw-r--r--commands/help.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/help.js b/commands/help.js
index 8e06b51..bda7951 100644
--- a/commands/help.js
+++ b/commands/help.js
@@ -3,6 +3,7 @@ const PREFIX = "◆"
export function help()
{
ChatLib.chat("&b--------------[ &a&lColeweight &b]--------------")
+ ChatLib.chat("&7(Hover over command to see usage.)")
ChatLib.chat(ChatLib.getCenteredText("&a&lInfo"))
helpCommand("", "Gets Coleweight of specified user", "(username)")
helpCommand("help", "This menu.", "")
@@ -12,7 +13,6 @@ export function help()
helpCommand("info", "Prints coleweight info.", "")
ChatLib.chat(ChatLib.getCenteredText("&a&lSettings"))
helpCommand("settings", "Opens settings.", "")
- helpCommand("claim", "Claims a chollows sapphire structure in a lobby.", "(throne || spiral)")
helpCommand("setkey", "Sets API key (can also use /api new)", "(key)")
helpCommand("reload", "Reloads the gui.", "")
helpCommand("track", "Sets tracked collection for collection tracker.", "(collection)")
@@ -23,11 +23,11 @@ export function help()
helpCommand("yog", "Shows instructions for yog waypoints.", "[toggle]")
helpCommand("divans", "Guide for setting up waypoints for Mines of Divan treasures.", "[toggle]")
ChatLib.chat(ChatLib.getCenteredText("&a&lMiscellaneous"))
+ helpCommand("drawline", "Draws a line to coords. (y defaults to the player's y)", "(x) [y] (z)")
ChatLib.chat(`&a${PREFIX} /fetchdiscord (username) => &bGets discord of username (if linked)`)
- ChatLib.chat("&b------------------------------------------")
+ ChatLib.chat("&b--------------------------------------------")
}
-// Made by Almighty Stylla <3
export function helpCommand(command, desc, usage)
{
ChatLib.chat(new TextComponent(`&a${PREFIX} /cw ${command} => &b${desc}`).setHoverValue(`${"/cw " + command + " " + usage}`))