Players

Everything you need to know about players!

Players section explained

config.yml
players:
  enabled: true
  animation: true 
  dynamic: false
  duration: 10
  type: hearts
  
  • enabled: Enables or Disables the hearts on Players.

  • animation: Enables or Disables the white overlays for the hearts.

  • dynamic: Shows the hearts only when the player is hit by another player.

  • duration: Set the duration of the hearts after the player is hit (if dynamic: true).

  • type: Decides to show hearts or bars.

Last updated