- Jump/crouch to move between floors
- Customizable item names, lore, and effects
- Multiple elevator types and crafting recipes
- Per-elevator customization through right-click menus
- Admin GUI for configuration and management
- Supports protection, hologram, and placeholder plugins
- No external database — everything is stored in-block
- Download the plugin through one of the "Available on" buttons at the top of the page.
- Drop the
.jar
file into yourplugins
folder. - Restart your server.
You're now ready to place elevators and start teleporting!
Looking for recipes, configuration help, or how to add effects and messages?
Visit the full documentation site: Elevators Docs
To build Elevators from source using Gradle:
- Clone the repository:
git clone https://github.com/keehl254/Elevators.git cd Elevators
- Run the custom Gradle task:
./gradlew :buildElevators
- The compiled plugin JAR will be located in
build/libs/
The core project and all submodules except Hooks are built using Java 8. The Hooks subproject is written in Java 21. A downgrade plugin is used to compile Hooks into a Java 8-compatible format for use in the final build. Be sure you have both JDK 8 and JDK 21 installed and properly configured if you're developing or building locally.
GPL-3.0 — Fork, modify, redistribute — just keep it open source under GPL.