Lift 40

Details

  • Filename
    Lift.jar
  • Uploaded by
  • Uploaded
    Aug 12, 2013
  • Size
    71.08 KB
  • Downloads
    5,231
  • MD5
    94b22ad61b8c3581927b03c92d680a58

Supported Bukkit Versions

  • CB 1.6.2-R0.1

Changelog

Big Version with Big Updates!

New features!

  • Multiple floor types are now possible! You can now have a disco floor!
  • If a wood or stone button is placed on the block behind the top sign of a floor it will output a redstone signal. Now possible to add lights or noteblocks to signal an arrival!
  • Your lifts can now have carpets. Carpets will vanish and restore like other floor blocks.
  • Lift floors can now have all rail types and redstone wires.
  • Minecarts can now enter lifts on rails, rise or descend to rails on another floor, and continue its journey. For example, use a detector rail to trigger an elevator with redstone

Bug Fixes!

  • Wool and wood colors and types are now handled correctly.

Config Changes

There have been a number of configuration changes. There is no automatic upgrade so if you edited the configuration you will need to change the new additions (oh stop whining the config is only a few lines!). If you have not touched the config then you are fine :)

  • floorBlock is now floorBlocks. floorBlocks is a list of materials (link to java doc). Make sure you don't use the same materials as the base blocks. I have some checks for this but you may get undesired results if you do. You can safely delete the old floorBlock option.
  • checkGlass has been renamed checkFloor. Default still false. If checkFloor is false and one of your floors has an airblock it will be replaced with the first material in floorBlocks. You can safely delete the old checkGlass line.

* Note on the shooting arrow on button breaks Lift bug: From what I have read there is no way to check the block an arrow hits without breaking support for other bukkit servers like Spigot (if you do know of a plugin tell me. I want to check their code). The three options are to break spigot support, remove wood buttons, or disable arrows.
* I have not tested minecarts with plugins that modify minecart behavior, like minecart mania. Your mileage may vary.
* I have done some testing with the minecarts, but not a lot. Let me know if there is some unwanted behavior. Also note that if the minecart is going too fast it might bounce on a wall or go through the lift before the lift can be triggered.