Fix | Elevation should now work properly for elevation from and to all valid y-levels including negative.
Custom World Height | Simple Elevators now support extended world heights. If your server runs an extended world height you can add the following to your config.yml to allow elevators to work in the added range.
Code (YAML):
# Change the min and max world height. If false it uses the servers default e.g. 0-256 for pre 1.17 and -64-320 1.17+ overrideY: false
minY: 0
maxY: 0