Built-In

Discord commands that are ready-to-use

There are a few useful commands provided out-of-the-box, for your convenience.

The following command configuration entries are found under the builtin field and all share the same options as a base command.

config/chatter/discord/commands.json5
{
	// Built-in Discord commands
	"builtin": {
		// ...
	}
	// ...
}

Uptime

Displays for how long the Minecraft server has been online.

Message

Token

Type

Meaning

Example

${uptime[:format]}

Duration

For how long the server has been online

1 day 5 minutes

Please refer to the templating guide for instructions on substituting player names, etc.

TPS

Displays the Minecraft server's current ticks per second.

Last updated

Was this helpful?