Releases: bonn2/BigDoorsPhysics
Releases · bonn2/BigDoorsPhysics
2.4.3 | 1.21
2.4.2 | 1.20
Added
- Add support for MC1.20
2.4.1 | Java 11
Added
- Support for Java 11, thanks @MiroSneeball for the suggestion
2.4.0 | 1.16.5 & Spigot
This release marks the beginning of more version support for BigDoorsPhysics, with the plan of eventually supporting all versions of MC that BigDoors does.
Added
- Spigot support, thanks @MiroSneeball for the suggestion
- Note: Spigot lacks the TeleportFlags api of Paper so shulker based collisions will fall back to the 1.16.5 -> 1.18.2 method
- 1.16.5 support, thanks @MiroSneeball for the suggestion
- For now it is only 1.16.5, not .1 -> .4 this will be expanded in future
2.3.5 | Barrier only mode
Fixed
- NPE in console when using barrier only mode and protocollib, thanks @bladeRR1 for the report
2.3.4 | Forgotten Barriers
Fixed
- Barriers being left behind if they pushed a player (#8), thanks @TomLewis and @THEjpcello for the report
2.3.3 | Idle Performance
Fixed
- Performance leak while plugin should be idle, thanks @Pudiaz for the report!
2.3.2 | Support Latest Paper Builds
Fixed
- Support for Paper-1.19.3#435+
2.3.1 | Update Checker & Region Compatibility
This Release is also on Modrinth
Added
- Update checker
- Will print a message to console on startup if there is an update available
- Can be disabled in the config
- Config option
spawn-shulkers-on-door
- Controls where the plugin puts the shulkers during setup
- Default
true
if ProtocolLib is on the server - Fixes compatibility with region plugins, Thanks @Pudiaz for the report
Fixed
- Some more ways shulkers could take damage
2.3.0 | Multiple Collision Methods
This Release is also on Modrinth
Added
- The ability to set different door types to use different collision methods. Thanks repeater64 for the suggestion
Changed
method:
option in the config has been expanded to support setting different collision methods- Fixed portcullises being able to delete themselves
- The barrier method will now work in all situations
- Removed
protect-portcullises:
option (no longer needed)