Advertisement
VacAge

Untitled

Jan 17th, 2021
503
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. ---------------------------- BARS
  2. mana:
  3. bar:
  4. width: 20
  5. function: 'mana'
  6. options:
  7. hide-when-gamemode: true
  8. displays:
  9. number-display:
  10. enabled: true
  11. type: 'bar'
  12. alignment:
  13. type: 'center'
  14. offset: 1
  15. text: '<white>%value%<gray>/<white>%max%'
  16. modules:
  17. outline:
  18. enabled: true
  19. style: 'rounded-outline'
  20. color-settings:
  21. color: '#000000'
  22. fill:
  23. enabled: true
  24. style: 'rounded-gradient'
  25. color-settings:
  26. full: '#0000CD'
  27. empty: '#404040'
  28. ---------------------------- BAR Functions
  29. #test:
  30. # value: '%PLACEHOLDER_HERE%'
  31. # max: '100'
  32. mana:
  33. value: '%mmocore_mana%'
  34. max: '100'
  35. ---------------------------- BAR Layouts
  36. default:
  37. lines:
  38. 20:
  39. enabled: true
  40. line-format: '<bar:exp>'
  41. 30:
  42. enabled: true
  43. line-format: '<bar:health> <space:7> <bar:food>'
  44. 40:
  45. enabled: true
  46. line-format: '<bar:mana> <space:7> <bar:mana>'
  47. 50:
  48. enabled: true
  49. line-format: '<bar:armor> <space:26> <bar:air>'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement