CREAMPAN0408

Untitled

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