# Elevator Settings

Elevator Settings allow players to customize the behavior of elevators. These settings can influence how the elevator operates, how it interacts with players, and whether specific features are enabled or disabled. Each setting directly coorelates to either a key in the Config or to a Variable of an Elevator Action

# Per-Elevator Customizable Settings

Below is a list of configurable Elevator Settings. This section defines what players can toggle within the Elevator Settings Menu.

Key Description
can-explode If enabled, the elevator will be able to be broken by explosions.
check-color If enabled, any destination elevators must be the same color as the origin.
check-perms If enabled, the player must have access to elevator 'use', 'dye', and 'craft' permissions to have access to their respective abilities.
check-type If enabled, the destination elevator must be of the same elevator type.
stop-obstruction If enabled, the destination elevator must have enough space to teleport the player safely.
change-holo Allows the ability to alter the hologram lines that appear above the elevator.
change-max-distance This controls the number of blocks that the origin elevator will search for a destination elevator.
change-max-solid-blocks This controls the maximum number of solid blocks that can be between an origin and destination elevator.

# Admin Command Only Settings

Below is a list of configurable Elevator Settings that will only show in the /ele admin menu.

Key Description
change-display-name This will change the display of newly created elevators. Old elevators will not be affected.
change-lore Allows the ability to alter the lore lines that appear on a new Elevator item.
change-max-stack-size This controls the maximum stack size of elevator item stacks.

# Elevator Action Settings

It is important to note that each Elevator Action has it's own set of settings that may be player alterable as well. Please check out the Elevator Actions Guide to learn more about individual Elevator Actions


# Notes

  • Settings are context-sensitive and may be limited by server config or permissions.