Players

Configure the look of players health.

To customize players, refer to this section in the generated config:

config.yml
players:
  show: true # show health over players
  bubbles: true # show the bubbles when a player is underwater
  show-in-creative: false # show the health bar when in creative mode
  • show: Whether or not to show health for players.

  • bubbles: Whether or not to show bubbles (aspiration) above the heads of players. Bubbles are only available for players.

  • show-in-creative: Whether or not to show a player's health in creative mode.

Last updated