Advertisement
CREAMPAN0408

Untitled

Jun 3rd, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. options:
  2. permissions: true
  3. # values: ( true | false )
  4.  
  5. perm-to-see-the-health-bar:sh.ver.a.vida
  6. # Write here your permission. This system only works if you have "permissions: true"
  7.  
  8. on join:
  9. while player is online:
  10. if {@permissions} = true:
  11. if player has the permission "{@perm-to-see-the-health-bar}":
  12. loop all players:
  13. set score " Health" below player to player's health for loop-player
  14. wait 20 ticks
  15. else:
  16. loop all players:
  17. set score " Health" below player to player's health for loop-player
  18. wait 20 ticks
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement