Skip to content

Commit

Permalink
piccolo fix per la conversione che risolve il problema della compatib…
Browse files Browse the repository at this point in the history
…ilità della 1.19
  • Loading branch information
Loweredgames committed Sep 11, 2023
1 parent 9a4e4a8 commit 0ade18a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ execute as @a[scores={PID_legacy=805..}] run scoreboard objectives remove PID_0
##PID Legacy Setup (Aggiornato all'ultima versione: 5.0.0 Minecraft: 1.20.1) Ricordati di aggiornare UPDATE ID e di aggiungere l'ultima conversione.
#scoreboard objectives setdisplay sidebar PID_legacy
scoreboard objectives add PID_legacy dummy
execute as @a[scores={PID_legacy=1}] run gamemode spectator @a
execute as @a[scores={PID_legacy=1..50}] run gamemode spectator @a
execute as @a[scores={PID_legacy=10..600}] run effect give @a blindness 11 0 true
execute as @a[scores={PID_legacy=10..600}] run effect give @a night_vision 11 0 true
execute as @a[scores={PID_legacy=1..801}] run summon minecraft:area_effect_cloud ~ ~1 ~
Expand Down

0 comments on commit 0ade18a

Please sign in to comment.