Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Tags
Creators
Details
Block Elevators
| English | 日本語 |
|---|
A Paper plugin that lets you create elevators by stacking blocks vertically.
Create elevators with blocks. Jump up, sneak down.
Demo
Download
Features
- Configurable elevator blocks
- Customizable elevator behavior
- Create hidden elevators using liquids, carpets, slabs, and other blocks
- Supports Paper 1.21.x
Installation
- Place the JAR file into your server's
pluginsfolder. - Start or restart your server.
- Edit
config.ymlto customize the plugin.
Commands
| Command | Description |
|---|---|
/block-elevators-reload |
Reload config |
Permissions
| Permission | Description | Default |
|---|---|---|
blockelevators.use |
Use elevators | true |
blockelevators.reload |
Reload config | op |
config
# Permissions:
# blockelevators.use - Use elevators (Default: true)
# blockelevators.reload - Reload config (Default: op)
# Worlds where elevators are enabled
# Empty list means all worlds
worlds: []
# - world
# Cooldown between elevator uses (seconds)
# 0 disables cooldown
cooldown: 0
# Materials to be used as elevator blocks
materials:
- IRON_BLOCK
# Maximum search range
# 0 means unlimited
max-search-range: 0
sound:
enable: true
name: entity.iron_golem.attack
volume: 1.0
jump-pitch: 1.2
sneak-pitch: 0.8


