Advertisement
kulisakLP

Podmínky

Aug 11th, 2020
534
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. execute as @a at @s if block ~ ~-0.1 ~ black_terracotta run kill @s
  2. execute as @e[type=chicken] at @s if block ~ ~-1 ~ piston[facing=east] run tp @s ~0.1 ~ ~ -90 0
  3. execute as @e[type=chicken] at @s if block ~ ~-1 ~ piston[facing=west] run tp @s ~-0.1 ~ ~ 90 0
  4. execute as @e[type=chicken] at @s if block ~ ~-1 ~ piston[facing=south] run tp @s ~ ~ ~0.1 0 0
  5. execute as @e[type=chicken] at @s if block ~ ~-1 ~ piston[facing=north] run tp @s ~ ~ ~-0.1 180 0
  6. execute if block ~ ~1 ~ #shulker_boxes{Items:[{id:"minecraft:redstone_block",Slot:26b}]} run setblock ~ ~1 ~ air destroy
  7. execute at @a if blocks ~ ~ ~ ~ 255 ~ 15 ~ -42 all run setblock ~ ~ ~ fire
  8. execute at @a run fill ~-1 ~ ~-1 ~1 ~ ~1 air replace fire
  9.  
  10. execute if entity @e[x=21.6,y=14,z=-44.4,dx=1.8,dy=0,dz=0.8,limit=1] run fill 21 12 -43 24 12 -45 air
  11. execute if entity @e[distance=0.01..5]
  12. tag @a[advancements={end/kill_dragon=false,nether/create_beacon=false}] add Borec
  13. execute as @a unless entity @s[advancements={end/kill_dragon=false,nether/create_beacon=false}] run tag @s add Borec
  14.  
  15. execute as @a[gamemode=!spectator] if score @s deaths >= @s totalLives run gamemode spectator @s
  16. execute if score $disable_drop variables matches 1 as @e[type=item] run data merge entity @s {PickupDelay:0s}
  17.  
  18. execute if data block ~ ~1 ~ {Items:[{id:"minecraft:redstone_block",Slot:26b}]}
  19. execute if entity @p[nbt={SelectedItem:{id:"minecraft:oak_sapling",Count:1b}}]
  20. execute if data entity @p {SelectedItem:{id:"minecraft:oak_sapling",Count:1b}}
  21. execute if data storage kulisak:log {players:["jeb_"]} run summon sheep ~ ~-0.5 ~-2 {CustomName:'{"text":"jeb_"}',NoAI:1b}
  22.  
  23. execute as @a if predicate kulisak:stealth run effect give @s invisibility 1
  24. execute as @a unless predicate kulisak:stealth run effect clear @s invisibility
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement