Hearts

Everything you need to know about hearts mechanics!

config.yml
hearts:
  max: 20
  effect: true
  format: " &ax%number%"
  remove-background: "\uF815\uF815\uF805%health%\uF80E"
  negative_spaces: "\uF801"
  
  • max Set the max length for the hearts, if an entity's HP value exceed the one set in max the hearts will be automagically suffixed with a number indicating the hearts left.

  • format That's the number indicating the hearts remaining.

  • remove background Allows you to put a unicode that will remove the black overlay you see see behind every hologram!

  • negative spaces Allows you to put a unicode that will be prefixed before every single character to let you properly link the textures together without gaps between them!

Frozen Hearts

config.yml
  frozen:
    enable: true
    other_versions:
      enable: false
      time_start: 7
      time_end: 1
      

Last updated