Skip to content

Commit

Permalink
cancel player's momentum at respawn
Browse files Browse the repository at this point in the history
  • Loading branch information
L_glandieres authored and L_glandieres committed Jan 22, 2024
1 parent bd77b26 commit ca7449f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ execute positioned as @e[type=villager,tag=respawn_villager,tag=yellow_villager,
execute if score #lobby.active data matches 1 run tp @s[tag=!player.can_respawn,tag=!inTutorial] 0 24 0 0 0
execute if score #lobby.active data matches 1 at @s run tp @s[tag=inTutorial] -1020 9 ~

#cancel player's momentum
execute at @s run tp @s @s

gamemode adventure @s

function scaffolding_rush:team/create_base/armor
Expand Down

0 comments on commit ca7449f

Please sign in to comment.