Truly a lightweight plugin that simply adds floating damage indicators whenever a player attacks mobs, animals or other players. Bloat will not be added in the future.
Configuration includes options for:
prefix & suffix >> Can be used to recolor the text for example
Conditional activation >> Floating Damage can be enabled/disabled based on what entity was damaged. Current options include
Monsters, Animals and Players
Code (Text):
# Prefix for the FloatingDamage
prefix: "&c-"
# Suffix for the FloatingDamage
suffix: ""
# Which entities should spawn Floating Damage indicators when damaged?
# Possible values: ALL, MONSTER, ANIMAL, PLAYER, OTHER
enabled:
monster: true
animal: false
player: true