Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Links
Tags
Creators
Details
Licensed ARR
Published 8 months ago
๐ช 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
- Named Connections: Place named doors to automatically create whisper channels between them
- Smart Pairing: Doors with the same channel name connect automatically across your world
- Cross-World Travel: Configure whether doors can connect across different worlds
- Automatic Detection: System automatically finds the nearest connected door on the same channel
๐ฏ Teleport Mechanics
- Direction Facing: Players exit facing the correct direction from the destination door
- Cooldown System: Prevents spam with configurable cooldown between uses
- Visual Feedback: Portal particles and sounds enhance the magical experience
๐ก๏ธ Server Management
- Fully Configurable: Adjust search distance, cooldowns, cross-world travel, and more
- Persistence: Door connections save automatically
- Smart Cleanup: Broken doors are automatically removed from the system
- Flexible Naming: Option to ignore color formatting in door names for easier matching
๐จ Visual & Audio
- Particle Effects: Portal particles at both departure and arrival doors
- Custom Sounds: Magical teleportation sounds using enderman and door sounds
- Configurable FX: Toggle particles and sounds independently
๐ฎ How It Works
- Place a door with a custom name in an anvil
- The door automatically binds to a "whisper channel" based on its name
- Place another door with the same name elsewhere
- Right-click either door to teleport to the other connected door
๐ง Configuration
Easily customize everything in config.yml:
# 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..."


