🎬Action Format
Last updated
actions:
1:
type: message
message: 'Hello!'actions:
1:
type: announcement
message: 'Hello!'actions:
1:
type: title
main-title: 'Good day'
sub-title: 'Not bad'
fade-in: 10
stay: 70
fade-out: 30actions:
1:
type: particle
particle: HEART
count: 20
offset-x: 0.3
offset-y: 1.0
offset-z: 0.3
speed: 0.01actions:
1:
type: effect
potion: BLINDNESS
duration: 60
level: 1
ambient: true # Optional
particles: true # Optional
icon: true # Optionalactions:
1:
type: teleport
world: LobbyWorld
x: 100
y: 30
z: 300
pitch: 90 # Optional
yaw: 0 # Optionalactions:
1:
type: player_command
command: 'tell Hello!'actions:
1:
type: op_command
command: 'tell Hello!'actions:
1:
type: console_command
command: 'op {player}'actions:
1:
type: entity_spawn
entity: ZOMBIE
world: LOBBY # Optional
x: 100.0 # Optional
y: 2.0 # Optional
z: -100.0 # Optionalactions:
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
block-as-trigger: true # Optionalactions:
1:
type: mythicmobs_spawn
entity: Super_Skeleton
level: 1 # Optional
world: LOBBY # Optional
x: '%totem_center_x%' # Optional
y: '%totem_center_y%' # Optional
z: '%totem_center_z%' # Optional
block-as-trigger: true # Optionalactions:
1:
type: delay
time: 50
actions:
1:
type: entity_spawn
entity: ZOMBIEactions:
1:
type: chance
rate: 50
actions:
1:
type: entity_spawn
entity: ZOMBIEactions:
1:
type: any
amount: 2
actions:
1:
type: entity_spawn
entity: ZOMBIE
2:
type: entity_spawn
entity: SKELETON
3:
type: entity_spawn
entity: WITHERgeneral-actions:
1:
type: conditional
conditions:
1:
type: world
world: lobby
actions:
1:
type: entity_spawn
entity: ZOMBIEactions:
1:
type: give_item
item:
material: apple # Item Format here