Mineuniverse
Log in Register
Plugins

Double Doors Server

A Bukkit/Spigot plugin that opens mirrored double doors together, with low-latency syncing and optional compatibility handling for common server stacks.
by SzaBee13
Download Claim this project
459 downloads
0 likes
Updated Jun 30, 2026
0 hypes
Mechanics

Double Doors Server

GitHub Release GitHub License GitHub Issues Modrinth Game Versions Crowdin
Online players Online servers

A Bukkit/Spigot plugin that opens mirrored double doors together, with low-latency syncing and optional compatibility handling for common server stacks.

Features

  • Same-tick partner door sync
  • Strict mirrored pair matching for doors:
    • same door type
    • same facing direction
    • opposite hinge
    • side-by-side only
  • Optional recursive opening support for non-door openables (fence gates/trapdoors)
  • Per-player toggle: /doubledoors toggle
  • LuckPerms-friendly permission nodes
  • GriefPrevention compatibility check for linked-door claim access
  • Duplicate interaction debounce (helps packet duplication patterns seen with some Bedrock/Geyser flows)
  • Translation support via JSON language files (built-in + custom)

Official sources

Compatibility

  • Supports Minecraft Java Edition 1.21.x, 26.1.x, and 26.2.x.

Geyser / Floodgate

  • Plugin declares soft-depends on Geyser-Spigot and floodgate.
  • A short duplicate-interaction debounce window is used to avoid rapid duplicate toggles on the same block.

LuckPerms

  • Works through standard Bukkit permissions, so LuckPerms applies automatically.
  • Use doubledoors.use to allow/deny linked opening behavior.

GriefPrevention

  • Plugin declares a soft-depend on GriefPrevention.
  • When present, linked-door interaction is checked against claim build permission before toggling the partner door.

Proxy Setup (Multi-Server)

DoubleDoors includes an optional Velocity proxy plugin for Geyser/Floodgate environments with multiple backend servers.

Proxy Features

  • Shared SQL heartbeat/presence tracking across multiple proxies
  • Automatic detection of Geyser/Floodgate clients
  • Support for SQLite and MySQL databases
  • Connection pooling via HikariCP for efficient SQL resource usage

Proxy Installation

  1. Download the proxy JAR from the releases page (doubledoors-velocity-<version>.jar)
  2. Place it in your Velocity plugins/ directory
  3. Restart the proxy
  4. A plugins/DoubleDoors/proxy-config.properties file will be generated

Proxy Configuration

Edit plugins/DoubleDoors/proxy-config.properties

For more, visit the wiki

Commands

  • /doubledoors reload - reload config
  • /doubledoors toggle - toggle behavior for yourself

Alias: dd

Check out more commands at the wiki

Permissions

  • doubledoors.use (default: true)
  • doubledoors.toggle (default: true)
  • doubledoors.reload (default: op)

Check out more permissions at the wiki

Config

bukkit/src/main/resources/config.yml

  • enableRecursiveOpening (default: true)
  • recursiveOpeningMaxBlocksDistance (default: 10)
  • enableDoors (default: true)
  • enableFenceGates (default: true)
  • enableTrapdoors (default: true)
  • enableVillagerLinkedDoors (default: true)
  • serverWideEnabled (default: true)
  • perPlayerLocaleEnabled (default: true)
  • language (default: en_US)

Language

See supported languages and contribute on Crowdin

License

Licensed under the GNU General Public License v3.0. See LICENSE.

Double Doors Server 1.4.6
MC 1.21.2, 1.21, 1.21.3, 1.21.8, 1.21.4, 1.21.5, 1.21.7, 1.21.1, 1.21.6, 1.21.9, 1.21.10, 1.21.11, 26.1.1, 26.1, 26.1.2, 26.2
Release 2026-07-03 Get
Double Doors Server 1.4.5
MC 1.21.2, 1.21, 1.21.3, 1.21.8, 1.21.4, 1.21.5, 1.21.7, 1.21.1, 1.21.6, 1.21.9, 1.21.10, 1.21.11, 26.1.1, 26.1, 26.1.2, 26.2
Release 2026-06-17 Get
Double Doors Server 1.4.4
MC 1.21.2, 1.21, 1.21.3, 1.21.8, 1.21.4, 1.21.5, 1.21.7, 1.21.1, 1.21.6, 1.21.9, 1.21.10, 1.21.11, 26.1.1, 26.1, 26.1.2
Release 2026-05-25 Get
Double Doors Server 1.4.3
MC 1.21.2, 1.21, 1.21.3, 1.21.8, 1.21.4, 1.21.5, 1.21.7, 1.21.1, 1.21.6, 1.21.9, 1.21.10, 1.21.11, 26.1.1, 26.1, 26.1.2
Release 2026-05-17 Get
Double Doors Server 1.4.1
MC 1.21.2, 1.21, 1.21.3, 1.21.8, 1.21.4, 1.21.5, 1.21.7, 1.21.1, 1.21.6, 1.21.9, 1.21.10, 1.21.11, 26.1.1, 26.1, 26.1.2
Release 2026-05-07 Get
Double Doors Server 1.4.0
MC 26.1.1, 26.1, 26.1.2
Release 2026-05-03 Get
Double Doors Server 1.4.0-beta.1
MC 26.1.1, 26.1, 26.1.2
Beta 2026-05-02 Get
Double Doors Server 1.3.4
MC 26.1.1, 26.1, 26.1.2
Release 2026-04-26 Get
Double Doors Server 1.3.3
MC 26.1.1, 26.1, 26.1.2
Release 2026-04-23 Get
Double Doors Server 1.3.2
MC 26.1.1, 26.1, 26.1.2
Release 2026-04-10 Get
Double Doors Server 1.2.1
MC 1.21.2, 1.21, 1.21.3, 1.21.8, 1.21.4, 1.21.5, 1.21.7, 1.21.1, 1.21.6, 1.21.9, 1.21.10, 1.21.11
Release 2026-03-19 Get
DoubleDoors v1.2.0
MC 1.21.2, 1.21, 1.21.3, 1.21.8, 1.21.4, 1.21.5, 1.21.5-Snapshot, 1.21.7, 1.21.1, 1.21.6, 1.21.9, 1.21.10, 1.21.11
Release 2026-03-18 Get

You Might Also Like

MobHealth
Simple plugin to let you know the damage you just caused to a mob, and how much health it has left.
989,881
Player Heads
Lop off Player and all Mob Heads with configurable drop rates + pvp-farming nerf, includes detailed commands and permissions
979,351
Advanced Item Effects
Adds custom effects to any item including potion effects.
97,290
VoxelMore
"Sharing is caring."
9,999
SunSteel
A Golden Item Enhancement Plugin
9,880
Sneaker
Hide name tags above players' heads.
9,865