🎬Action Format

The action format will consist of several options.

Supported Placeholders

MythicTotem supports those placeholders in ActionFormat and ConditionFormat.

  • %player%

  • %player_x%

  • %player_y%

  • %player_z%

  • %player_yaw% (Added in 2.1.5)

  • %player_pitch% (Added in 2.1.5)

  • %block_x%

  • %block_y%

  • %block_z%

  • %world%

  • %totem_start_x% (Added in 2.5.2)

  • %totem_start_y% (Added in 2.5.2)

  • %totem_start_z% (Added in 2.5.2)

  • %totem_column% (Added in 2.5.2)

  • %totem_raw% (Added in 2.5.2)

  • %totem_layout% (Added in 4.2.5)

  • %totem_id% (Added in 4.2.5)

  • %totem_center_x%

  • %totem_center_y%

  • %totem_center_z%

Message

Send a message to the player, support color code.

Announcement

Send a message to all online players, support color code.

Title

Send title to the player, support the color code.

Particle

Effect

Give players potion effect.

Teleport

Teleport player to specified location.

Player Command

Make the player excutes a command.

Op Command

Make the player excutes a command as OP.

Console Command

Make the console excutes a command.

Spawn vanilla mobs

Spawn vanilla mobs.

MythicMobs spawn

Require MythicMobs.

Want to summon mobs at center of totem, try this config!

Delay

Make the action run after X ticks.

Chance

Set the chance the action will be excuted, up to 100. 50 means this action has 50% chance to excute.

Any

Randomly choose specified amount of actions to execute.

Conditional

Only players meet the conditions you set here will be able to execute the action.

Last updated