Advertisement
herhor67

Minecraft Giant summoning

Mar 16th, 2019
545
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. /scoreboard objectives add RNG dummy
  2. /team add checked
  3.  
  4. /scoreboard players add @r RNG 1
  5. /scoreboard players set @a[scores={RNG=10..}] RNG 0
  6. /execute as @p if score @s RNG matches ..9 run team join checked @e[type=minecraft:zombie,team=]
  7. /execute as @p if score @s RNG matches 10 run execute as @e[type=minecraft:zombie,team=] at @s if block ~ ~10 ~ air run summon giant ~ ~ ~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement