Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. every 1 second in "world":
  2. if {form::activated::%loop-player's uuid%} is true:
  3. wait 1 tick
  4. if {form::selected::%loop-player's uuid%} is "&eKaioKen &bx&c1":
  5. wait 1 tick
  6. if {form::maintain::%loop-player's uuid%} > 0:
  7. broadcast "%{form::maintain::%loop-player's uuid%}%"
  8. remove 1 from {form::maintain::%loop-player's uuid%}
  9. broadcast "%{form::maintain::%loop-player's uuid%}%"
  10. wait 1 tick
  11. wipe loop-player's sidebar
  12. set name of sidebar of loop-player to "&b&lTest"
  13. set score "&c&lForm: &eKaioKen &bx&c1" in sidebar of loop-player to 4
  14. set score "&bForm Time Remaining:" in sidebar of loop-player to 3
  15. set score "&d%{form::maintain::%loop-player's uuid%}%" in sidebar of loop-player to 2
  16. set score "&c%{form::activated::%loop-player's uuid%}%" in sidebar of loop-player to 1
  17. set the maximum health of the loop-player to 11
  18. apply strength 1 to loop-player
  19. apply resistance 1 to loop-player
  20. wait 1 second
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement