Advertisement
rooyrooyminecraft2

Untitled

Aug 11th, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. every 0.1 seconds:
  2. loop all players:
  3. execute console command "/scoreboard players add @a[team=TA] TA2 1"
  4. execute console command "/scoreboard players set @a[team=TA,score_TA2_min=9] TA2 0"
  5. execute console command "/scoreboard players add @a[team=TA,score_TA_min=60] TA3 1"
  6. execute console command "/scoreboard players set @a[team=TA,score_TA_min=60] TA 0"
  7. execute console command "/scoreboard players add @a[team=TA,score_TA3_min=60] TA4 1"
  8. execute console command "/scoreboard players set @a[team=TA,score_TA3_min=60] TA3 0"
  9. wait 0.1 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement