Advertisement
kanaa1

Untitled

Mar 24th, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. on death of player:
  2. execute console command "/scoreboard teams leave game %victim%"
  3. execute console command "/clear %victim%"
  4. set victim's gamemode to spectator
  5. command /bow start:
  6. trigger:
  7. broadcast "&e試合を開始します。"
  8. wait 3 seconds
  9. execute console command "/tp @a -245.00 7.00 -1916.00"
  10. broadcast "&6&lStart&cまで.."
  11. execute console command "/scoreboard teams join game @a"
  12. command "clear @a"
  13. command "gamemode 2 @a"
  14. wait 2 seconds
  15. broadcast "&e3.."
  16. command "execute @a ~ ~ ~ /playsound minecraft:entity.arrow.hit_player master @a"
  17. wait 2 seconds
  18. broadcast "&42.."
  19. command "execute @a ~ ~ ~ /playsound minecraft:entity.arrow.hit_player master @a"
  20. wait 2 seconds
  21. broadcast "&91.."
  22. command "execute @a ~ ~ ~ /playsound minecraft:entity.arrow.hit_player master @a"
  23. wait 2 seconds
  24. broadcast "&6&l START!!!"
  25. command "execute @a ~ ~ ~ /playsound minecraft:block.anvil.land master @a"
  26. command "/give @a minecraft:bow 1 0 {Unbreakable:1,display:{Name:""&9&lPvP用弓""},ench:[{id:48,lvl:10000},{id:51,lvl:1}]}"
  27. command "/give @a minecraft:arrow 1 0 {""display"":{""Name"":""&9矢""},""Unbreakable"":1b,""HideFlags"":63}"
  28. command "/scoreboard teams join game @a"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement