DoorsReloaded v2.2.0
This release focuses on massive customizability additions regarding Trapdoors, Fence Gates, and granular configurations for knocking sounds based on wood/iron/copper materials.
✨ New Features & Changes
- ✅ Fence Gate Support - You can now knock on fence gates! Handled explicitly by the
allow-knocking-gatesswitch. - ✅ Iron Door / Trapdoor Customization Split -
allow-opening-irondoors-with-handshas been separated into two independent controls:allow-opening-irondoors-with-handsallow-opening-irontrapdoors-with-hands
- ✅ Granular Sound Options - You can assign 9 independently configured knocking sounds (alongside distinct categorized pitch and volume properties):
sound-knock-door-[wood/copper/iron]sound-knock-[trapdoor/gate]-[wood/copper/iron]
- ✅ Config Restructuring - Configurations now visibly categorize behavioral interactions vs audio properties (e.g. standardizing
allow-knocking-doorsnaming conventions and segregating logic away from Sound configs). Backward compatibility cleanly preserves old values during your transition naturally!
📦 Downloads
| Platform | File | Minecraft Version |
|---|---|---|
| Paper/Purpur/Folia | DoorsReloaded-2.2.0-Paper.jar |
1.21+ |
| Fabric/Quilt | DoorsReloaded-2.2.0-Fabric.jar |
1.21.11 |
🔧 Technical Changes
- Migrated build system from Maven to Gradle
- Multi-module project structure (
paper/andfabric/modules) - Updated to Gradle 8.14 with Java 21
📋 Compatibility Summary
- ✅ Paper 1.21+
- ✅ Purpur 1.21+
- ✅ Folia 1.21+ (region-threading aware)
- ✅ Fabric 1.21.11
- ✅ Quilt 1.21.11
- ❌ Spigot / CraftBukkit (not supported)
📝 Migration
From v2.1.x on Paper/Purpur/Folia:
- Remove old
DoorsReloaded.jarfromplugins/ - Drop in
DoorsReloaded-2.2.0-Paper.jar - Restart the server
New Fabric/Quilt installation:
- Install Fabric Loader and Fabric API
- Place
DoorsReloaded-2.2.0-Fabric.jarinmods/ - Launch the game