'any' keyword | You can now use 'any' as the top block in your combinations. E.g. - 'any, redstone_block'; this will make any block with a redstone block under it an elevator.
The only limitation is that the elevator's top block in a column has to be of the same height i.e. you can only go from full top-block to full top-block, slab to slab, pressure plate to pressure plate e.t.c.
This will even ignore types so that the top of one elevator can be e.g. a dirt block, one stone, another andesite and still count as an elevator with 3 floors.
Please note that to make this possible a lot of changes had to be made. Please let me know if this causes any issues.
Back Compatibility | You can now disable back compatibility with Essentials and CMI such that using an elevator will set your last /back location. Add the following to your config.yml file:
Code (YAML):
# This ensures that using an elevator doesn't change your last location in plugins that have a /back command. # Currently supported are: Essentials and CMI. backCompatibility: true
The default is true which is enabled. Set this to false if you don't want compatibility with Essentials and CMI.