SimpleGate v1.1.1 — Bug Fixes and 26.1.1, 26.1.2 Support
SimpleGate v1.1.1 — Bug Fixes and 26.1.1, 26.1.2 Support
Bug Fixes
Happy Ghast compatibility — Players riding a Happy Ghast were being ejected before teleporting through a gate. The vehicle listener now handles any rideable entity that has mounted passengers, not just entities implementing Vehicle, so the Happy Ghast teleports together with its rider correctly.
1.8 compatibility in VehicleGateListener — getPassengers() and addPassenger() were introduced in 1.9 and caused a NoSuchMethodError on 1.8 servers. Both calls are now wrapped with a legacy-safe fallback using getPassenger() and setPassenger().
Version Support
Added support for Minecraft 26.1.1 and 26.1.2, both mapped to v26_1_R1.
Dependencies
ColorAPI updated to 2.0.5 — package changed from api.xeliox.colorapi to io.github.xeliiox.colorapi.