Skip to content

DoorsReloaded v2.1.0

Choose a tag to compare

@sepehrhn sepehrhn released this 14 Dec 01:53

This release adds Fabric/Quilt mod support, a Modrinth update checker, and migrates the build system to Gradle.

✨ New Features

  • Fabric/Quilt Mod Support - DoorsReloaded is now available as a Fabric mod for Minecraft 1.21.11
  • Modrinth Update Checker - Automatically checks for updates on plugin/mod startup
    • Configurable via check-for-updates in config
    • Notifies OPs on join (Paper only, requires doorsreloaded.notify.update permission)
  • Separate Platform Jars - Separate builds for each platform

📦 Downloads

Platform File Minecraft Version
Paper/Purpur/Folia DoorsReloaded-2.1.0-Paper.jar 1.21+
Fabric/Quilt DoorsReloaded-2.1.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.0.x on Paper/Purpur/Folia:

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

New Fabric/Quilt installation:

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