Commands & Permissions
- /pvpbalancer reload : Reloads the configuration file. (Permission: pvpbalancer.admin)
User Permission
- pvpbalancer.use : If require-permission is set to true in the config, ONLY players with this permission will be affected by the damage scaling. If you want it to apply to everyone by default, give this permission to your default player group (e.g., default rank in LuckPerms) or set the config option to false.
Configuration Guide
The non-linear compression is based on the formula:
scaled = originalDamage * (compressionFactor ^ log(originalDamage + 1))
If you want more aggressive damage reduction, lower the
compression-factor (e.g., 0.90). If you want less reduction, raise it closer to 1.0. Flat weapon bonuses are applied AFTER this compression.