Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.11
Platforms
Links
Tags
Creators
Details
Licensed ARR
Published 5 months ago
Updated last week
Adds cooldown to the Lunge enchantment for Paper 1.21.11
Without the cooldown, the player will simply continue dashing around the battlefield with the Lunge ability, making the battle very easy to win. This plugin prevents the use of the dash of the Lunge ability when the cooldown is active.
Features:
- Cooldown per level of Lunge I, II, and III
- Cooldown times customizable in seconds, minutes, and hours
- Cooldown message and sound customizations
- Reload configuration command
/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
# How to display the cooldown to the player.
# Options:
# HOTBAR - Shows a live countdown above the hotbar (default)
# CHAT - Shows remaining time in chat when you try to lunge, sends a message when ready
# BOSSBAR - Shows a live countdown bar at the top of the screen
display-mode: HOTBAR
# Message shown when cooldown is active. Use %time% for remaining time.
cooldown-message: "&cLunge on cooldown! &e%time% &cremaining."
# Message shown when the cooldown expires and lunge is ready again.
ready-message: "&aLunge is ready!"
# 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


