Advertisement
Jt1010

Untitled

Aug 20th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. command /start <number>:
  2. permission:admin
  3. trigger:
  4. broadcast "もうすぐ試合を開始します..."
  5. loop %arg-1% times:
  6. set {tensi::*} to random player out of all players
  7. set {akuma::*} to random player out of all players
  8. command "/scoreboard teams join tensi {tensi::*}"
  9. command "/scoreboard teams join akuma {akuma::*}"
  10. wait 1 seconds
  11. command "/tp @a[team=akuma] ?? ?? ??
  12. command "/tp @a[team=tensi] ?? ?? ??
  13. command "/setblock 718 4 -12 minecraft:redstone_block"
  14. command "/setblock 718 4 -12 minecraft:stone"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement