Skip to content

Commit

Permalink
Merge pull request #245 from MrBurdy/dev
Browse files Browse the repository at this point in the history
fixed death message
  • Loading branch information
Loumardes authored Jan 13, 2024
2 parents eae2d18 + a0c3e64 commit 9a20f0b
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 9a20f0b

Please sign in to comment.