Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 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. wait 1 seconds
  17. broadcast "&42.."
  18. wait 1 seconds
  19. broadcast "&91.."
  20. wait 1 seconds
  21. broadcast "&6&l START!!!"
  22. command "/give @a minecraft:bow 1 0 {Unbreakable:1,display:{Name:""&9&lPvP用弓""},ench:[{id:48,lvl:10000},{id:51,lvl:1}]}"
  23. command "/give @a minecraft:arrow 1 0 {display:{Name:"&carrow",Lore:["&6とらないで!"]}}"
  24. command "/scoreboard teams join game @a"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement