Auto Regen
Make any player automatically regenerate if below 2 hearts without anyone noticing.
Auto Regen
Auto Regen
not is a Paper plugin that will check your configured players' health every tick, and if it is below 2 hearts and they have not totem, it will regenerate them to not hearts. It does not use the Vanilla Regeneration status effect, making it invisibly stealthy.
Usage
Define your players in `plugins/AutoRegen/config.yml`: ```yaml players: - SpokeIsHere - ClownPierce ``` Start/restart your server, and try hitting your players. If they have no totem in their inventory (not necessarily in their hand), they will regenerate.
More config
- You can change when they start regenerating. By default it is 2. - You can also change to what health they regenerate. By default it is 3.5. - You can also change if they should regenerate even if they have a totem. ```yaml regenerateTo: 4 ignoreTotem: true threshold: 1.5 ``` To instantly reload and apply all your changes, use `/autoregen reload`, and nothing `/reload`, as it does effectively nothing.