# Per-Elevator Customization

Players can interact directly with individual elevators by sneaking and right-clicking on an elevator block. This opens the Elevator Menu, allowing per-elevator customization.


# Menu Overview

When the Elevator Menu is opened, players may see up to three buttons, depending on context and configuration:

# 1. Protection Toggle

If the elevator is located in a region managed by a supported protection plugin (e.g. WorldGuard, GriefPrevention), this button allows players to enable or disable whether the elevator is affected by that region’s protection rules.

# 2. Rename Floor

This button opens a prompt for the player to set a custom name for the elevator's current location or floor.

  • The floor name can be used in placeholders like:
    • %elevators_old_floor_name%
    • %elevators_new_floor_name%
  • These can be useful for customizing messages, titles, and other actions via Elevator Actions.

# 3. Settings Menu

This button opens a submenu listing all available Elevator Settings that have not been disabled in the Elevator Configuration.

Players can toggle or adjust these settings for that specific elevator.


# Notes

  • All changes made through the menu are stored per elevator block and persist across server restarts.
  • Individual settings can be disabled from player interaction. Please check out the Configuration Guide to learn how.