A working elevator plugin for your server! # Elevator Plugin for PaperMC 1.21
A smooth-moving 3×3 elevator platform plugin. Instead of teleporting, the entire platform physically moves up and down between floors.
Features
- Creates realistic moving elevator platforms
- Supports multiple floors
- Smooth vertical movement (no instant teleport)
- Simple floor management system
Requirements
- PaperMC 1.21.1 or newer
- The plugin JAR placed in your
pluginsfolder
Installation
- Download the compiled
elevator-1.0-SNAPSHOT.jar - Place it in your server's
pluginsfolder - Restart or reload your server
- The plugin will create a
plugins/Elevatorfolder with data files
How to Use
1. Build Your Floors
Every elevator floor must follow this exact design:
- A 3×3 platform
- The center block must be empty
- Place a Gold Block in the center (this is the elevator block)
Example layout (top-down view):
[Block] [Block] [Block]
[Block] [Gold] [Block]
[Block] [Block] [Block]
2. Register Each Floor
- Stand on the Gold Block of the floor you want to register
- Run the command:
Example:/elevator create <Floor Name>/elevator create Lobby /elevator create Floor2 /elevator create Roof
3. Travel Between Floors
- Stand on any registered Gold Block
- Right-click the Gold Block
- A menu will open showing all registered floors
- Click the floor you want to go to
- The entire 3×3 platform will smoothly move to the destination floor
4. Managing Floors
- View all registered floors:
/elevator list - Remove a floor (stand on it first):
/elevator remove
Commands
| Command | Description | Permission |
|---|---|---|
/elevator create <name> |
Register current floor | elevator.admin |
/elevator list |
List all registered floors | elevator.admin |
/elevator remove |
Remove the floor you're on | elevator.admin |
Permissions
elevator.use– Allows players to use elevators (default: everyone)elevator.admin– Allows creating, listing, and removing floors (default: operators)
Important Notes
- The platform only moves vertically (same X and Z coordinates)
- All floors must use the same 3×3 design with a Gold Block in the center
- The plugin remembers the blocks around the Gold Block when you create the floor
- You can have as many floors as you want, stacked above or below each other
- If you change the blocks around an elevator after registering it, re-create the floor
Troubleshooting
- "This is not a registered elevator" → Use
/elevator create <name>while standing on the Gold Block - Platform doesn't move → Make sure you're standing on a Gold Block and the floor is registered
- Wrong blocks move → The plugin captures the 3×3 area when you first create the floor. Re-create it if needed
Enjoy your smooth elevators!

