🦘Jump Spam & Roll Prevention

Explore our resource's outstanding features that enhance your server's gameplay experience.

BetterFight Evolved introduces two key features to enhance gameplay realism and combat balance: Jump Spam Prevention and Roll Prevention. These systems work together to create a more grounded and tactical gameplay experience.

Jump Spam Prevention

This feature limits how frequently players can jump, preventing unrealistic and exploitative behavior during combat and general gameplay.

Configuration:

Config.JumpSpamPrevention = {
    Enabled = true,
    TimeBetweenJumps = 2000, -- Time in milliseconds
}

Roll Prevention

This feature disables the ability for players to perform combat rolls, often seen as an unrealistic or overpowered evasive maneuver.

Configuration:

Config.RollPrevention = true

Last updated

Was this helpful?