Skip to content

DoorsReloaded v2.2.0

Choose a tag to compare

@sepehrhn sepehrhn released this 07 Mar 05:44

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-gates switch.
  • Iron Door / Trapdoor Customization Split - allow-opening-irondoors-with-hands has been separated into two independent controls:
    • allow-opening-irondoors-with-hands
    • allow-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-doors naming 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/ and fabric/ 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:

  1. Remove old DoorsReloaded.jar from plugins/
  2. Drop in DoorsReloaded-2.2.0-Paper.jar
  3. Restart the server

New Fabric/Quilt installation:

  1. Install Fabric Loader and Fabric API
  2. Place DoorsReloaded-2.2.0-Fabric.jar in mods/
  3. Launch the game