Blindness Sprint Fix

Blindness Sprint Fix

Allows sprinting during Blindness by pressing the sprint key No mods, no dependencies — just drop in and go on Paper 26.2.

8 downloads

BlindnessSprintFix

Allows sprinting during Blindness by pressing the sprint key. No mods, no dependencies — just drop in and go on Paper 26.2.

Features

  • Sprint only while the sprint key is held (not permanent speed boost)
  • Works on ground and while jumping
  • Compatible with Slowness (vanilla handles the calculation)
  • Speed particles and icon are hidden
  • Zero dependencies (Paper API only)
  • Auto cleanup on quit and plugin disable

Requirements

Item Value
Server Paper
Java 25+
Client Mods None
Resource Packs None
Dependencies None

Usage

  1. Place the jar file into your plugins/ folder
  2. Restart the server or run /reload confirm
  3. Apply the Blindness effect to a player
  4. Hold W + Sprint key to sprint

No commands or config files. The plugin activates automatically for any player with the Blindness effect.

How It Works

  • Listens to PlayerInputEvent to detect sprint key press/release
  • Applies hidden Speed II (amplifier=1, no particles, no icon) while sprint key is held
  • Removes the effect instantly when the key is released
  • Uses metadata to track sprint state reliably across event timing

License

MIT License