Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
GH-400 Resolve EntityMountEvent registration failure on modern Paper (#400)
- Fix: Resolve EntityMountEvent registration failure on modern Paper
Newer Paper builds (e.g. 26.1.2) removed org.spigotmc.event.entity.EntityMountEvent, causing KnockbackRegionController registration to fail and region knockback protection to be disabled.
Resolve EntityMountEvent at runtime (checking Bukkit, Paper, and Spigot packages) and register it reflectively while preserving the 1.19.3 compile target for compatibility.
- Optimize dynamic mount event handling
Co-authored-by: Martin Sulikowski [email protected]
Information
| Published on | June 21, 2026 |
|---|---|
| Downloads | 2 |
Platforms
Paper (1.19.3-1.20.2, 1.20.4-1.21.1, 1.21.3-1.21.11, 26.1.1-26.1.2)