By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.
OK, Don't show this again
DoubleDoors is a PocketMine-MP plugin that enhances the behavior of interactive blocks like doors, trapdoors, and fence gates. With this plugin, players can seamlessly open or close connected blocks of the same type, mimicking double-door mechanics and recursive opening for nearby structures.
.phar
file in the plugins
folder of your PocketMine-MP server.The plugin generates a config.yml
file with the following options:
enableRecursiveOpening: true
recursiveOpeningMaxBlocksDistance: 10
enableDoors: true
enableFenceGates: true
enableTrapdoors: true
The plugin listens to the PlayerInteractEvent
to detect interactions with supported blocks. It processes connected blocks recursively, ensuring only the allowed distance and block types are affected.
Door
FenceGate
TrapDoor
The plugin checks for nearby blocks of the same type in a 3x3x3 area around the interacted block. If recursive opening is enabled, it will continue to process connected blocks within the configured distance limit.
We welcome contributions! If you encounter bugs or have suggestions, feel free to open an issue or submit a pull request on GitHub.
You can leave one review per plugin release, and delete or update your review at any time