Advertisement
chibichibichibi

Untitled

Apr 27th, 2020
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. command /onistart:
  2. permission:skript.admin
  3. trigger:
  4. command "/setblock -111 64 309 redstone_block"
  5. command "/fill -61 88 333 -61 87 332 air"
  6. wait 100 tick
  7. command "/setblock -185 117 368 air"
  8. wait 1000 tick
  9. command "/setblock -102 66 283 air"
  10. broadcast "&4&l鬼&fが&6放出されました!"
  11. stop
  12.  
  13. on rightclick on diamond ore:
  14. command "/tp %player% @r[team=tousou]"
  15. command "/effect %player% minecraft:saturation 10 255 true"
  16. command "/scoreboard teams leave %player%"
  17. command "/scoreboard teams join tousou %player%"
  18. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement