SHOW:
|
|
- or go back to the newest paste.
| 1 | # ---- + HealthBar by filoghost + ---- | |
| 2 | # | |
| 3 | # Please read the instructions before editing: | |
| 4 | # http://dev.bukkit.org/bukkit-plugins/health-bar/pages/configuration | |
| 5 | # | |
| 6 | # ---- + ---------------------- + ---- | |
| 7 | player-bars: | |
| 8 | enable: true | |
| 9 | after-name: | |
| 10 | enable: true | |
| 11 | display-style: 1 | |
| 12 | always-shown: false | |
| 13 | text-mode: false | |
| 14 | hide-delay-seconds: 5 | |
| 15 | use-custom-file: false | |
| 16 | below-name: | |
| 17 | enable: true | |
| 18 | text: '% &cHealth' | |
| 19 | use-proportion: true | |
| 20 | proportional-to: 100 | |
| 21 | world-disabling: false | |
| 22 | disabled-worlds: world_nether,world_the_end | |
| 23 | mob-bars: | |
| 24 | enable: true | |
| 25 | show-on-named-mobs: true | |
| 26 | display-style: 2 | |
| 27 | - | always-shown: false |
| 27 | + | always-shown: true |
| 28 | text-mode: true | |
| 29 | custom-text-enable: true | |
| 30 | custom-text: '{name} - {health}/{max}'
| |
| 31 | hide-delay-seconds: 5 | |
| 32 | show-only-if-looking: true | |
| 33 | use-custom-file: false | |
| 34 | world-disabling: false | |
| 35 | disabled-worlds: world_nether,world_the_end | |
| 36 | type-disabling: false | |
| 37 | disabled-types: creeper,zombie,skeleton,iron_golem | |
| 38 | hooks: | |
| 39 | epicboss: false | |
| 40 | fix-tab-names: true | |
| 41 | fix-death-messages: true | |
| 42 | update-notification: true | |
| 43 | use-player-bar-permissions: false | |
| 44 | override-other-scoreboard: false |