- Change versioning scheme: The 'ALPHA' suffix is removed.
- Fix accidentally marking previous release as dev-build. The new system is automated so this shouldn't happen again. Thanks, DjeyMute, for the bug report!
- Update resource pack for Minecraft 1.21.8-1.21.10.
- Add full support for Minecraft 1.21.10.
- Add full support for Minecraft 1.21.8.
- Add support for Minecraft 1.21.7.
- Add support for Minecraft 1.21.6.
- Fix exception that could occur when unloading chunks. Thanks, ewof, for the bug report!
- Add some missing materials.
- Fix incorrect text case in command instructions. Thanks, Evonuts, for pointing it out!
- Add 'zh_CH.txt' translation file. Thanks, Q2297045667, for the translation!
- Add support for MC 1.21.5.
- Add support for Folia. Thanks, Anon8281 and ewof, for both your PR and your patience!
- Add the resource pack instead of overwriting all other resource packs on supported versions.
- Fix resource pack on 1.16.2 - 1.16.5.
- Add format 46 resource pack so it doesn't show up in red on 1.21.4.
- Fix support for Minecraft < 1.20. Whoops!
- Add support for Minecraft 1.21.4.
- Add support for Minecraft 1.21.3. Thanks, Danoj, ewof, Anon8281, and Bloody_Mind, for the heads-up!
- Add support for Minecraft 1.21.1. Thanks, Bloody_Mind, for the heads-up!
- Register missing commands. Thanks, oldmanbash, for the bug report!
- Add support for Minecraft 1.21.
- Fix negative maxAutoCloseTimer values not counting as unlimited. Thanks, King, for the bug report!
- Fixed accidentally removing support for 1.20.4. Whoops! Thanks, TylorTurner, for the bug report!
- Added support for Paper 1.20.6.
- Updated resource pack list.
- Fix support for < MC 1.14.
- Added support for MC 1.20.5.
- Added a config option
setCustomNameto control whether animated blocks have a custom name. Default: false. - Switched to PersistentDataContainer for animated entity identification instead of custom names.
- Added the method
boolean BigDoors#isBigDoorsEntity(Entity)so other plugins can easily check if a specific entity is managed by this plugin.
- 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 thebypassProtectionsproperty of a door. Permission node:bigdoors.admin.setbypassprotections. - Added a new GUI button to set the
bypassProtectionsproperty of a door. This button is only visible if you have thebigdoors.admin.setbypassprotectionspermission node.
- 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!
- 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!
- Add support for Minecraft 1.20.
- Fix modern (1.13+) stairs not being rotated correctly. Thanks, Tuchan, for the bug report!
- Improved database export to AnimatedArchitecture format.
The first preview of the upcoming big update for this plugin is now available! More information HERE!
Add 1.19.4 support.
Add support for PlotSquared 7. Thanks, Bloody_Mind, for the suggestion!
Add 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 a 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).


