ElevatorTP
๐ Modern and efficient elevator system for Minecraft 1.21.5 Create functional elevators with quartz blocks. Jump to go up, sneak to go down!
๐About ElevatorTP
๐ Modern and efficient elevator system for Minecraft 1.21.5
Create functional elevators with quartz blocks. Jump to go up, sneak to go down!

๐ฆ Quick Installation
๐ Requirements
Minecraft: 1.21.5
Server: Paper, Spigot, or forks
Java: 21+
๐ฝ Installation Steps
Download the .jar file from Modrinth
Place the file in your server's /plugins/ folder
Restart the server
Done! The plugin is active
๐ฎ How to Use Elevators
๐๏ธ Building Elevators
Required Materials
๐ณ Quartz Blocks (QUARTZ_BLOCK)
๐งฑ Support blocks (any solid block)
๐ Step-by-Step Construction

โ ๏ธ Important Requirements
โ
Exact alignment: All quartz blocks must have the same X,Z coordinates
โ
Free space: Minimum 2 air blocks above each floor
โ
Minimum distance: 2+ blocks between floors
โ
Correct material: Only quartz blocks (QUARTZ_BLOCK)
๐น๏ธ Using the Elevator
โฌ๏ธ To Go Up
Stand on the quartz block ๐ณ
Jump (Spacebar) ๐ฆ
You'll be teleported to the upper floor! โจ
โฌ๏ธ To Go DownStand on the quartz block ๐ณ
Sneak (Shift) ๐ซณ
You'll be teleported to the lower floor! โจ
๐ก Visual Indicators
๐ Action Bar: Shows elevator status
โจ Particles: Visual effects during teleportation
๐ Sounds: Teleportation audio

๐ฏ Usage Examples
/elevator info โ Check if you're on an elevator
/elevator list โ See all available floors
/elevator reset โ Use if elevator gets stuck
๐ Permission System
๐ค Player Permissions
yamlelevatortp.use:
description: "Allows using elevators"
default: true # โ
All players by default
elevatortp.list:
description: "Allows listing nearby elevators"
default: true # โ
All players by default
๐ Administrator Permissions
yamlelevatortp.admin:
description: "Full access to administration commands"
default: op # ๐ OPs only by default
elevatortp.*:
description: "All plugin permissions"
default: op # ๐ OPs only by default
โ๏ธ Configuration
๐ config.yml File
๐๏ธ Basic Configuration
yaml# Block used for elevators
elevator-block: QUARTZ_BLOCK
Maximum search distance (in blocks)
max-search-distance: 256
Cooldown between uses (in seconds)
cooldown-seconds: 1
๐จ Visual Effects
yamleffects:
enabled: true # โ
Enable effects
particles: true # โจ Teleportation particles
sound: true # ๐ Teleportation sounds
๐ง Advanced Configuration
yamladvanced:
strict-alignment: true # ๐ Exact alignment required
min-floor-distance: 2 # ๐ Minimum distance between floors
fall-damage-protection: true # ๐ก๏ธ Fall damage protection
max-elevator-height: 30 # ๐ข Maximum floors per elevator
๐ License and Credits
Developed by: DeLaRosaPlay