Commands

Learn what commands FTC has, and how to use them

Syntax

The notation format used to write these command documentations is similar to vanilla Minecraft syntax.

We chose to use a slightly different format to provide extra information, however. The following command documentation will use this syntax:

Syntax Meaning
plain text Requires the literal text to be entered
<argumentName: type> or <argumentName> A required argument, the ’type’ is not always required, as sometimes it can be inferred by the reader
[entry] A literal value, may optionally be given
[<entry: type>] or [<entry>] An argument value, may optionally be given
<first | second> (Required) Choose 1 of the literal values
[first | second] (Optional) Choose 1 of the literal values

Using the above table as a guide, we can, for example, document the /pay command like so:

/pay <players> <amount: number(1..)> [<message>]
  • /pay is the command’s label
  • <players> are the player(s) who will be the target(s) of the command. a ’type’ doesn’t have to be specified here, as anyone can infer that the command requires us to enter a player’s name, or a target selector like @a
  • <amount: number(1..)> The amount of rhines that will be sent to the target(s), here, a type is given for clarity, stating that it requires a number in a range of [1..], aka, above or equal to 1
  • [<message>] An optional message, like with <players> readers can infer that a message is simply any string with color codes or emotes in it.

admin

admin commands

afk

afk commands

antigrief

antigrief commands

challenges

challenges commands

cosmetics

cosmetics commands

cosmetics/emotes

cosmetics/emotes commands

dialogues

dialogues commands

discord

discord commands

docs

docs commands

dungeons

dungeons commands

economy/market

economy/market commands

economy/signshops

economy/signshops commands

guilds

guilds commands

home

home commands

inventory

inventory commands

item

item commands

king

king commands

leaderboards

leaderboards commands

mail

mail commands

marriages

marriages commands

scripts

scripts commands

sellshop

sellshop commands

serverlist

serverlist commands

settings

settings commands

structure

structure commands

titles

titles commands

tpa

tpa commands

uncategorized

uncategorized commands

usables

usables commands

waypoints

waypoints commands

worldloader

worldloader commands

Last modified November 18, 2023: Update commands wiki (60db43f)