Files
mc-commands/carousel/getitem.mcf
2025-12-14 21:59:55 +09:00

11 lines
1.1 KiB
Plaintext

!REPEATING
execute as @a[tag=c.getitem] run give @s minecraft:allay_spawn_egg[entity_data={id:"minecraft:area_effect_cloud",Duration:0,Tags:["c.spawn"]}, custom_name={text:"SPAWN", italic:false},max_stack_size=1]
execute as @a[tag=c.getitem] run give @s minecraft:allay_spawn_egg[entity_data={id:"minecraft:area_effect_cloud",Duration:0,Tags:["cr", "c.kill"]}, custom_name={text:"CLEAN", italic:false},max_stack_size=1]
execute as @a[tag=c.getitem] run give @s minecraft:allay_spawn_egg[entity_data={id:"minecraft:area_effect_cloud",Duration:1201,Tags:["cr", "c.stop"]}, custom_name={text:"1m STOP", italic:false},max_stack_size=1]
execute as @a[tag=c.getitem] run give @s minecraft:allay_spawn_egg[entity_data={id:"minecraft:area_effect_cloud",Duration:0,Tags:["cr", "c.hide", "c.eff"]}, custom_name={text:"HIDE PIGS", italic:false},max_stack_size=1]
execute as @a[tag=c.getitem] run give @s minecraft:allay_spawn_egg[entity_data={id:"minecraft:area_effect_cloud",Duration:0,Tags:["cr", "c.show", "c.eff"]}, custom_name={text:"SHOW PIGS", italic:false},max_stack_size=1]
tag @e remove c.getitem