ElevatorPlugin – Documentation
ElevatorPlugin allows players to teleport vertically using
daylight detectors. It's lightweight, simple, and completely command-free in gameplay.
How to Use
▶️ Upwards Travel:
- Stand on a daylight sensor
- Jump
- You’ll be teleported to the next sensor above you
Downwards Travel:
- Stand on a daylight sensor
- Sneak (Shift)
- You’ll be teleported to the next sensor below you
Private Elevators
To make a sensor
private:
- Right-click it to invert it to night mode
- First player who uses it = owner
- Only the owner can use it
Commands
Command
Description
/elevator Shows plugin info & usage help
Configuration
Your config.yml lets you customize:
- prefix: Chat message prefix
- messages: All chat outputs (success, errors)
- sounds: Sound effects per action
- actionbar: Messages displayed in the action bar
Example:
yaml
prefix: "&8[&6Elevator&8] "
messages:
moved_up: "You were lifted up!"
moved_down: "You were lowered down!"
no_upper: "No elevator above!"
no_lower: "No elevator below!"
private_created: "This elevator is now private."
private_denied: "You cannot use this private elevator."
sounds:
moved_up: "BLOCK_PISTON_EXTEND"
moved_down: "BLOCK_PISTON_CONTRACT"
private_denied: "BLOCK_NOTE_BLOCK_BASS"
actionbar:
moved_up: "&a▲ Going up"
moved_down: "&c▼ Going down"
Compatibility
- ✅ Spigot / Paper 1.20 – 1.21+
- ❌ No dependencies
- Works with any gamemode and protection plugins
- Can be combined with WorldEdit or SlimeFun builds
Permissions
No permissions required. All players can use elevators.
Developer
Plugin coded by
McGovernn