Advertisement
Svely

Untitled

Jul 12th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # ---- + HealthBar by filoghost + ---- #
  2. # Please read the instructions before editing:
  3. # http://dev.bukkit.org/bukkit-plugins/health-bar/pages/configuration #
  4. # ---- + ---------------------- + ----
  5. player-bars:
  6.   enable: false
  7.   after-name:
  8.     enable: true
  9.     display-style: 1
  10.     always-shown: false
  11.     text-mode: false
  12.     hide-delay-seconds: 5
  13.     use-custom-file: false
  14.   below-name:
  15.     enable: true
  16.     text: '% &cHealth'
  17.     use-proportion: true
  18.     proportional-to: 100
  19.     display-raw-hearts: false
  20.   world-disabling: false
  21.   disabled-worlds: world_nether,world_the_end
  22. mob-bars:
  23.   enable: true
  24.   show-on-named-mobs: true
  25.   display-style: 1
  26.   always-shown: true
  27.   text-mode: true
  28.   custom-text-enable: true
  29.   custom-text: '{name} &7[&c{health}&7/&a{max}&7]'
  30.   hide-delay-seconds: 5
  31.   show-only-if-looking: false
  32.   use-custom-file: false
  33.   world-disabling: false
  34.   disabled-worlds: world_nether,world_the_end
  35.   type-disabling: true
  36.   disabled-types: armor_stand
  37. hooks:
  38.   epicboss: false
  39. fix-tab-names: true
  40. fix-death-messages: true
  41. update-notification: true
  42. use-player-bar-permissions: false
  43. override-other-scoreboard: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement