Compatibility
Minecraft: Java Edition
26.1.x
1.21.11
Platforms
Tags
Creators
Details
Licensed ARR
Published 2 months ago
Adds configurable cooldowns to the Lunge enchantment for Paper 1.21.11
Without the cooldown, the player can just keep dashing across the battlefield using the Lunge skill. It would make the fight and escape trivially easy. This plugin blocks the lunge dash when the player is on cooldown – not just the damage from the lunge.
Features:
- Per-level cooldowns for Lunge I, II and III
- Configurable cooldown durations (seconds, minutes, hours)
- Customizable cooldown message and sound
- Live config reload via
/lungecooldown reload
Default config.yml:
# LungeCooldown Configuration
# Format: <number><unit> → 30s | 5m | 1h | 0 (disabled)
cooldowns:
lunge-1: 10s
lunge-2: 20s
lunge-3: 30s
# Message shown when a player tries to lunge while on cooldown.
# Use %time% to show the remaining time (e.g. "4s", "1m 30s").
# Set to "" to disable the message.
cooldown-message: "&cLunge is on cooldown! &e%time% &cremaining."
# Play a sound when a player tries to lunge while on cooldown?
play-sound: true
# Sound to play on cooldown.
# Full list of valid sounds: https://jd.papermc.io/paper/1.21.1/org/bukkit/Sound.html
cooldown-sound: ENTITY_VILLAGER_NO


