Actions

Available Placeholders

  • %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)

Action List

  • For the list of available actions, please view EnchantmentSlots Wiki.

  • Delay, Chance and Any action in only available for premium version of MythicTotem.

  • What's more, there is some more actions that available for MythicTotem only, here is them:

MythicMobs Spawn

Require MythicMobs.

actions:
  1:
    type: mythicmobs_spawn
    entity: Super_Skeleton
    level: 1 # Optional
    world: LOBBY # Optional
    x: 100.0 # Optional
    y: 2.0 # Optional
    z: -100.0 # Optional

Conditional - Premium

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

actions:
  1:
    type: conditional
    conditions:
      1: 
        type: world
        world: lobby
    actions:
      1:
        type: entity_spawn
        entity: ZOMBIE

Last updated