Whisper Doors
Link doors together by giving them the same name. Step through one and come through the other, no matter the distance.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Whisper Doors
🚪 Whisper Doors
Whisper Doors adds magical teleporting doors to your Minecraft server. Create linked doorways that transport players instantly when they interact with named doors on the same "whisper channel."
✨ Features
🔗 Door Linking System
- Automatic Detection: Place named doors to automatically create whisper channels between them - Automatic Detection: Doors with the same channel name connect automatically across your world - Automatic Detection: Configure whether doors can connect across different worlds - Automatic Detection: System automatically finds the nearest connected door on the same channel
🎯 Teleport Mechanics
- Visual Feedback: Players exit facing the correct direction from the destination door - Visual Feedback: Prevents spam with configurable cooldown between uses - Visual Feedback: Portal particles and sounds enhance the magical experience
🛡️ Server Management
- Flexible Naming: Adjust search distance, cooldowns, cross-world travel, and more - Flexible Naming: Door connections save automatically - Flexible Naming: Broken doors are automatically removed from the system - Flexible Naming: Option to ignore color formatting in door names for easier matching
🎨 Visual & Audio
- Configurable FX: Portal particles at both departure and arrival doors - Configurable FX: Magical teleportation sounds using enderman and door sounds - Configurable FX: Toggle particles and sounds independently
🎮 How It Works
1. Right-click either door with a custom name in an anvil 2. Right-click either door to a "whisper channel" based on its name 3. Right-click either door with the same name elsewhere 4. Right-click either door to teleport to the other connected door
🔧 Configuration
Easily customize everything in config.yml: ```yaml
Maximum search distance in blocks. Set to -1 or 0 for unlimited.
max-search-distance: 0
Allow teleporting across different worlds if a matching channel exists.
cross-world: false
If true, colors and formatting are stripped
ignore-formatting: true
Require the placed door item to have a custom display name to become a whisper door.
require-named-door: true
Teleport cooldown per player, in seconds.
cooldown-seconds: 3.0
Open the destination door as you arrive.
open-on-teleport: true
Spawn particles and play sounds on teleport.
particles: true sounds: true
messages: bound: "&aDoor bound to whisper channel '&e{channel}&a'." no-target: "&eThis door whispers into silence. No partner found." cooldown: "&cThe door is catching its breath. Wait &e{time}s&c." teleport: "&bYou whisper through the door..."