Skip to content

Releases: PimvanderLoos/BigDoors

Alpha 0.1.8.49

13 Feb 22:23
4bb4051
Compare
Choose a tag to compare
  • Added support for MC 1.20.4.
  • Updated database to v9.
  • Added bypassProtections property to doors. Doors with this property set to true will ignore all protection plugins (e.g. WorldGuard, PlotSquared, etc).
  • Added the command /setBypassProtections <doorName || doorUID> <true || false> to set the bypassProtections property of a door. Permission node: bigdoors.admin.setbypassprotections.
  • Added a new GUI button to set the bypassProtections property of a door. This button is only visible if you have the bigdoors.admin.setbypassprotections permission node.

Alpha 0.1.8.48

08 Oct 11:33
a22c87a
Compare
Choose a tag to compare
  • Add support for MC 1.20.2.
  • Fixed database error after sudden breaking change in the SQLite JDBC driver. Thanks, Bonn2, for the bug report!
  • Fixed doors not being toggled when their powerblock is activated by placing a redstone block next to it either directly or using a piston. Thanks, zioforcella, for the bug report!

Alpha 0.1.8.47

22 Aug 13:01
ffaf3ff
Compare
Choose a tag to compare
  • Fix NMS code broken on recent builds of Spigot (and forks). Thanks, SlimeDog, for the bug report!
  • Drop support for Konquest. It turns out that the hook had been broken for a while, and I haven't received any reports about it. If you're still using Konquest, please let me know!
  • Do not allow doors to be toggled before all plugins have been enabled. This fixes timeout issues caused by the scheduler not running yet. Thanks, SlimeDog, for the bug report!

Alpha 0.1.8.46

08 Jun 10:33
e92a6fb
Compare
Choose a tag to compare
  • Add support for Minecraft 1.20.
  • Fix modern (1.13+) stairs not being rotated correctly. Thanks, Tuchan, for the bug report!

Alpha 0.1.8.45

22 May 09:32
98dc5bd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.8.44...0.1.8.45

Alpha 0.1.8.44

23 Mar 20:12
765e46e
Compare
Choose a tag to compare
  • Add 1.19.4 support.
  • Add support for PlotSquared 7. Thanks, Bloody_Mind, for the suggestion!
  • Added the "/BigDoors PrepareDatabaseForV2" command. This will export your database to the format used by v2. Note that both the export and v2 are still experimental!
  • Fix rare issue with retrieving permissions for offline players that could result in a server crash. Thanks, VikEnd, for the bug report!
  • BREAKING API CHANGE: The return value of attempting to toggle a door is now a CompletableFuture. The old (now deprecated) methods still exist, but may return an ERROR state despite the door toggling just fine (eventually).

Alpha 0.1.8.43

22 Mar 12:18
639df53
Compare
Choose a tag to compare
  • Fix startup issue on older versions of MC. Thanks, Trombettino, for the report!
  • Add config option to change how to count the number of doors a player owns (defaults to only include doors created by the player). Thanks, Chris6ix, for the suggestion!