Advertisement
kama6012

Untitled

Feb 24th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. on break of leaves:
  2. set {_%player%appleloot} to 0
  3. add random integer between 1 to 128 to {_%player%appleloot}
  4. if {_%player%appleloot} is less than 100:
  5. execute console command "/scoreboard players set %player% APPLE 1"
  6. stop
  7. else if {_%player%appleloot} is less than 120:
  8. execute console command "/scoreboard players set %player% APPLE 2"
  9. stop
  10. else if {_%player%appleloot} is less than 125:
  11. execute console command "/scoreboard players set %player% APPLE 3"
  12. stop
  13. else if {_%player%appleloot} is less than 127:
  14. execute console command "/scoreboard players set %player% APPLE 4"
  15. stop
  16. else if {_%player%appleloot} is less than 128:
  17. execute console command "/scoreboard players set %player% APPLE 5"
  18. stop
  19. else:
  20. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement