Difference between revisions of "Command List"

From MINR.ORG WIKI
(Challenge)
m (General Commands)
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
== General Commands ==
 
== General Commands ==
''Note that /c and /cp are aliases of /checkpoint.  
+
''Note that /cp is an alias of /checkpoint.  
 
/ch is an alias of /challenge.''<br>
 
/ch is an alias of /challenge.''<br>
 
When referencing a map, you can either use its name, or the map code (usually a three-letter abbreviated form of the map’s name, such as “aws” for “A Whittle Story” or “anh” for “ANHUR”). This can usually be found on the map's checkpoint sign.
 
When referencing a map, you can either use its name, or the map code (usually a three-letter abbreviated form of the map’s name, such as “aws” for “A Whittle Story” or “anh” for “ANHUR”). This can usually be found on the map's checkpoint sign.
Line 10: Line 10:
 
==== help ====
 
==== help ====
 
  /help
 
  /help
Displays help information
+
Show a summary of useful commands.
 +
 
 +
/help ranks
 +
Show a summary of what the ranks mean.
  
 
==== kill ====
 
==== kill ====
 
  /kill
 
  /kill
 
Kills the player. They will respawn at their [[checkpoint]].
 
Kills the player. They will respawn at their [[checkpoint]].
 +
 +
==== accept ====
 +
/accept
 +
Not usually used as a starting point. Whenever something is requested from you, you might see a prompt to /accept. This will trigger that action.
 +
 +
==== block ====
 +
/block list
 +
Show the players that you blocked.
 +
 +
/block player <player>
 +
Block a player. This hides the player completely, including any messages they send you.
 +
 +
==== bring ====
 +
/bring <player>
 +
Accept a teleport request from a green or higher-ranked player.
 +
 +
==== challenge ====
 +
/ch
 +
Alias for the challenge command.
 +
 +
/challenge completed <challenge>
 +
Check your completion status for the given challenge.
 +
 +
/challenge completed <player> <challenge>
 +
Check the player's completion status for the given challenge.
 +
 +
/challenge current
 +
Show your current challenge.
 +
 +
  /challenge current <player>
 +
Show the player's current challenge.
 +
 +
/challenge hexa
 +
Show your hexa record, or if you are playing hexa, show information about your current run.
 +
 +
/challenge hexa <player>
 +
Show a player's hexa record, or if they are playing hexa, show information about their current run.
 +
 +
/challenge info
 +
Show info about your current challenge.
 +
 +
/challenge info <challenge>
 +
Show info about a challenge.
 +
 +
/challenge join <challenge>
 +
Join a challenge.
 +
 +
/challenge join <player>
 +
Join the challenge the player is playing.
 +
 +
/challenge list
 +
List all challenges.
 +
 +
/challenge list completed -> list
 +
List the challenges completed by you (or if a previous `player` filter is present, completed by them).
 +
 +
/challenge list length != <length> -> list
 +
List the challenges that do not have <length> maps.
 +
 +
/challenge list length < <length> -> list
 +
List the challenges that have fewer than or exactly <length> maps.
 +
 +
/challenge list length <= <length> -> list
 +
List the challenges that have fewer than <length> maps.
 +
 +
/challenge list length = <length> -> list
 +
List the challenges that have exactly <length> maps.
 +
 +
/challenge list length > <length> -> list
 +
List the challenges that have more than <length> maps.
 +
 +
/challenge list length >= <length> -> list
 +
List the challenges that have more than or exactly <length> maps.
 +
 +
/challenge list map excluded <maps> -> list
 +
List the challenges that do not contain the maps specified by <maps>. You can specify multiple maps by separating them with a comma (,)
 +
 +
/challenge list map included <maps> -> list
 +
List the challenges that contain the maps specified by <maps>. You can specify multiple maps by separating them with a comma (,)
 +
 +
/challenge list modifier non-valued <modifier> -> list
 +
List the challenges that contain the non-valued modifier <modifier>. (A non-valued modifier is no_sprint, no_food, no_regeneration, no_damage).
 +
 +
/challenge list modifier valued <valued-modifier> != <valued-modifiers> -> list
 +
List the challenges that contain the valued modifier <valued-modifier> with a value that does not match <valued-modifiers>.
 +
 +
/challenge list modifier valued <valued-modifier> < <valued-modifiers> -> list
 +
List the challenges that contain the valued modifier <valued-modifier> with a value that is less than <valued-modifiers>.
 +
 +
/challenge list modifier valued <valued-modifier> <= <valued-modifiers> -> list
 +
List the challenges that contain the valued modifier <valued-modifier> with a value that is less than or exactly <valued-modifiers>.
 +
 +
/challenge list modifier valued <valued-modifier> = <valued-modifiers> -> list
 +
List the challenges that contain the valued modifier <valued-modifier> with a value that is exactly <valued-modifiers>.
 +
 +
/challenge list modifier valued <valued-modifier> > <valued-modifiers> -> list
 +
List the challenges that contain the valued modifier <valued-modifier> with a value that is greater than <valued-modifiers>.
 +
 +
/challenge list modifier valued <valued-modifier> >= <valued-modifiers> -> list
 +
List the challenges that contain the valued modifier <valued-modifier> with a value that is greater than or exactly <valued-modifiers>.
 +
 +
/challenge list modifier valued <valued-modifier> any -> list
 +
List the challenges that contain the valued modifier <valued-modifier> with any value.
 +
 +
/challenge list modifier valued <valued-modifier> none -> list
 +
List the challenges that do not contain the valued modifier <valued-modifier>.
 +
 +
/challenge list page <page> -> list
 +
Shows the given page for the challenge list.
 +
 +
/challenge list player <player> -> list
 +
Targets a player for the challenge list, this affects completed and uncompleted queries that come after.
 +
 +
/challenge list rewards cosmetic -> list
 +
List the challenges that reward a cosmetic.
 +
 +
/challenge list rewards points != <points> -> list
 +
List the challenges that do not reward exactly <points> challenge points.
 +
 +
/challenge list rewards points < <points> -> list
 +
List the challenges that reward fewer than <points> challenge points.
 +
 +
/challenge list rewards points <= <points> -> list
 +
List the challenges that do not reward fewer than or exactly <points> challenge points.
 +
 +
/challenge list rewards points = <points> -> list
 +
List the challenges that reward exactly <points> challenge points.
 +
 +
/challenge list rewards points > <points> -> list
 +
List the challenges that do not reward greater than <points> challenge points.
 +
 +
/challenge list rewards points >= <points> -> list
 +
List the challenges that do not reward greater than or exactly <points> challenge points.
 +
 +
/challenge list sort-by <sorting-mode> -> list
 +
Sort the challenge list by the given sorting mode. <sorting-mode> can be alphabet, points, rank, completions and popularity. Alphabet sorts alphabetically, points sorts by the number of challenge points rewarded (descending). Rank sorts by the achieved rank of the targeted player. Completions sorts by the total number of completions by the player. Popularity sorts by the total number of unique completions.
 +
 +
/challenge list uncompleted -> list
 +
List the challenges not yet completed by you (or if a previous `player` filter is present, not yet completed by them)
 +
 +
/challenge map list <challenge>
 +
Lists the maps in the challenge.
 +
 +
/challenge map list <challenge> page <page>
 +
Lists the maps in the challenge, showing a given page.
 +
 +
/challenge modifier list <challenge>
 +
Lists the modifiers in the challenge.
 +
 +
/challenge quit
 +
Quit the challenge you are currently playing.
 +
 +
/challenge random
 +
Join a random challenge. (This only includes the challenges that you can join).
 +
 +
/challenge random <filter>
 +
Join a random challenge that matches the filter. For more filter information, see /challenge list.
 +
 +
/challenge requirement list <challenge>
 +
Lists the requirements to join <challenge>.
 +
 +
/challenge restart
 +
Restart the challenge you are currently playing. This is equivalent to /challenge quit and /challenge join.
 +
 +
/challenge resume
 +
Continue your suspended challenge.
 +
 +
/challenge reward list <challenge>
 +
List the rewards for a challenge.
 +
 +
/challenge suspend
 +
Suspend the challenge you are currently playing. This allows you to play other maps or events.
 +
 +
/challenge times <challenge>
 +
Show the time leaderboard for a challenge.
 +
 +
/challenge times <challenge> page <page>
 +
Show the time leaderboard for a challenge at a page.
 +
 +
==== chat ====
 +
/chat hide
 +
Hide global and events chat. Map messages, party chat and certain system messages will still show.
 +
 +
/chat ping disable
 +
Disable the sound ping when your full name is typed in chat.
 +
 +
/chat ping enable
 +
Enable the sound ping when your full name is typed in chat.
 +
 +
/chat say <channel> <message>
 +
Say <message> in the chat channel <channel>.
 +
 +
/chat setchannel <channel>
 +
Set your chat channel to <channel>. Further messages you type in chat will be sent in that channel.
 +
 +
/chat show
 +
Show global and events chat if you had  chat hidden.
 +
 +
==== checkpoint ====
 +
/checkpoint
 +
Show your current checkpoint.
 +
 +
/checkpoint current
 +
Show your current checkpoint.
 +
 +
/checkpoint current <player>
 +
Show a player's current checkpoint.
 +
 +
/checkpoint mode set ffa
 +
Respawn at your FFA checkpoint.
 +
 +
/checkpoint mode view
 +
Show your current checkpoint mode (whether you are playing an FFA or Hardcore map).
 +
 +
/checkpoint mode view <player>
 +
Show a player's current checkpoint mode (whether they are playing an FFA or Hardcore map).
 +
 +
/checkpoint return
 +
Respawn at your current checkpoint.
 +
 +
/checkpoint return ffa
 +
Respawn at your FFA checkpoint.
 +
 +
/cp -> checkpoint
 +
Alias for the /checkpoint command.
 +
 +
==== cosmetics ====
 +
/cosmetics
 +
Show the cosmetics you have obtained and allow you to equip them.
 +
 +
==== discord ====
 +
/discord deverify
 +
Deverify your discord account.
 +
 +
/discord url
 +
Show the discord link.
 +
 +
/discord verify
 +
Verify your discord account. You will receive a code, which you then use on [https://minr.org/discord discord] in the #verify_here channel.
 +
 +
==== gchat ====
 +
/g -> gchat
 +
Alias for the /gchat command
 +
 +
/gchat <message>
 +
Send a message in the global chat (same as typing in chat when channel is `global`).
 +
 +
==== hat ====
 +
/hat list
 +
List the hats you have obtained.
 +
 +
==== hide ====
 +
/hide all
 +
Hide all players from view.
 +
 +
/hide nonparty
 +
Hide all players that are not in your party from view.
 +
 +
/hide player <player>
 +
Hide a specific player from view.
 +
 +
==== join ====
 +
/join <challenge>
 +
Join a challenge.
 +
 +
/join <map>
 +
Join a map.
 +
 +
/join <player>
 +
Join the map a player is playing.
 +
 +
==== leaderboard ====
 +
/leaderboard challenges hexa
 +
Show the leaderboard for the Hexa Challenge.
 +
 +
/leaderboard challenges hexa <page>
 +
Show the leaderboard for the Hexa Challenge at a page.
 +
 +
/leaderboard challenges modifier <valued-modifier> <challenge>
 +
Show the modifier leaderboard for a given challenge.
 +
 +
/leaderboard challenges modifier <valued-modifier> <challenge> page <page>
 +
Show the modifier leaderboard for a given challenge at a page.
 +
 +
/leaderboard challenges points repeating
 +
Show the Repeating Challenge Points leaderboard.
 +
 +
/leaderboard challenges points repeating <page>
 +
Show the Repeating Challenge Points leaderboard at a page.
 +
 +
/leaderboard challenges points standard
 +
Show the Standard Challenge Points leaderboard.
 +
 +
/leaderboard challenges points standard <page>
 +
Show the Standard Challenge Points leaderboard at a page.
 +
 +
/leaderboard challenges points total
 +
Show the Total Challenge Point leaderboard.
 +
 +
/leaderboard challenges points total <page>
 +
Show the Total Challenge Point leaderboard at a page.
 +
 +
/leaderboard challenges times <challenge>
 +
Show the time leaderboard for a challenge.
 +
 +
/leaderboard challenges times <challenge> page <page>
 +
Show the time leaderboard for a challenge at a page.
 +
 +
/leaderboard maps completion
 +
Show the map completion leaderboard.
 +
 +
/leaderboard maps completion <page>
 +
Show the map completion leaderboard at a page.
 +
 +
/leaderboard maps speedrun
 +
Show the map speedrun score leaderboard.
 +
 +
/leaderboard maps speedrun <page>
 +
Show the map speedrun score leaderboard at a page.
 +
 +
/leaderboard maps times <map>
 +
Show the time leaderboard for a map.
 +
 +
/leaderboard maps times <map> page <page>
 +
Show the time leaderboard for a map at a page.
 +
 +
==== login ====
 +
/login messages clear
 +
Clear the messages you received while offline.
  
 
==== mail ====
 
==== mail ====
  /mail <player> <subject> [message]
+
  /mail delete <mail-number>
Will send a message to a player, regardless if they are online or not. The message will be viewable at any time (until deleted).
+
Delete a mail at the given index.
 +
 
 +
/mail list
 +
Show your mail inbox.
 +
 
 +
/mail list <page>
 +
Show your mail inbox at a page.
 +
 
 +
/mail read <mail-number>
 +
Read a mail at the given index.
 +
 
 +
/mail send <player> <message>  
 +
Send a mail to a player.
 +
 
 +
==== map ====
 +
/map completed <map>
 +
Check your completion status for the given map.
 +
 
 +
/map completed <player> <map>
 +
Check the player's completion status for the given map.
 +
 
 +
/map creator list <map>
 +
List the creators for the given map.
 +
 
 +
/map current
 +
Show your current map.
 +
 
 +
/map current view
 +
Show your current map.
 +
 
 +
/map current view <player>
 +
Show the player's current map.
 +
 
 +
/map difficulty view <map>
 +
Show the difficulty for the map.
 +
 
 +
/map info
 +
Show info about your current map.
 +
 
 +
/map info <map>
 +
Show info about a map.
 +
 
 +
/map join <map>
 +
Join a map.
 +
 
 +
/map join <player>
 +
Join the map the player is playing.
 +
 
 +
/map list
 +
List all maps.
 +
 
 +
/map list completed -> list
 +
List the maps completed by you (or if a previous `player` filter is present, completed by them).
 +
 
 +
/map list creator <creator> -> list
 +
List the maps created by <creator>
  
  /mail delete <number>
+
  /map list difficulty != <difficulty> -> list
Will delete a message a player has received.
+
List the maps that do not have the difficulty <difficulty>.
  
  /mail list
+
  /map list difficulty < <difficulty> -> list
Lists all of the messages a player has received.
+
List the maps that have a difficulty easier than <difficulty>.
 +
 
 +
/map list difficulty <= <difficulty> -> list
 +
List the maps that have a difficulty easier than or exactly <difficulty>.
 +
 
 +
/map list difficulty = <difficulty> -> list
 +
List the maps that have exactly <difficulty>.
 +
 
 +
/map list difficulty > <difficulty> -> list
 +
List the maps that have a difficulty harder than <difficulty>.
 +
 
 +
/map list difficulty >= <difficulty> -> list
 +
List the maps that have a difficulty harder than or exactly <difficulty>.
 +
 
 +
/map list location != <location> -> list
 +
List the maps that are not published in <location>. FFA are the publicly accessible maps, FFAPLUS are the server's best maps.
 +
 
 +
/map list location = <location> -> list
 +
List the maps that are published in <location>. FFA are the publicly accessible maps, FFAPLUS are the server's best maps.
 +
 
 +
/map list page <page> -> list
 +
Shows the given page for the map list.
 +
 
 +
/map list player <player> -> list
 +
Targets a player for the map list, this affects completed and uncompleted queries that come after.
 +
 
 +
/map list sort-by <sorting-mode> -> list
 +
Sort the map list by the given sorting mode. <sorting-mode> can be alphabet, points, rank, completions and popularity. Alphabet sorts alphabetically, points sorts by the number of points rewarded (descending). Rank sorts by the achieved rank of the targeted player. Completions sorts by the total number of unique completions. Popularity sorts by the total number of completions.
 +
 
 +
/map list type primary != <type-primary> -> list  
 +
List the maps that are not of the primary type <type-primary>.
 +
 
 +
/map list type primary = <type-primary> -> list
 +
List the maps that are of the primary type <type-primary>.
 +
 
 +
/map list type secondary != <type-secondary> -> list
 +
List the maps that are not of the secondary type <type-secondary>.
 +
 
 +
/map list type secondary = <type-secondary> -> list
 +
List the maps that are of the secondary type <type-secondary>.
 +
 
 +
/map list type secondary any -> list
 +
List the maps that have a secondary type (can be used to filter mixed maps).
 +
 
 +
/map list type secondary none -> list
 +
List the maps that do not have a secondary type (can be used to filter pure maps).
 +
 
 +
/map list type tertiary != <type-tertiary> -> list
 +
List the maps that do not have the tertiary type <type-tertiary>.
 +
 
 +
/map list type tertiary = <type-tertiary> -> list
 +
List the maps that have the tertiary type <type-tertiary>.
 +
 
 +
/map list type tertiary any -> list
 +
List the maps that have a tertiary type.
 +
 
 +
/map list type tertiary none -> list
 +
List the maps that do not have a tertiary type.
 +
 
 +
/map list uncompleted -> list
 +
List the maps not yet completed by you (or if a previous `player` filter is present, not yet completed by them)
 +
 
 +
/map location view <map>
 +
View the publishing location for the given map.
 +
 
 +
/map name view <map>
 +
View the name for the given map.
 +
 
 +
/map random
 +
Join a random map.
 +
 
 +
/map random <filter> -> random
 +
Join a random map that matches the filter. For more filter information, see /map list.
 +
 
 +
/map release-date view <map>
 +
View the date the map was published.
 +
 
 +
/map speedrun-score <player> <map>
 +
Show the speedrun score the <player> received for beating <map>.
 +
 
 +
/map times <map>
 +
Show the time leaderboard for a map.
 +
 
 +
/map times <map> page <page>
 +
Show the time leaderboard for a map at a page.
 +
 
 +
/map type primary view <map>
 +
Show the primary type for a map.
 +
 
 +
/map type secondary list <map>
 +
List the secondary types for a map.
  
  /mail read <number>
+
  /map type tertiary list <map>
Displays a message to the player.
+
List the tertiary types for a map.
  
 
==== me ====
 
==== me ====
 
  /me <message>
 
  /me <message>
/minecraft:me <message> ''(vanilla)''
+
Send a *<playername>: <message> message in global chat.
Roleplaying command. Displays * playername <message> in chat.
 
  
 
==== message ====
 
==== message ====
  /message <player> <message>
+
  /message <targets> <message>  
/m <player> <message> ''(alias)''
+
Message a <message> to the list of <targets>. The <targets> can be one or more playernames separated by a comma (,).
/msg <player> <message> ''(alias)''
+
 
  /tell <player> <message> ''(alias)''
+
  /msg -> message
/whisper <player> <message> ''(alias)''
+
Alias for /message
  /w <player> <message> ''(alias)''
+
 
Sends a private message to a player. Multiple players can be messaged at once by separating each player name with a comma.
+
  /tell -> message
 +
Alias for /message
  
  /minecraft:msg ''(vanilla)''
+
  /w -> message
/minecraft:tell ''(vanilla)''
+
Alias for /message.
Uses the vanilla command to send a private message to a player.
 
  
==== note ====
+
/whisper -> message
An alias of [[#mail|/mail]].
+
Alias for /message.
  
==== ping ====
 
/ping [player]
 
Pings the server. The server pongs the player back. Displays the round-trip travel time for a packet between a player and the server.<br>
 
Can also be used to play ping-pong with the server.
 
  
==== reply ====
+
==== minr ====
  /reply <message>
+
  /minr gui-items hide
  /r <message> ''(alias)''
+
Hide GUI items like the compass at spawn.
Replies to the sender of the last private message received. If last message was sent to multiple players, replies to all players.
+
 
 +
  /minr gui-items show
 +
Show GUI items like the compass at spawn.
  
==== spawn ====
+
==== motd ====
  /spawn
+
  /motd
/hub ''(alias)''
+
Show the current message of the day (motd).
/lobby ''(alias)''
 
/quit ''(alias)''
 
/quitmap ''(alias)''
 
/leave ''(alias)''
 
Teleports the player to [[Spawn|spawn]].
 
  
==== team ====
+
  /motd view
  /tchat <message>
+
Show the current message of the day (motd).
/teammsg <message> ''(alias)''
 
/t <message> ''(alias)''
 
Sends a message to everyone in the player's team (if they are in one).
 
  
==== whois ====
+
==== nick ====
  /whois [player]
+
  /nick view <player>
Displays information about the player.
+
View the nickname for a player.
  
=== Party ===
+
==== online ====
These commands pertain to Minr's party system, which allows players to easily join maps together and communicate with their party.
+
/online
 +
List the online players.
  
==== accept ====
+
==== party ====
 
  /party accept
 
  /party accept
Accepts a pending invite to a party.
+
Accept a party invite.
  
==== create ====
 
 
  /party create
 
  /party create
Creates a new party. (Cannot create party while in another party)
+
Create a new party.
  
==== disband ====
 
 
  /party disband
 
  /party disband
Disbands the party. (Must be party leader to disband)
+
Disband your party.
  
==== invite ====
 
 
  /party invite <player>
 
  /party invite <player>
Sends an invite to a player to join a party.
+
Invite a player to your party.
  
==== kick ====
 
 
  /party kick <player>
 
  /party kick <player>
Removes a player from your party. (Must be party leader to kick)
+
Kick a player from your party.
  
==== leave ====
 
 
  /party leave
 
  /party leave
Leaves the player's current party.
+
Leave your party.
  
==== list ====
 
 
  /party list
 
  /party list
Lists all players in the executor's party.
+
List the players in your party.
 +
 
 +
/party set all-invite allow
 +
Allow all party members to invite any player.
 +
 
 +
/party set all-invite default allow
 +
Set the default of the all-invite setting to allow.
 +
 +
/party set all-invite default disallow
 +
Set the default of the all-invite setting to disallow.
 +
 
 +
/party set all-invite disallow
 +
Disallow all party members to invite any player.
  
==== set allinvite/warp ====
+
  /party set death-messages default disable
  /party set allinvite allow|disallow [default]
+
Set the default of the death-messages setting to disabled.
Allows or disallows party members sending party invites. If disallow is set, only the party leader can invite players to their party. The ''default'' keyword sets the default setting for any future parties the player creates.
+
 +
/party set death-messages default enable
 +
Set the default of the death-messages setting to enabled.
  
  /party set warp enable|disable [default]
+
  /party set death-messages disable
Enables or disables warping all party members when any party member joins a map or challenge. The ''default'' keyword sets the default setting for any future parties the player creates.
+
Hide death messages for your party.
  
(Must be party leader to change party settings)
+
/party set death-messages enable
 +
Show death messages for your party.
  
==== summon ====
+
  /party set warp default disable
  /party summon
+
Set the default of the warp setting to disabled.
Brings all party members to your current map.
 
  
==== transfer ====
+
  /party set warp default enable
  /party transfer <player>
+
Set the default of the warp setting to enabled.
Transfers leadership to another party member. (Must be party leader to transfer)
 
  
=== Checkpoint and Maps===
+
/party set warp disable
These pertain specifically to [[Map|maps]].
+
Disable the party teleporting to the party leader when the party leader joins a map or challenge.
 +
 +
/party set warp enable
 +
Enable the party teleporting to the party leader when the party leader joins a map or challenge.
  
==== by ====
+
  /party summon
  /c by [player]
+
Summon the party to the party leader's map or challenge.
Displays a list of all the maps of which a player is a creator. If omitted, player defaults to the executor.
 
  
==== completed ====
+
  /party transfer <new-leader>  
  /c completed [player <player>] [comparing <player>|party] map <map name|map code>
+
Transfer your party ownership to another party member.
Checks how many times a player has completed a map, and their fastest time. If omitted, player defaults to the executor. The comparing specifier will show the completion information for an additional player or the executor's entire party.
 
/c completed [player <player>] [comparing <player>|party] [sortby <sort mode>] [page <number>]
 
Displays a list of all the maps a player has beaten, and their fastest times. If omitted, player defaults to the executor. The comparing specifier will filter the list to maps completed by both players or the executor's entire party.<br>
 
Sort mode can be one of the following:
 
* Alphabet&nbsp;– ''Default. Sorts alphabetically.''
 
* Points''&nbsp;– ''Sorts on point value, from low to high, then alphabetically.''
 
* Rank''&nbsp;– ''Sorts on the time rank accomplished by the player, then alphabetically.''
 
* Completions''&nbsp;– ''Sorts on the amount of completions, from low to high, then alphabetically.''
 
  
==== cp ====
+
==== pchat ====
  /c cp [player]
+
  /pchat <message>
/c current [player] ''(alias)''
+
Send a message to the party chat.
Displays checkpoint information about a player. If omitted, player defaults to the executor.
 
  
==== ffa ====
+
  /p -> pchat
  /c ffa
+
Alias for /pchat
Respawns player at their ffa checkpoint.
 
  
==== info ====
+
==== ping ====
  /c info <map name|map code>
+
  /ping
Displays information about a map, including the map type(s), creators, and difficulty.
+
Show your ping (latency) to the server.
  
==== join ====
+
  /ping <player>
/c join <map name|map code>
+
Show the player's ping (latency) to the server.
Joins a map
 
  /c join <player>
 
Joins the map that a player is currently playing
 
  
 
==== points ====
 
==== points ====
  /c points [player]
+
  /points
Displays the amount of [[Points|FFA Points]], [[Points|Challenge Points]], and [[Points|Global Points]] obtained by a player. If omitted, player defaults to the executor.
+
Show the Points, Speedrun Score, and Challenge Points you have obtained.
  
==== srscore ====
+
  /points <player>
  /c srscore <player> <map>
+
Show the Points, Speedrun Score, and Challenge Points a player has obtained.
Displays the amount of [[Points|Speedrun Score]] a player has earned on a particular map. The higher the player’s time rank, the higher the Speedrun Score they’ll have on the map. If omitted, player defaults to the executor.
 
  
==== random ====
+
==== prefix ====
  /c random [new]
+
  /prefix view <player>
Warps the player to a random map. If ''new'' is present, it will warp the player to a map they have not completed before.
+
View the prefix of a player.
 +
 +
==== quick-warp ====
 +
/quick-warp
 +
Show the quick-warp menu to quickly teleport to parkour, maze, challenge, events, and more.
  
==== restart ====
+
/play -> quick-warp
  /c restart
+
Alias for /quick-warp.
Resets the player's progress in a map.
+
 +
==== reply ====
 +
/reply <message>
 +
Reply to a message you have recently received.
 +
 
 +
/r -> reply
 +
Alias for /reply
 +
 
 +
==== spawn ====
 +
/spawn
 +
Teleport to spawn.
 +
 
 +
/lobby -> spawn
 +
Alias for spawn
 +
 
 +
/hub -> spawn
 +
Alias for spawn
 +
 
 +
/leave -> spawn
 +
Alias for spawn
 +
 
 +
/quitmap -> spawn
 +
Alias for spawn
 +
 
 +
/quit -> spawn
 +
Alias for spawn
 +
==== tchat ====
 +
  /tchat <message>
 +
Send a message in the team chat (sometimes used during events).
 +
 
 +
/t -> tchat
 +
Alias for /tchat.
 +
 
 +
/teammsg -> tchat
 +
Alias for /tchat.
 +
 
 +
/tm -> tchat
 +
Alias for /tchat.
 +
 
 +
==== titles ====
 +
/titles list
 +
Show the titles you have obtained.
 +
 
 +
==== trail ====
 +
/trail list
 +
Show the trails you have obtained.
 +
 
 +
==== training ====
 +
/training
 +
Teleport to the training area.
 +
 
 +
==== unblock ====
 +
/unblock <player>
 +
Unblock a player.
  
==== times ====
+
==== unhide ====
  /c times [page] <map name|map code>
+
  /unhide all
Displays the times for a map.
+
Show all players you may have previously hidden.
  
==== uncompleted ====
+
  /unhide party  
  /c uncompleted [player <player>] [comparing <player>|party] [sortby <sort mode>] [page <number>]
+
Show all party members you may have previously hidden.
Displays a list of all the maps a player has not completed. Maps that are not accessible or award no points are not included. If omitted, player defaults to the executor. The comparing specifier will filter the list to maps that are not completed by both players or the executor's entire party.<br>
 
Sort mode can be one of the following:
 
* Alphabet&nbsp;– ''Default. Sorts alphabetically.''
 
* Points''&nbsp;– ''Sorts on point value, from low to high, then alphabetically.''
 
* Rank''&nbsp;– ''Sorts on the time rank accomplished by the player, then alphabetically.''
 
* Completions''&nbsp;– ''Sorts on the amount of completions, from low to high, then alphabetically.''
 
  
=== Challenge ===
+
/unhide player <player>
These pertain specifically to [[Challenge|Challenges]].
+
Show a player you may have previously hidden.
  
==== completed ====
+
/show -> unhide
  /ch completed [player <player>] [comparing <player>|party] map <map name|map code>
+
Alias for /unhide.
Checks how many times a player has completed a challenge, and their fastest time. If omitted, player defaults to the executor. The comparing specifier will show the completion information for an additional player or the executor's entire party.
+
 
/ch completed [player <player>] [comparing <player>|party] [sortby <sort mode>] [page <number>]
+
==== whois ====
Displays a list of all the challenges a player has beaten, and their fastest times. If omitted, player defaults to the executor. The comparing specifier will filter the list to challenges completed by both players or the executor's entire party.<br>
+
  /whois
Sort mode can be one of the following:
+
Show summary information for yourself.
* Alphabet&nbsp;– ''Default. Sorts alphabetically.''
 
* Points''&nbsp;– ''Sorts on point value, from low to high, then alphabetically.''
 
* Rank''&nbsp;– ''Sorts on the time rank accomplished by the player, then alphabetically.''
 
* Completions''&nbsp;– ''Sorts on the amount of completions, from low to high, then alphabetically.''
 
  
==== daily ====
+
  /whois <player>
/ch join daily
+
Show summary information for a player.
Begins the daily challenge.
 
  /ch info [page] daily
 
Displays information about the currently daily challenge.
 
  
==== hexa ====
+
  /whoami -> whois
  /ch hexa [player]
+
Alias for /whois.
Displays information about a player's progress through the Hexa challenge. If player is omitted, a leaderboard for hexa stage completion is displayed instead.
 
  
==== info ====
 
/ch info [page] <challenge name|challenge code>
 
Displays information about a challenge.
 
  
==== join ====
+
=== Blues ===
/ch join <challenge name|challenge code>
 
Begins a challenge.
 
  
==== quit ====
+
==== checkpoint ====
  /ch quit
+
  /checkpoint mode set hardcore
Quits the current challenge.
+
Respawn at your Hardcore checkpoint.
  
==== random ====
+
  /checkpoint return hardcore
  /ch random
+
Respawn at your Hardcore checkpoint.
Joins a random challenge.
 
  
==== ranks modifier ====
+
=== Greenies ===
/ch ranks modifier <valued-modifier> <page> <challenge>
 
Displays ranks of a specified modifier of a challenge.<br>
 
Valued-modifier can be one of the following:
 
* life_challenge''&nbsp;– ''Sorts by the amount of remaining lives at challenge completion''
 
* limited_cps''&nbsp;– ''Sorts by the amount of remaining unused checkpoints at challenge completion''
 
* limited_jumps''&nbsp;– ''Sorts by the amount of remaining jumps at challenge completion''
 
* limited_time''&nbsp;– ''Sorts by the amount of remaining time left at challenge completion''
 
* soul_link''&nbsp;– ''Displays every completion''
 
  
==== ranks points ====
+
==== adventure ====
  /ch ranks points
+
  /adventure
/ch ranks repeating
+
Become adventure mode.
/ch ranks standard
 
Displays ranks for the combined challenge point value of all challenges of the corresponding type. "/ch ranks points" displays ranks for the total value of all repeating and standard challenge points.
 
  
==== restart ====
+
  /call <player>
  /ch restart
+
Request a teleport to a player.
Restarts a player's progress in a challenge.
 
  
==== uncompleted ====
+
  /home list
  /ch uncompleted [player <player>] [comparing <player>|party] [sortby <sort mode>] [page <number>]
+
List your homes (bookmarked locations to teleport to).
Displays a list of all the challenges a player has not completed. If omitted, player defaults to the executor. The comparing specifier will filter the list to challenges that are not completed by both players or the executor's entire party.<br>
 
Sort mode can be one of the following:
 
* Alphabet&nbsp;– ''Default. Sorts alphabetically.''
 
* Points''&nbsp;– ''Sorts on point value, from low to high, then alphabetically.''
 
* Rank''&nbsp;– ''Sorts on the time rank accomplished by the player, then alphabetically.''
 
* Completions''&nbsp;– ''Sorts on the amount of completions, from low to high, then alphabetically.''
 
  
== Blue Commands ==
+
  /home list <page>
==== hardcore ====
+
List your homes at a page.
/c hardcore
 
  /c hc ''(alias)''
 
Respawns the player at their [[Hardcore|Hardcore]] checkpoint.
 
  
== Green Commands ==
+
/home remove <home>
These commands are only available to greens and staff. They are used to assist in the creation of maps.<br>
+
Remove a home.
  
==== bring ====
+
  /home set <home>
  /bring <player>
+
Set a home to your current location.
Teleports a player to you who called recently. On other servers, it is commonly known as ''/tpaccept''.
 
Using this command will invalidate the player's timer.
 
  
==== call ====
+
  /home teleport <home>  
  /call <player>
+
Teleport to a home.
Will request to teleport to any green or staff member. On other servers, it is commonly known as ''/tpa''.
 
Using this command will invalidate the player's timer.
 
  
==== home ====
+
  /minr uuid
  /home [home name]
+
Show the UUID of an entity you are looking at.
Teleports the player to their home. It will teleport them to one of their homes specified. If ''home name'' is omitted, the player will be teleported to their first home.<br>
 
Greens and Staff can have unlimited amounts of homes.<br>
 
Using this command will invalidate the player's timer.
 
  
==== listhomes ====
+
  /survival
/listhomes
+
Become survival mode.
  /listhome ''(alias)''
 
Displays all the homes the player has set.
 
  
==== listwarps ====
+
  /warp list
  /listwarps
+
List the warps (staff-set bookmarked locations to teleport to).
/listwarp ''(alias)''
 
Displays all the warps on ''Zero''.
 
  
==== sethome ====
+
  /warp list <page>
  /sethome [home name]
+
List the warps at a page.
Sets the player's home to their current position. If ''home name'' is specified, then it will set their Home # to their current position. Homes can be set to either numbers or names.  
 
  
==== warp ====
+
  /warp teleport <warp>  
  /warp <warp>
+
Teleport to a warp.
Will warp the player to a specified warp.
 
Using this command will invalidate the player's timer.
 

Latest revision as of 23:48, 14 December 2024

Commands are used on Zero to navigate the server, join maps and assist in building, among other uses. The player can execute any command granted to them by their rank, or any lower ranks.

General Commands[edit]

Note that /cp is an alias of /checkpoint. /ch is an alias of /challenge.
When referencing a map, you can either use its name, or the map code (usually a three-letter abbreviated form of the map’s name, such as “aws” for “A Whittle Story” or “anh” for “ANHUR”). This can usually be found on the map's checkpoint sign.

General[edit]

help[edit]

/help

Show a summary of useful commands.

/help ranks

Show a summary of what the ranks mean.

kill[edit]

/kill

Kills the player. They will respawn at their checkpoint.

accept[edit]

/accept

Not usually used as a starting point. Whenever something is requested from you, you might see a prompt to /accept. This will trigger that action.

block[edit]

/block list

Show the players that you blocked.

/block player <player>

Block a player. This hides the player completely, including any messages they send you.

bring[edit]

/bring <player>

Accept a teleport request from a green or higher-ranked player.

challenge[edit]

/ch

Alias for the challenge command.

/challenge completed <challenge>

Check your completion status for the given challenge.

/challenge completed <player> <challenge>

Check the player's completion status for the given challenge.

/challenge current

Show your current challenge.

 /challenge current <player>

Show the player's current challenge.

/challenge hexa

Show your hexa record, or if you are playing hexa, show information about your current run.

/challenge hexa <player>

Show a player's hexa record, or if they are playing hexa, show information about their current run.

/challenge info

Show info about your current challenge.

/challenge info <challenge>

Show info about a challenge.

/challenge join <challenge>

Join a challenge.

/challenge join <player>

Join the challenge the player is playing.

/challenge list

List all challenges.

/challenge list completed -> list

List the challenges completed by you (or if a previous `player` filter is present, completed by them).

/challenge list length != <length> -> list

List the challenges that do not have <length> maps.

/challenge list length < <length> -> list 

List the challenges that have fewer than or exactly <length> maps.

/challenge list length <= <length> -> list

List the challenges that have fewer than <length> maps.

/challenge list length = <length> -> list

List the challenges that have exactly <length> maps.

/challenge list length > <length> -> list

List the challenges that have more than <length> maps.

/challenge list length >= <length> -> list

List the challenges that have more than or exactly <length> maps.

/challenge list map excluded <maps> -> list

List the challenges that do not contain the maps specified by <maps>. You can specify multiple maps by separating them with a comma (,)

/challenge list map included <maps> -> list

List the challenges that contain the maps specified by <maps>. You can specify multiple maps by separating them with a comma (,)

/challenge list modifier non-valued <modifier> -> list

List the challenges that contain the non-valued modifier <modifier>. (A non-valued modifier is no_sprint, no_food, no_regeneration, no_damage).

/challenge list modifier valued <valued-modifier> != <valued-modifiers> -> list

List the challenges that contain the valued modifier <valued-modifier> with a value that does not match <valued-modifiers>.

/challenge list modifier valued <valued-modifier> < <valued-modifiers> -> list

List the challenges that contain the valued modifier <valued-modifier> with a value that is less than <valued-modifiers>.

/challenge list modifier valued <valued-modifier> <= <valued-modifiers> -> list

List the challenges that contain the valued modifier <valued-modifier> with a value that is less than or exactly <valued-modifiers>.

/challenge list modifier valued <valued-modifier> = <valued-modifiers> -> list

List the challenges that contain the valued modifier <valued-modifier> with a value that is exactly <valued-modifiers>.

/challenge list modifier valued <valued-modifier> > <valued-modifiers> -> list

List the challenges that contain the valued modifier <valued-modifier> with a value that is greater than <valued-modifiers>.

/challenge list modifier valued <valued-modifier> >= <valued-modifiers> -> list

List the challenges that contain the valued modifier <valued-modifier> with a value that is greater than or exactly <valued-modifiers>.

/challenge list modifier valued <valued-modifier> any -> list

List the challenges that contain the valued modifier <valued-modifier> with any value.

/challenge list modifier valued <valued-modifier> none -> list

List the challenges that do not contain the valued modifier <valued-modifier>.

/challenge list page <page> -> list

Shows the given page for the challenge list.

/challenge list player <player> -> list

Targets a player for the challenge list, this affects completed and uncompleted queries that come after.

/challenge list rewards cosmetic -> list

List the challenges that reward a cosmetic.

/challenge list rewards points != <points> -> list

List the challenges that do not reward exactly <points> challenge points.

/challenge list rewards points < <points> -> list

List the challenges that reward fewer than <points> challenge points.

/challenge list rewards points <= <points> -> list

List the challenges that do not reward fewer than or exactly <points> challenge points.

/challenge list rewards points = <points> -> list

List the challenges that reward exactly <points> challenge points.

/challenge list rewards points > <points> -> list

List the challenges that do not reward greater than <points> challenge points.

/challenge list rewards points >= <points> -> list

List the challenges that do not reward greater than or exactly <points> challenge points.

/challenge list sort-by <sorting-mode> -> list

Sort the challenge list by the given sorting mode. <sorting-mode> can be alphabet, points, rank, completions and popularity. Alphabet sorts alphabetically, points sorts by the number of challenge points rewarded (descending). Rank sorts by the achieved rank of the targeted player. Completions sorts by the total number of completions by the player. Popularity sorts by the total number of unique completions.

/challenge list uncompleted -> list

List the challenges not yet completed by you (or if a previous `player` filter is present, not yet completed by them)

/challenge map list <challenge>

Lists the maps in the challenge.

/challenge map list <challenge> page <page>

Lists the maps in the challenge, showing a given page.

/challenge modifier list <challenge>

Lists the modifiers in the challenge.

/challenge quit

Quit the challenge you are currently playing.

/challenge random

Join a random challenge. (This only includes the challenges that you can join).

/challenge random <filter> 

Join a random challenge that matches the filter. For more filter information, see /challenge list.

/challenge requirement list <challenge>

Lists the requirements to join <challenge>.

/challenge restart

Restart the challenge you are currently playing. This is equivalent to /challenge quit and /challenge join.

/challenge resume

Continue your suspended challenge.

/challenge reward list <challenge>

List the rewards for a challenge.

/challenge suspend

Suspend the challenge you are currently playing. This allows you to play other maps or events.

/challenge times <challenge>

Show the time leaderboard for a challenge.

/challenge times <challenge> page <page>

Show the time leaderboard for a challenge at a page.

chat[edit]

/chat hide
Hide global and events chat. Map messages, party chat and certain system messages will still show.
/chat ping disable

Disable the sound ping when your full name is typed in chat.

/chat ping enable

Enable the sound ping when your full name is typed in chat.

/chat say <channel> <message>

Say <message> in the chat channel <channel>.

/chat setchannel <channel>

Set your chat channel to <channel>. Further messages you type in chat will be sent in that channel.

/chat show Show global and events chat if you had chat hidden.

checkpoint[edit]

/checkpoint 

Show your current checkpoint.

/checkpoint current

Show your current checkpoint.

/checkpoint current <player>

Show a player's current checkpoint.

/checkpoint mode set ffa

Respawn at your FFA checkpoint.

/checkpoint mode view

Show your current checkpoint mode (whether you are playing an FFA or Hardcore map).

/checkpoint mode view <player>

Show a player's current checkpoint mode (whether they are playing an FFA or Hardcore map).

/checkpoint return

Respawn at your current checkpoint.

/checkpoint return ffa

Respawn at your FFA checkpoint.

/cp -> checkpoint

Alias for the /checkpoint command.

cosmetics[edit]

/cosmetics

Show the cosmetics you have obtained and allow you to equip them.

discord[edit]

/discord deverify

Deverify your discord account.

/discord url

Show the discord link.

/discord verify

Verify your discord account. You will receive a code, which you then use on discord in the #verify_here channel.

gchat[edit]

/g -> gchat

Alias for the /gchat command

/gchat <message>

Send a message in the global chat (same as typing in chat when channel is `global`).

hat[edit]

/hat list

List the hats you have obtained.

hide[edit]

/hide all

Hide all players from view.

/hide nonparty

Hide all players that are not in your party from view.

/hide player <player>

Hide a specific player from view.

join[edit]

/join <challenge>

Join a challenge.

/join <map>

Join a map.

/join <player>

Join the map a player is playing.

leaderboard[edit]

/leaderboard challenges hexa

Show the leaderboard for the Hexa Challenge.

/leaderboard challenges hexa <page>

Show the leaderboard for the Hexa Challenge at a page.

/leaderboard challenges modifier <valued-modifier> <challenge>

Show the modifier leaderboard for a given challenge.

/leaderboard challenges modifier <valued-modifier> <challenge> page <page>

Show the modifier leaderboard for a given challenge at a page.

/leaderboard challenges points repeating 

Show the Repeating Challenge Points leaderboard.

/leaderboard challenges points repeating <page>

Show the Repeating Challenge Points leaderboard at a page.

/leaderboard challenges points standard 

Show the Standard Challenge Points leaderboard.

/leaderboard challenges points standard <page> 

Show the Standard Challenge Points leaderboard at a page.

/leaderboard challenges points total 

Show the Total Challenge Point leaderboard.

/leaderboard challenges points total <page>

Show the Total Challenge Point leaderboard at a page.

/leaderboard challenges times <challenge> 

Show the time leaderboard for a challenge.

/leaderboard challenges times <challenge> page <page>

Show the time leaderboard for a challenge at a page.

/leaderboard maps completion 

Show the map completion leaderboard.

/leaderboard maps completion <page> 

Show the map completion leaderboard at a page.

/leaderboard maps speedrun

Show the map speedrun score leaderboard.

/leaderboard maps speedrun <page> 

Show the map speedrun score leaderboard at a page.

/leaderboard maps times <map>

Show the time leaderboard for a map.

/leaderboard maps times <map> page <page>

Show the time leaderboard for a map at a page.

login[edit]

/login messages clear 

Clear the messages you received while offline.

mail[edit]

/mail delete <mail-number>

Delete a mail at the given index.

/mail list

Show your mail inbox.

/mail list <page> 

Show your mail inbox at a page.

/mail read <mail-number> 

Read a mail at the given index.

/mail send <player> <message> 

Send a mail to a player.

map[edit]

/map completed <map>

Check your completion status for the given map.

/map completed <player> <map>

Check the player's completion status for the given map.

/map creator list <map>

List the creators for the given map.

/map current

Show your current map.

/map current view

Show your current map.

/map current view <player>

Show the player's current map.

/map difficulty view <map>

Show the difficulty for the map.

/map info

Show info about your current map.

/map info <map>

Show info about a map.

/map join <map>

Join a map.

/map join <player>

Join the map the player is playing.

/map list

List all maps.

/map list completed -> list

List the maps completed by you (or if a previous `player` filter is present, completed by them).

/map list creator <creator> -> list 

List the maps created by <creator>

/map list difficulty != <difficulty> -> list

List the maps that do not have the difficulty <difficulty>.

/map list difficulty < <difficulty> -> list 

List the maps that have a difficulty easier than <difficulty>.

/map list difficulty <= <difficulty> -> list 

List the maps that have a difficulty easier than or exactly <difficulty>.

/map list difficulty = <difficulty> -> list 

List the maps that have exactly <difficulty>.

/map list difficulty > <difficulty> -> list 

List the maps that have a difficulty harder than <difficulty>.

/map list difficulty >= <difficulty> -> list 

List the maps that have a difficulty harder than or exactly <difficulty>.

/map list location != <location> -> list 

List the maps that are not published in <location>. FFA are the publicly accessible maps, FFAPLUS are the server's best maps.

/map list location = <location> -> list 

List the maps that are published in <location>. FFA are the publicly accessible maps, FFAPLUS are the server's best maps.

/map list page <page> -> list 

Shows the given page for the map list.

/map list player <player> -> list 

Targets a player for the map list, this affects completed and uncompleted queries that come after.

/map list sort-by <sorting-mode> -> list 

Sort the map list by the given sorting mode. <sorting-mode> can be alphabet, points, rank, completions and popularity. Alphabet sorts alphabetically, points sorts by the number of points rewarded (descending). Rank sorts by the achieved rank of the targeted player. Completions sorts by the total number of unique completions. Popularity sorts by the total number of completions.

/map list type primary != <type-primary> -> list 

List the maps that are not of the primary type <type-primary>.

/map list type primary = <type-primary> -> list 

List the maps that are of the primary type <type-primary>.

/map list type secondary != <type-secondary> -> list 

List the maps that are not of the secondary type <type-secondary>.

/map list type secondary = <type-secondary> -> list 

List the maps that are of the secondary type <type-secondary>.

/map list type secondary any -> list 

List the maps that have a secondary type (can be used to filter mixed maps).

/map list type secondary none -> list 

List the maps that do not have a secondary type (can be used to filter pure maps).

/map list type tertiary != <type-tertiary> -> list 

List the maps that do not have the tertiary type <type-tertiary>.

/map list type tertiary = <type-tertiary> -> list 

List the maps that have the tertiary type <type-tertiary>.

/map list type tertiary any -> list 

List the maps that have a tertiary type.

/map list type tertiary none -> list 

List the maps that do not have a tertiary type.

/map list uncompleted -> list

List the maps not yet completed by you (or if a previous `player` filter is present, not yet completed by them)

/map location view <map>

View the publishing location for the given map.

/map name view <map>

View the name for the given map.

/map random

Join a random map.

/map random <filter> -> random 

Join a random map that matches the filter. For more filter information, see /map list.

/map release-date view <map>

View the date the map was published.

/map speedrun-score <player> <map>

Show the speedrun score the <player> received for beating <map>.

/map times <map>

Show the time leaderboard for a map.

/map times <map> page <page>

Show the time leaderboard for a map at a page.

/map type primary view <map>

Show the primary type for a map.

/map type secondary list <map>

List the secondary types for a map.

/map type tertiary list <map>

List the tertiary types for a map.

me[edit]

/me <message>

Send a *<playername>: <message> message in global chat.

message[edit]

/message <targets> <message> 

Message a <message> to the list of <targets>. The <targets> can be one or more playernames separated by a comma (,).

/msg -> message

Alias for /message

/tell -> message

Alias for /message

/w -> message

Alias for /message.

/whisper -> message

Alias for /message.


minr[edit]

/minr gui-items hide 

Hide GUI items like the compass at spawn.

/minr gui-items show 

Show GUI items like the compass at spawn.

motd[edit]

/motd

Show the current message of the day (motd).

/motd view

Show the current message of the day (motd).

nick[edit]

/nick view <player>

View the nickname for a player.

online[edit]

/online

List the online players.

party[edit]

/party accept

Accept a party invite.

/party create

Create a new party.

/party disband

Disband your party.

/party invite <player>

Invite a player to your party.

/party kick <player>

Kick a player from your party.

/party leave

Leave your party.

/party list

List the players in your party.

/party set all-invite allow

Allow all party members to invite any player.

/party set all-invite default allow

Set the default of the all-invite setting to allow.

/party set all-invite default disallow

Set the default of the all-invite setting to disallow.

/party set all-invite disallow 

Disallow all party members to invite any player.

/party set death-messages default disable

Set the default of the death-messages setting to disabled.

/party set death-messages default enable

Set the default of the death-messages setting to enabled.

/party set death-messages disable

Hide death messages for your party.

/party set death-messages enable 

Show death messages for your party.

/party set warp default disable 

Set the default of the warp setting to disabled.

/party set warp default enable 

Set the default of the warp setting to enabled.

/party set warp disable 

Disable the party teleporting to the party leader when the party leader joins a map or challenge.

/party set warp enable 

Enable the party teleporting to the party leader when the party leader joins a map or challenge.

/party summon 

Summon the party to the party leader's map or challenge.

/party transfer <new-leader> 

Transfer your party ownership to another party member.

pchat[edit]

/pchat <message> 

Send a message to the party chat.

/p -> pchat

Alias for /pchat

ping[edit]

/ping 

Show your ping (latency) to the server.

/ping <player>

Show the player's ping (latency) to the server.

points[edit]

/points

Show the Points, Speedrun Score, and Challenge Points you have obtained.

/points <player>

Show the Points, Speedrun Score, and Challenge Points a player has obtained.

prefix[edit]

/prefix view <player>

View the prefix of a player.

quick-warp[edit]

/quick-warp

Show the quick-warp menu to quickly teleport to parkour, maze, challenge, events, and more.

/play -> quick-warp

Alias for /quick-warp.

reply[edit]

/reply <message>

Reply to a message you have recently received.

/r -> reply

Alias for /reply

spawn[edit]

/spawn

Teleport to spawn.

/lobby -> spawn

Alias for spawn

/hub -> spawn

Alias for spawn

/leave -> spawn

Alias for spawn

/quitmap -> spawn

Alias for spawn

/quit -> spawn

Alias for spawn

tchat[edit]

/tchat <message>

Send a message in the team chat (sometimes used during events).

/t -> tchat

Alias for /tchat.

/teammsg -> tchat

Alias for /tchat.

/tm -> tchat

Alias for /tchat.

titles[edit]

/titles list

Show the titles you have obtained.

trail[edit]

/trail list

Show the trails you have obtained.

training[edit]

/training 

Teleport to the training area.

unblock[edit]

/unblock <player>

Unblock a player.

unhide[edit]

/unhide all 

Show all players you may have previously hidden.

/unhide party 

Show all party members you may have previously hidden.

/unhide player <player> 

Show a player you may have previously hidden.

/show -> unhide

Alias for /unhide.

whois[edit]

/whois

Show summary information for yourself.

/whois <player>

Show summary information for a player.

/whoami -> whois

Alias for /whois.


Blues[edit]

checkpoint[edit]

/checkpoint mode set hardcore

Respawn at your Hardcore checkpoint.

/checkpoint return hardcore

Respawn at your Hardcore checkpoint.

Greenies[edit]

adventure[edit]

/adventure

Become adventure mode.

/call <player> 

Request a teleport to a player.

/home list

List your homes (bookmarked locations to teleport to).

/home list <page> 

List your homes at a page.

/home remove <home> 

Remove a home.

/home set <home>

Set a home to your current location.

/home teleport <home> 

Teleport to a home.

/minr uuid 

Show the UUID of an entity you are looking at.

/survival 

Become survival mode.

/warp list 

List the warps (staff-set bookmarked locations to teleport to).

/warp list <page> 

List the warps at a page.

/warp teleport <warp> 

Teleport to a warp.