sora200507

Untitled

Feb 10th, 2018
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.62 KB | None | 0 0
  1. # Enable or disable player health bars.
  2. # It will disable even the health under the tag.
  3. enable: true
  4.  
  5.  
  6. 'after-name':
  7.  
  8. # Enable or disable the bars only after or before the
  9. # player's tag. Doesn't disable the health under.
  10. enable: true
  11.  
  12. # The style of the health bar, if text-mode is not set to true.
  13. # You can choose between 6 different styles (1,2,3,4,5,6).
  14. display-style: 1
  15.  
  16. # Always show health bars on players.
  17. always-shown: false
  18.  
  19. # Shows the health with a text after the tag:
  20. # for example 'Steve - 18/20'
  21. text-mode: true
  22.  
  23. # The time after the bar after the tag will hide.
  24. hide-delay-seconds: 5
  25.  
  26. # You can choose to use your own made bars,
  27. # it will override the previous setting 'text-mode'.
  28. use-custom-file: false
  29.  
  30.  
  31. 'below-name':
  32.  
  33. # Enable or disable the health under the name.
  34. # It will be displayed on all player.
  35. enable: true
  36.  
  37. # The text that will be displayed under the tag, after the health value.
  38. # The position cannot be changed (minecraft limitations).
  39. # If you want to use spaces before the text or weird symbols,
  40. # surround the text with single quotes ( '<3' ).
  41. # <3 will be replaced by ❤.
  42. # You can use formatting codes.
  43. text: &c <3
  44.  
  45. # Set to true if you want the plugin to make a proportion,
  46. # so the maximum health will be the same for all the players.
  47. # If disabled, the normal health of a player appears as 20.
  48. use-proportion: true
  49.  
  50. # If you set this to 100, you can view the health as percentage.
  51. # If a player has half health, it will display 5.
  52. proportional-to: 10
  53.  
  54.  
  55.  
  56. # Enable disabling some worlds for mob bars.
  57. world-disabling: false
  58.  
  59. # A list of disabled worlds for mob bars.
  60. disabled-worlds: world_nether,world_the_end
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67. 'mob-bars':
  68.  
  69. # Choose to enable or disable mob health bar.
  70. enable: true
  71.  
  72. # The style for the bar. You can choose between 3 style (1,2,3).
  73. display-style: 1
  74.  
  75. # Always show health bars on all the valid mobs.
  76. always-shown: false
  77.  
  78. # Use text instead of bar.
  79. text-mode: false
  80.  
  81. # Use your custom text, you will need to set 'text-mode: true'
  82. custom-text-enable: false
  83.  
  84. # The custom text: you can use these placeholder:
  85. # {name} = the name of the mob hit.
  86. # {health} = the current health.
  87. # {max} = the maximum health.
  88. # <3 = a hearth symbol (❤)
  89. # &4 / &n / &k ... = all the formatting codes.
  90. #
  91. # For example this will be displayed as 'Creeper - 16/20'
  92. custom-text: '-{name}--{max}/{health}-
  93.  
  94. # The time after the bar will hide.
  95. hide-delay-seconds: 500
  96.  
  97. # If enabled, health bars on mobs will be shown only if
  98. # the player looks directly at him.
  99. show-only-if-looking: false
  100.  
  101. # Enable disabling some worlds for mob bars.
  102. world-disabling: false
  103.  
  104. # A list of disabled worlds for mob bars.
  105. disabled-worlds: world_nether,world_the_end
  106.  
  107. # You can choose to use your own made bars, it will override the previous settings.
  108. use-custom-file: false
  109.  
  110. # Enable or disable the mob type filter.
  111. type-disabling: false
  112.  
  113. # If type disabling is enabled, these mobs won't show the health.
  114. # The names are the same in locale.yml
  115. disabled-types: creeper,zombie,skeleton,iron_golem
  116.  
  117.  
  118. # If you have the plugin EpicBoss, enable this to display the correct health on bosses.
  119. hooks:
  120. epicboss: false
  121.  
  122.  
  123.  
  124.  
  125.  
  126. # Disable this if you have other plugins that changes the tab names.
  127. # Otherwise, the health bars will be show here.
  128. fix-tab-names: true
  129.  
  130. # Fix for all the deaths, prevents the health bars
  131. # to be displayed in the messages.
  132. # Disable if you have other plugins to handle them.
  133. fix-death-messages: true
  134.  
  135. # Receive update notification at server start-up.
  136. # If you disable this, you can still use /hbr update command.
  137. update-notification: true
  138.  
  139. # If you have the plugin EpicBoss, enable this to display the correct health on bosses.
  140. hook-epicboss: false
  141.  
  142. # If you enable this, give the correct permissions to players
  143. # to see the health bar on other players.
  144. # It will send a fake empty scoreboard to players without permissions, use this carefully.
  145. use-player-bar-permissions: false
  146.  
  147. # This is a temporary fix for other plugin like MobArena overriding player health bars when in the arena. Enable this to fix, HealthBar will try to take over other scoreboards from other plugins.
  148. override-other-scoreboard: false
Advertisement
Add Comment
Please, Sign In to add comment