LazyCheck | You can now define a whitelist for materials you want the lazy-check to apply to. You can also invert this and make it a blacklist instead. The following has been added to the config.yml file:
Code (YAML):
# Include an extra floor that is not an elevator above and/or below the elevator column. lazyCheck:
top: false
bottom: false
# You can whitelist certain materials if you don't want all materials to be a lazyCheck floor. # E.g. 'QUARTZ_BLOCK, IRON_BLOCK, REDSTONE_BLOCK' # Leave it empty to allow all. whitelist: ''
# Effectively makes the whitelist a blacklist if set to true. invert: false
If you wish to make use of this feature please add the above options to the lazyCheck section in the config.yml file manually. If you do not wish to make use of this you do not have to add it.