Skip to content

Releases: bonn2/BigDoorsPhysics

2.4.3 | 1.21

22 Jul 20:13
Compare
Choose a tag to compare

A quick maintenance release to support 1.21

Fixed

  • 1.21 version parsing

2.4.2 | 1.20

08 Jun 15:10
Compare
Choose a tag to compare

Added

  • Add support for MC1.20

2.4.1 | Java 11

07 Jun 16:47
Compare
Choose a tag to compare

Added

  • Support for Java 11, thanks @MiroSneeball for the suggestion

2.4.0 | 1.16.5 & Spigot

03 Jun 19:29
Compare
Choose a tag to compare

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

19 May 12:58
Compare
Choose a tag to compare

Fixed

  • NPE in console when using barrier only mode and protocollib, thanks @bladeRR1 for the report

2.3.4 | Forgotten Barriers

09 May 15:18
Compare
Choose a tag to compare

Fixed

2.3.3 | Idle Performance

26 Apr 03:32
Compare
Choose a tag to compare

Fixed

  • Performance leak while plugin should be idle, thanks @Pudiaz for the report!

2.3.2 | Support Latest Paper Builds

05 Mar 05:10
Compare
Choose a tag to compare

Fixed

  • Support for Paper-1.19.3#435+

2.3.1 | Update Checker & Region Compatibility

19 Jan 18:23
Compare
Choose a tag to compare

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

06 Jan 18:14
Compare
Choose a tag to compare

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)