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
Умови використання, зміни та поширення цього товару.
21.06.2026 · Modrinth
Скриншоти та зображення з оригінальної сторінки Modrinth.
Автор проєкту не додав галерею на Modrinth.
Опубліковані версії та оригінальні файли Modrinth.
21.06.2026 · 182 завантаження
17.04.2026 · 38 завантаження
05.03.2026 · 50 завантаження
16.12.2025 · 41 завантаження
10.10.2025 · 42 завантаження
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 завантаження
# 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 завантаження
Test beta version 6.0
07.10.2025 · 40 завантаження
Update for 1.21.9
20.07.2025 · 62 завантаження
Added support for 1.21.8 version
20.07.2025 · 37 завантаження
Added support for 1.21.7 version (released)
Bugfix
02.07.2025 · 44 завантаження
Update to 1.21.7
Security patch for null
28.06.2025 · 52 завантаження
Added Support for 1.21.6
04.04.2025 · 87 завантаження
New Release