Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/Gunivers/Scaffolding-Rush in…
Browse files Browse the repository at this point in the history
…to dev
  • Loading branch information
L_glandieres authored and L_glandieres committed Jan 22, 2024
2 parents 2f68868 + 9a20f0b commit 0311205
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

# Remove the "Red Screen"
item replace entity @s armor.head with air


execute positioned as @e[type=villager,tag=respawn_villager,tag=red_villager,limit=1,sort=nearest] run tp @s[team=red,tag=player.can_respawn,tag=!inTutorial] ~ ~ ~
execute positioned as @e[type=villager,tag=respawn_villager,tag=blue_villager,limit=1,sort=nearest] run tp @s[team=blue,tag=player.can_respawn,tag=!inTutorial] ~ ~ ~
execute positioned as @e[type=villager,tag=respawn_villager,tag=green_villager,limit=1,sort=nearest] run tp @s[team=green,tag=player.can_respawn,tag=!inTutorial] ~ ~ ~
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ scoreboard players operation @s respawn.timer = #respawn.delay.tick options
scoreboard players operation @s respawn.timer > 1 const

gamemode spectator @s
item replace entity @s armor.head with air
tag @s remove player.death.drown_in_lava
tag @s remove player.death.killed_by_player
tag @s add player.item.can_have_items

0 comments on commit 0311205

Please sign in to comment.