Added - New permission, "elevator.distance.<distance>". Give players an individual max elevator distance. Distance range from 0 - 256. 'maxDistance' set in the config file overrules this permission. Example: 'elevator.distance.30' is ignored if the maxDistance in the config is set to 40, allowing the player to still travel the full 40 blocks. Having multiple of these permissions does not break anything. The permission with the highest distance value is the deciding permission.
Fix - Walking onto a carpet from an elevator would count as a space press. This has been fixed and no longer applies.
Code - Cleaned up some event code to improve performance.