Minecraft SecretDoors mod 2026 download
logo
minecraft mod SecretDoors

SecretDoors

Game Version: 1.8.1
Total Downloads: 24,828
Updated: Dec 30, 2014
Created: Jan 5, 2012
Download SecretDoorsDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
SecretDoors v1.4.2a release 21.81 KB Dec 30, 2014 1.8.1 4,870 download SecretDoors SecretDoors v1.4.2a releaseDownload
SecretDoors v1.4.2 release 21.81 KB Dec 22, 2014 1.8.1 372 download SecretDoors SecretDoors v1.4.2 releaseDownload
SecretDoors v1.4.1 release 21.60 KB Jun 16, 2014 CB 1.7.9-R0.1 2,337 download SecretDoors SecretDoors v1.4.1 releaseDownload
SecretDoors v1.4.1 release 21.60 KB Mar 24, 2014 CB 1.7.2-R0.3 2,143 download SecretDoors SecretDoors v1.4.1 releaseDownload
SecretDoors v1.4.0 release 21.49 KB Mar 16, 2014 CB 1.7.2-R0.3 613 download SecretDoors SecretDoors v1.4.0 releaseDownload
SecretDoors v1.3.2 release 20.55 KB Jan 18, 2014 CB 1.7.2-R0.2 1,017 download SecretDoors SecretDoors v1.3.2 releaseDownload
SecretDoors v1.3.1 release 21.15 KB Jan 17, 2014 CB 1.7.2-R0.2 165 download SecretDoors SecretDoors v1.3.1 releaseDownload
SecretDoors v1.3.0 release 20.39 KB Jan 13, 2014 CB 1.7.2-R0.2 526 download SecretDoors SecretDoors v1.3.0 releaseDownload
SecretDoors v1.2.1 release 16.09 KB Jan 9, 2014 CB 1.7.2-R0.2 464 download SecretDoors SecretDoors v1.2.1 releaseDownload
SecretDoors v1.2 release 16.01 KB Nov 11, 2013 CB 1.6.4-R2.0 1,310 download SecretDoors SecretDoors v1.2 releaseDownload
SecretDoors v1.1 release 22.34 KB Jun 20, 2013 CB 1.5.2-R1.0 3,658 download SecretDoors SecretDoors v1.1 releaseDownload
SecretDoors v1.1 release 20.15 KB Mar 31, 2013 CB 1.4.7-R1.0 1,991 download SecretDoors SecretDoors v1.1 releaseDownload
SecretDoors v1.0 release 17.08 KB Mar 23, 2013 CB 1.4.7-R1.0 835 download SecretDoors SecretDoors v1.0 releaseDownload
Secret Doors 0.5 release 15.29 KB Sep 1, 2012 CB 1.3.1-R1.0 1,751 download SecretDoors Secret Doors 0.5 releaseDownload
Secret Doors 0.4 release 15.36 KB Apr 20, 2012 CB 1.2.5-R1.0 1,556 download SecretDoors Secret Doors 0.4 releaseDownload
SecretDoors_0.3 fixed release 16.90 KB Feb 29, 2012 CB 1.1-R4 662 download SecretDoors SecretDoors_0.3 fixed releaseDownload
SecretDoors_0.3.jar release 15.20 KB Jan 27, 2012 CB 1.1-R1 558 download SecretDoors SecretDoors_0.3.jar releaseDownload

Description

Share this:

This plugin requires Java 8
This is a continuation of MrChick and Dill's work.
Plugin originally made by MrChick.
Plugin based on this request.

Features:

  • Create SecretDoors with a wooden door and any blocks
  • Secret Trapdoors (can be disabled in config)
    • Open the trap door (or right click the block above it) to open the door
    • Trapdoor is replaced with a ladder for ease of climbing out
    • Click the ladder to close the door
  • Permissions support
  • Signs, torches, ladders, vines, buttons and levers are all place-able on SecretDoor blocks
  • Signs retain their text
  • SecretDoors can now be opened and closed with Redstone power (can be disabled in config)
  • Configurable timer to close doors and trapdoors automatically

Usage:

Thanks to VariationVault for the video!

Config:

  • use-permissions: true/false – Enables/Disables the need for Permissions.
  • use-redstone: true/false – Enables/Disables Redstone being able to open SecretDoors.
  • enable-trapdoors: true/false – Enables/Disables Secret Trapdoors.
  • enable-timers: true/false – Enables/Disables automatic closing of doors.
  • close-time-seconds: integer – Time in seconds before a door will automatically close.
  • enable-whitelist: true/false – Determines whether or not to use the whitelist of blocks.
  • blacklist: MaterialList – List of materials that cannot be used to create SecretDoors (see here)
  • whitelist: MaterialList – List of materials that can be used to make SecretDoors, if enable-whitelist is true.

Commands:

  • /secretdoors reload – Reloads config file.
  • /sd reload – Alias.

Permissions:

  • secretdoors.use – Defaults to OP, allows users to open and close SecretDoors.
  • secretdoors.create – Defaults to OP, allows users to create SecretDoors by placing blocks in front of the door.
  • secretdoors.reload – Defaults to OP, allows users to use /secretdoors reload and /sd reload.
    NOTE: See known issues!

Source Code:

  • Click here!

Planned Features:

  • Make the Block Blacklist configurable.
  • Possibly add a configurable timer to close SecretDoors automatically.

Known issues:

  • Permission node secretdoors.use will NOT prevent players from opening SecretDoors via Redstone power. To truly protect doors from being opened you will need to disable Redstone use in the config file.
  • Redstone torches placed on the doors bug out because they provide power to the door – They have been blacklisted as a result. If people REALLY want Redstone torches place-able on SecretDoors let me know and I'll look into a workaround.
  • Doors with a torch on them cannot be opened while the player is also holding a torch.
  • Double doors are a little screwy if you use a mod that opens both doors when you open one.
  • Please let me know about any other bugs you find.

Changelog:

  • 1.4.2 – Compiled with SpigotMC for 1.8
  • 1.4.1 – Secret Trapdoors must now have the trapdoor be placed on the upper part of the block.
  • 1.4.0 – secretdoors.create/secretdoors.use permission node separation.
  • 1.3.1 – Configurable blacklist and whitelist
  • 1.3.0 – Timers!
  • 1.2.1 – Blacklisted iron doors to fix a duplication bug
  • 1.2 – Double doors and bug fixes
  • 1.1 – Trapdoor support
  • 1.0 – Initial release by Snnappie
  • Older versions by Dill and MrChick

Donate:

Feeling over-burdened by money?
https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif

Comments

Add a comment