Lazy Check | This feature will add extra safe floors that are not elevators. E.g. you're standing on the top elevator in the column. If there is a safe location above you in that column you may elevate to it, however, you can not go down again. The same goes for the bottom. This can useful for e.g. arenas' where once you've been elevated you can't escape again.
Code (YAML):
# Include an extra floor that is not an elevator above and/or below the elevator column. lazyCheck:
top: false
bottom: false
You'll have to manually add the above to your config.yml and set the options to true if you wish to use this feature. If you do not wish to use this feature you do not have to add it.