minecraft-herobrine-prank-d.../data/herobrine/function/teleport_away.mcfunction
2025-10-31 13:21:48 -05:00

11 lines
391 B
Mcfunction

# Teleport to holding cell
tp @e[type=minecraft:mannequin,tag=herobrine_mannequin] 0 -64 0
# Kill the mannequin after teleporting
kill @e[type=minecraft:mannequin,tag=herobrine_mannequin]
# Reset timers (Using corrected objective names)
scoreboard players set #active herobrine_active 0
scoreboard players set #timer herobrine_timer 0
scoreboard players set #cooldown herobrine_cooldown 0