P3luca96

Comando 12

Jul 6th, 2021
7,491
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. Bloque impulso:
  2. /summon minecraft:wither ~1 ~-.5 ~ {NoAI:1b}
  3.  
  4. Bloque repetidor:
  5. /tp @e[type=minecraft:wither,limit=1] @p
  6.  
  7. Bloques de cadena:
  8. (Orden: de abajo a arriba)
  9. #1 /team add morph
  10. #2 /team modify morph collisionRule never
  11. #3 /team modify morph seeFriendlyInvisibles false
  12. #4 /execute as @e[type=minecraft:wither] run team join morph
  13. #5 /execute as @p run team join morph
  14. #6 /effect give @p minecraft:invisibility 1000000 255 true
  15.  
Advertisement
Add Comment
Please, Sign In to add comment