The Unstuck plugin is designed for Minecraft Spigot servers to help players who are trapped in the bedrock layer at height 127. This plugin provides a simple commands to teleport players to a safer location, ensuring they can continue their adventure without being stuck.
/stuck - Teleports the player to a safer location
/escape - Player escapes to a safer location
There is no need for them.
plugins folder of your Spigot/Paper server.config.yml file if necessary.The config.yml file allows server admins to set the safe teleport location or the height to which players should be teleported. Example configuration:
```yaml
cooldown-seconds: 30
search-radius: 5
max-attempts: 50
min-y: 32
max-y: 120
debug: false
avoid-hazardous-blocks: true
avoid-unstable-blocks: true
print-success-message: true
Unknown
Unknown
Terms for using, modifying and redistributing this product.
21.06.2026 · Modrinth
Screenshots and images from the original Modrinth page.
The project author has not added a gallery on Modrinth.
Published versions and original Modrinth files.
21.06.2026 · 182 downloads
17.04.2026 · 38 downloads
05.03.2026 · 50 downloads
16.12.2025 · 41 downloads
10.10.2025 · 42 downloads
Added THEMPGUYAlt suggestion to disable a teleportation message in config
# Print success message when player gets unstuck (disable to reduce spam)
print-success-message: true
08.10.2025 · 39 downloads
# Skip hazardous blocks when teleporting (lava, fire, cactus, etc.)
avoid-hazardous-blocks: true
# Avoid unstable blocks like leaves and snow layers
avoid-unstable-blocks: true
07.10.2025 · 35 downloads
Test beta version 6.0
07.10.2025 · 40 downloads
Update for 1.21.9
20.07.2025 · 62 downloads
Added support for 1.21.8 version
20.07.2025 · 37 downloads
Added support for 1.21.7 version (released)
Bugfix
02.07.2025 · 44 downloads
Update to 1.21.7
Security patch for null
28.06.2025 · 52 downloads
Added Support for 1.21.6
04.04.2025 · 87 downloads
New Release