🎬Action Format

Available Placeholders

  • {world}

  • {amount}

  • {player_x}

  • {player_y}

  • {player_z}

  • {player_pitch}

  • {player_yaw}

  • {player}

  • {amount} - The new item slot.

Sound

Send sound to player.

    actions:
      1:
        type: sound
        sound: 'ui.button.click'
        volume: 1
        pitch: 1

Message

Send a message to the player, support color code.

Title

Send title to the player, support the color code.

Particle

Announcement

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

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.

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 a action to execute.

Last updated