🦘Jump Spam & Roll Prevention
Explore our resource's outstanding features that enhance your server's 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?