Advertisement
Guest User

Untitled

a guest
Jul 15th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. Bars:
  2. - Title:
  3. 1: '&e&lPlayerRealms.com'
  4. 2: '&6&lWelcome to all players!'
  5. #Cycles between colors red and blue
  6. Color:
  7. 1: yellow
  8. 2: gold
  9. #Updates every 100 ticks (= 5 seconds)
  10. Update-Delay: 100
  11. - Title: '&cHealth (%player_health%/%player_max_health%)'
  12. #Set the bar's health and max health to that of the player
  13. Health: '%player_health%'
  14. Max-Health: '%player_max_health%'
  15. #Color depending on progress!
  16. Color: '25=red, 50=yellow, 100=green'
  17. #You can have Enabled-Worlds and Disabled-Worlds on each bar.
  18. #If the bar has one of these keys specified, it will not look at the keys in the main config (bottom of this file)
  19. #Enabled-Worlds:
  20. #- world
  21. #Use Enabled-Worlds to create a whitelist that will only allow the bars to show in those worlds
  22. #Enabled-Worlds:
  23. #- world
  24. #- world_nether
  25. #Use Disabled-Worlds to create a blacklist that will hide the bossbar in those worlds
  26. #If Enabled-Worlds is specified, this does nothing
  27. #Disabled-Worlds:
  28. #- world_the_end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement