BlockDoor 0.075

Details

  • Filename
    BlockDoor75.zip
  • Uploaded by
  • Uploaded
    Jun 11, 2012
  • Size
    229.21 KB
  • Downloads
    1,604
  • MD5
    0105633c192674cffec0fe924288c27a

Supported Bukkit Versions

  • CB 1.2.5-R4.0

Changelog

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>