Skip to content

commands

Dan9er edited this page Apr 19, 2018 · 19 revisions

Commands

All commands start with either /tm or /titlemanager

<argument> is a required argument.
[argument] is an optional argument.

Adding %{placeholder} or %{placeholder:parameter} will replace the given placeholder with its respected value.
Adding ${animation} will replace the animation in the message with the given animation.
Adding ${script:input} will replace the script and input value with a generated animation.


Broadcast

Format: /tm bc [parameters] <message> or /tm broadcast [parameters] <message>

Arguments:
[parameters] - The additional parameters.
<message> - The message to be shown.

Supported parameters:

  • silent
  • fadein
  • stay
  • fadeout
  • radius
  • world

Description:
Sends a title message to everyone on the server, put <nl>, {nl} or %nl% inside the message, to add a subtitle.

Actionbar Broadcast

Format: /tm abc [parameters] <message> or /tm abroadcast [parameters] <message>

Supported parameters:

  • silent
  • radius
  • world

Description:
Sends an actionbar message to everyone on the server.

Message

Format: /tm msg [parameters] <player> <message> or /tm message [parameters] <player> <message>

Arguments:
[parameters] - The additional parameters.
<player> - The player the message should be sent to.
<message> - The message to be shown.

Supported parameters:

  • silent
  • fadein
  • stay
  • fadeout

Description:
Sends a title message to the specified player, put <nl> or {nl} or %nl% inside of the message, to add a subtitle.

Actionbar Message

Format: /tm amsg [parameters] <player> <message> or /tm amessage [parameters] <player> <message>

Arguments:
[parameters] - The additional parameters.
<player> - The player the message should be sent to.
<message> - The message to be shown.

Supported parameters:

  • silent

Description:
Sends an actionbar message to the specified player.

Scoreboard Toggle

Format: /tm sb toggle

Description:
Toggles the scoreboard on and off.

Animations

Format: /tm animations

Description:
Lists all currently loaded animations.

Scripts

Format: /tm scripts

Description:
Lists all currently loaded scripts.

Reload

Format: /tm reload

Description:
Reloads the configuration file, animations and scripts.

Supported parameters:

Silent

Format: -silent

Makes it so that the command won't return any response text.
(Useful for voting commands as the console won't be spammed by messages anymore.)

Fade in

Format: -fadein=ticks
Example: -fadein=20 Will set the fade-in time to 20 ticks (1 second).

Sets the fade-in time it takes for the title to fade onto the screen (measured in ticks).

Stay

Format: -stay=ticks
Example: -stay=40 Will set the stay time to 40 ticks (2 seconds).

Sets the stay time it takes for the title to stay on the screen (measured in ticks).

Fade out

Format: -fadeout=ticks
Example: -fadeout=20 Will set the fade-in time to 20 ticks (1 second).

Sets the fade-in time it takes for the title to fade off of the screen (measured in ticks).

World

Format: -world or -world=worldname
Example: -world=PlotWorld

Limits broadcasts to the given world, if no world is chosen and the sender is a player, the world will be the world the player is currently located in.

Radius

Format: -radius=radius
Example: -radius=10

Limits broadcasts to the given amount of blocks around of the sending player. If the sender is not a player, then this parameter doesn't do anything.

Clone this wiki locally