diff options
author | Ninjune <enderknight537@gmail.com> | 2022-12-07 21:36:53 -0600 |
---|---|---|
committer | Ninjune <enderknight537@gmail.com> | 2022-12-07 21:36:53 -0600 |
commit | 1ffc0a89be42fcde95a04a87cc00dbc347b27ece (patch) | |
tree | 87ef5251d1fc2a32d495daa8f6a94e173c701f8e /commands/help.js | |
parent | 8ad19e54f6c3f44a84dd2565d910c207ffc5bc52 (diff) | |
download | coleweight-1ffc0a89be42fcde95a04a87cc00dbc347b27ece.tar.gz coleweight-1ffc0a89be42fcde95a04a87cc00dbc347b27ece.tar.bz2 coleweight-1ffc0a89be42fcde95a04a87cc00dbc347b27ece.zip |
v1.7.0v1.7.0
Diffstat (limited to 'commands/help.js')
-rw-r--r-- | commands/help.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/commands/help.js b/commands/help.js index 05c5a04..8e06b51 100644 --- a/commands/help.js +++ b/commands/help.js @@ -7,14 +7,15 @@ export function help() helpCommand("", "Gets Coleweight of specified user", "(username)") helpCommand("help", "This menu.", "") helpCommand("time", "Prints time on timer (timer gui doesn't have to be visible).", "") - helpCommand("tick", "Shows tick data.", "(mining speed) (('r','jade', etc) || breaking power of block))") + helpCommand("calculate", "Calculates things. '/cw calculate help' for more info.", "") helpCommand("leaderboard", "Shows leaderboard.", "(min) [max]") 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("setkey", "Sets API key (can also use /api new)", "(key)") helpCommand("reload", "Reloads the gui.", "") + helpCommand("track", "Sets tracked collection for collection tracker.", "(collection)") ChatLib.chat(ChatLib.getCenteredText("&a&lWaypoints")) helpCommand("coords", "Opens coords gui.", "") helpCommand("throne", "Guide for setting up waypoints for throne.", "[toggle]") @@ -27,8 +28,7 @@ export function help() } // Made by Almighty Stylla <3 -function helpCommand(command, desc, usage) +export function helpCommand(command, desc, usage) { ChatLib.chat(new TextComponent(`&a${PREFIX} /cw ${command} => &b${desc}`).setHoverValue(`${"/cw " + command + " " + usage}`)) -} - +}
\ No newline at end of file |