diff --git a/data/herobrine/function/load.mcfunction b/data/herobrine/function/load.mcfunction index 345253e..bb3bc48 100644 --- a/data/herobrine/function/load.mcfunction +++ b/data/herobrine/function/load.mcfunction @@ -1,4 +1,4 @@ -# Initialize scoreboard (Recommended Change) +# Initialize scoreboard scoreboard objectives add herobrine_cooldown dummy scoreboard objectives add herobrine_timer dummy scoreboard objectives add herobrine_active dummy diff --git a/data/herobrine/function/teleport_away.mcfunction b/data/herobrine/function/teleport_away.mcfunction index 6a48290..d4bdebd 100644 --- a/data/herobrine/function/teleport_away.mcfunction +++ b/data/herobrine/function/teleport_away.mcfunction @@ -1,10 +1,10 @@ -# Teleport to holding cell +# Teleport away 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) +# Reset timers scoreboard players set #active herobrine_active 0 scoreboard players set #timer herobrine_timer 0 scoreboard players set #cooldown herobrine_cooldown 0