File Details
BlockDoor 0.075
- R
- Jun 11, 2012
- 229.21 KB
- 1.6K
- CB 1.2.5-R4.0
File Name
BlockDoor75.zip
Supported Versions
- CB 1.2.5-R4.0
v0.075
Fixed a AIOBE in hdoors.
Fixed some block popping issues with Hdoors and twostate doors.
Fixed a hdoor detection bug in on block break. Causing false positives.
Fixed a bug in the /dopen2 & /dclose2 command that prevented the command from using the correct method to open/close a door.
Added support for bPermissions
Fixed several critical bugs in zone detection.
Fixed bug in cancel command
Improvements in hdoor block lookup performance. Switched from ArrayList to HashMap.
Little code style changes here and there and some more code consolidation.
Added following block id's to valid solids 98, 110, 112, 121, 125, 129, 133
Added Trip wire id's 131 & 132 to valid redstone outputs. For future 1.3 minecraft.
Re-added twostate onPlayerMove door save workaround to compensate for bukkits block place events getData bug. Should fix most of the save issues for upside down stairs, upside down steps. Levers not saving ... etc. Its not 100% though.
added new commands for deleting specific links:
/ddel link <triggerType:uzoneTrigger> <triggerName> <doorType> <doorName>
/ddel link <triggerType:uzoneTrigger> <triggerName> <doorType> <doorName> <player>
/ddel link <triggerType:uzoneTrigger> <triggerName> <doorType> <doorName> <player> <world>

