Advertisement
Jt1010

PVP

Sep 16th, 2019
189
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:
  2. command "/gamemode spectator %victim%"
  3. if victim is {blue::*}:
  4. remove victim from {blue::*}
  5. remove 1 from {player.count}
  6. remove 1 from {blue.count}
  7. if {blue.count} is 0:
  8. broadcast "&5&l終了..."
  9. command "/gamemode 3 @a"
  10. wait 1 seconds
  11. broadcast "&4&lREDTEAMの勝利"
  12. command "/tp @a {lobby}"
  13. delete {red::*}
  14. delete {blue::*}
  15. set {player.count} to 0
  16. set {red.count} to 0
  17. if victim is {red::*}:
  18. remove victim from {red::*}
  19. remove 1 from {player.count}
  20. remove 1 from {red.count}
  21. if {red.count} is 0:
  22. broadcast "&5&l終了..."
  23. command "/gamemode 3 @a"
  24. wait 1 seconds
  25. broadcast "&1&lBLUETEAMの勝利"
  26. command "/tp @a {lobby}"
  27. delete {red::*}
  28. delete {blue::*}
  29. set {player.count} to 0
  30. set {blue.count} to 0
  31. command /start:
  32. permission:admin
  33. trigger:
  34. broadcast "&2準備中..."
  35. wait 3 seconds
  36. command "/team set"
  37. broadcast "&3振り分け中..."
  38. wait 4 seconds
  39. broadcast "&2&lルール:殲滅戦"
  40. wait 1 tick
  41. broadcast "&4&lREDTEAM %{red::*}%"
  42. broadcast "&1&lBLUETEAM %{blue::*}%"
  43. broadcast "&2開始まで.."
  44. broadcast "&35..."
  45. broadcast "&34..."
  46. broadcast "&33..."
  47. broadcast "&32..."
  48. broadcast "&31..."
  49. broadcast "&8start!..."
  50. give player stone sword named "&4&l立体剣"
  51. give player iron chestplate named "&2&l胸ぐら掴まれた時用の鎧"
  52. command "/tpt blue"
  53. command "/tpt red"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement