Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 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. cmd /hoge:
  8. trigger:
  9. player is an op
  10. ode
  11. broadcast "&e試合を開始します。"
  12. wait 3 seconds
  13. execute console command "/tp @a -245.00 7.00 -1916.00"
  14. broadcast "&6&lStart&cまで.."
  15. execute console command "/scoreboard teams join game @a"
  16. command "clear @a"
  17. command "gamemode 2 @a"
  18. wait 2 seconds
  19. broadcast "&e3.."
  20. command "execute @a ~ ~ ~ /playsound minecraft:entity.arrow.hit_player master @a"
  21. wait 2 seconds
  22. broadcast "&42.."
  23. command "execute @a ~ ~ ~ /playsound minecraft:entity.arrow.hit_player master @a"
  24. wait 2 seconds
  25. broadcast "&91.."
  26. command "execute @a ~ ~ ~ /playsound minecraft:entity.arrow.hit_player master @a"
  27. wait 2 seconds
  28. broadcast "&6&l START!!!"
  29. command "execute @a ~ ~ ~ /playsound minecraft:block.anvil.land master @a"
  30. command "/give @a minecraft:bow 1 0 {Unbreakable:1,display:{Name:""&9&lPvP用弓""},ench:[{id:48,lvl:10000},{id:51,lvl:1}]}"
  31. command "/give @a[team=join] minecraft:arrow 1 0 {""display"":{""Name"":""&9矢""},""Unbreakable"":1b,""HideFlags"":63}"
  32. command "/scoreboard teams join game @a"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement