Advertisement
Smart_Snake

Untitled

Dec 6th, 2016
652
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. Put these in chat:
  2. /scoreboard objectives add Timer dummy
  3. /scoreboard objectives setdisplay sidebar Timer
  4. /scoreboard objectives add time2 dummy
  5.  
  6. Put these in the line of command blocks:
  7. /scoreboard players add @a time2 1
  8. /scoreboard players remove @a[score_time2_min=20] Timer 1
  9. /scoreboard players reset @a[score_time2_min=20] time2
  10. /execute @a[score_Timer=0,score_Timer_min=0] ~ ~ ~ /say @a Timer Ended
  11. /scoreboard players reset @a[score_Timer=0] Timer
  12.  
  13. This command will start the timer:
  14. /scoreboard players set @a Timer 30
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement