Skip to content
Max Roncace edited this page Apr 18, 2016 · 6 revisions

Command Documentation (TTT v0.10)

Below is a list of commands built into TTT as well as their descriptions.

[Square brackets] represent required arguments, and {curly braces} represent optional arguments.

Each command is assigned to a permission level, which defines which players may use it. See the permissions documentation for more information.

All commands are executed by running /ttt [command] {arguments}.


Basic Commands

Command Description Arguments Permission Level
join Adds player to a specified TTT round. [arena] — The name of the arena to join. use
leave Removes player from their current round. None. use
listarenas Lists available arenas. None. use

Arena-Related

Command Description Arguments Permission Level
arenainfo Displays detailed information about a given arena. [arena] — The arena to display information about. admin
createarena Initiates the arena creation wizard. None. superadmin
import Imports a TTT map from a specified folder in the server's root directory. [world] — The folder containing the world to be imported. superadmin
removearena Removes the given arena from TTT's registry. [arena] — The name of the arena to remove. superadmin
listspawns Lists the spawn points of a given arena. [arena] — The name of the arena to list the spawn points of. superadmin
addspawn Adds the sender's or a specified location as a spawn to a specified arena. [arena] — The arena to add a spawn point to.
{[x] [y] [z]} — The location of the new spawn point (coordinates only, world is inferred from the arena data). If this is omitted, the player's current location will be used instead.
superadmin
removespawn Removes the sender's or a specified location or an index as a spawn from the specified arena. [arena] — The arena to remove a spawn point from.
{index} — The internal index of the point to remove. If this is omitted, the plugin will attempt to remove the spawn point at the player's current location if it exists.
superadmin

Player-Related

Command Description Arguments Permission Level
role Displays the role of a player. [player] — The name of the player to display the role of. admin
slay Slays a player within their round. [player] — The name of the player to slay. admin
respawn Respawns a player within their round. [player] — The name of the player to respawn. admin
kick Kicks a player from their current round. [player] — The name of the player to kick. admin
ban Bans a player from joining TTT rounds. [player] — The name of the player to ban. admin
pardon Unbans a player from joining TTT rounds. [player] — The name of the player to unban. admin

Round-Related

Command Description Arguments Permission Level
roles Lists the roles of all players in a given arena. [arena] — The arena to list the roles of. admin
prepare Forces a round to enter its preparation stage. [arena] — The name of the arena to set the stage of. admin
start Forces a round to enter its playing stage. [arena] — The name of the arena to set the stage of. admin
end Ends a round. [arena] — The arena to end the round of. admin
forceend Forces a round to end immediately, skipping its round-end period. [arena] — The arena to end the round in. admin

Miscellaneous

Command Description Arguments Permission Level
help Displays description and usage for a given command, or all commands if no arguments are provided. {command} — The command to display the description and usage of. (none)