
PicoLimbo Java Wrapper
The limbo server written in Rust supporting Minecraft versions from 1.7.2+. Now as a Velocity and BungeeCord plugin!
Обновлён 22 июня 2026 г. · опубликован 10 января 2026 г.
PicoLimbo Java Wrapper
A Java wrapper around PicoLimbo, a lightweight, multi-version Minecraft limbo server written in Rust. This allows you to run the PicoLimbo server directly inside your proxy or as a standalone jar file.
⭐ Star the project on GitHub • 💬 Join Discord • 📖 Read Docs
Schematic from Limbo, another great project
PicoLimbo is a lightweight limbo server written in Rust, designed primarily as an AFK or waiting server. Its core focus is on efficiency by implementing only essential packets required for client login and maintaining connection (keep-alive) without unnecessary overhead.
While not aiming to replicate every Minecraft server feature, PicoLimbo supports all Minecraft versions from 1.7.2 up until the latest stable version, excluding snapshots.
🚀 Getting Started
Choose the installation method that best fits your setup:
📦 The Easy Way (Recommended)
Best for: Most users, home hosting, and simple setups.
Download the .jar wrapper from Modrinth. This is the easiest way to get up and running and helps support the development of the project.
⚡ The High-Performance Way
Best for: Dedicated servers, high-traffic environments, and power users. For maximum performance and the lowest possible overhead, download the native binaries directly from our GitHub Releases. This method bypasses the JVM for the core process.
💻 Platform Compatibility (Java Wrapper)
The Java wrapper is designed to be highly compatible. It works on:
- Windows (x64)
- macOS (M-series/Apple Silicon)
- GNU/Linux (x64 AMD/Intel or arm64/Raspberry Pi)
Note: If you are using Docker or Pterodactyl, it is recommended to use the specific installation guides provided in the official documentation.
Documentation
Please read the installation instructions for the Java Wrapper and how to configure forwarding for PicoLimbo before reporting any issues.
🛠 Features
Wide Version Compatibility
Supports all Minecraft versions from 1.7.2 to 26.2 (and beyond) natively, no need for ViaVersion or additional compatibility layers.
Built-in Proxy Support
Integrates with all major Minecraft proxies:
- Velocity (Modern Forwarding)
- BungeeCord (Legacy Forwarding)
- BungeeGuard & BungeeGuardPlus authentication
Ultra-Lightweight & Highly Scalable
When running natively, PicoLimbo uses near 0% CPU while idle and can handle hundreds of players under 10 MB RAM. View benchmarks.
Skin Support
Player skins are supported out of the box.
Highly Configurable
Customize your server using a simple TOML configuration file, including welcome messages, spawn dimensions, server list MOTDs, and more. View configuration docs.
Schematic World (Experimental)
Load a custom world from a schematic file and customize the spawn location (1.16+ only).
Community & Support
If you have any questions, suggestions, or simply want to stay updated, please join the Discord server!
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| v1.13.1+mc26.2 | Релиз | 26.1, 26.1.1, 26.1.2, 26.2 | bungeecord, java-agent, velocity | 22 июня 2026 г. | .jar (19.5 МБ) |
| v1.13.0+mc26.2 | Релиз | 26.1, 26.1.1, 26.1.2, 26.2 | bungeecord, java-agent, velocity | 16 июня 2026 г. | .jar (19.5 МБ) |
| v1.12.2+mc26.1.2 | Релиз | 1.21.11, 26.1, 26.1.1, 26.1.2 | bungeecord, java-agent, velocity | 12 апреля 2026 г. | .jar (17.0 МБ) |
| v1.12.1+mc26.1.1 | Релиз | 1.21.11, 26.1, 26.1.1, 26.1.2 | bungeecord, java-agent, velocity | 3 апреля 2026 г. | .jar (17.0 МБ) |
| v1.12.0+mc26.1 | Релиз | 1.21.11, 26.1, 26.1.1, 26.1.2 | bungeecord, java-agent, velocity | 25 марта 2026 г. | .jar (16.9 МБ) |
| v1.11.0+mc1.21.11 | Релиз | 1.21.8, 1.21.9, 1.21.10, 1.21.11 | bungeecord, java-agent, velocity | 11 февраля 2026 г. | .jar (16.6 МБ) |
| v1.10.0+mc1.21.11 | Бета | 1.21.8, 1.21.9, 1.21.10, 1.21.11 | bungeecord, java-agent, velocity | 10 января 2026 г. | .jar (15.2 МБ) |
Ченджлог
v1.13.1+mc26.2Релиз26.1.1, 26.1.2, 26.2 · 22 июня 2026 г.
What's New
Fixed
- Missing blocks.json mapping for versions 1.21.7 through 1.21.10
v1.13.0+mc26.2Релиз26.1.1, 26.1.2, 26.2 · 16 июня 2026 г.
What's Changed
Added
- New
keep_alive_interval_secondssetting (defaults to 15, matching vanilla) to control how often the server sendskeep_alivepackets (PR #79) - Nix flake (PR #74)
- Flying speed can be configured (PR #84)
- Add a new CLI parameter to override port from the configuration file (PR #85)
- Added startup banner
- Added support for 26.2
Updated
- Updated to Rust 1.96.0 and updated dependencies
- Moved the
allow_unsupported_versionssetting toconnectionsection - Switched entity ID to 1 instead of 0 for players which should fix broken firework elytra boosting after changing server (PR #82)
Fixed
- The plugin doesn't shutdown when shutting down the proxy (PR #69)
- PicoLimbo should wait for client known packs before sending registry data (starting 1.20.5) (PR #78)
- Registries’ data is omitted if it is known by the client (starting 1.21.5) (PR #75)
- Fixed connection dropped while held in configuration state for too long (PR #79)
- Fixed the local Dockerfile build
v1.12.2+mc26.1.2Релиз26.1, 26.1.1, 26.1.2 · 12 апреля 2026 г.
What's Changed
Fixed
- Cobblestone blocks being placed instead of air blocks outside of schematic range
v1.12.1+mc26.1.1Релиз26.1, 26.1.1, 26.1.2 · 3 апреля 2026 г.
What's Changed
Fixed
- Not properly encoded signs in schematic causes the server to not start
- Nested tags weren't properly bundled for Windows build
- Stable UUID generation for offline players
Updated
- Upgraded to Rust 1.94.1
- Ignoring status request warn message became debug message
v1.12.0+mc26.1Релиз26.1, 26.1.1, 26.1.2 · 25 марта 2026 г.
What's New
Added
- Added support for Schematic V3
- Added some missing registries (Dialog)
- Added tag packets (specifically, Dialog and Timeline tags for now)
- Added support for Minecraft 26.1
Updated
- Full rewrite of the registries implementation
- Full rewrite of the NBT implementation
- Upgraded to Rust 1.94
Fixed
- Fixed time not advancing starting 1.21.11
- Unable to send server links from the proxy
- Player heads don't have skins (partially fixed, for recent versions only)
v1.11.0+mc1.21.11Релиз1.21.9, 1.21.10, 1.21.11 · 11 февраля 2026 г.
What's Changed
Added
- Added support for transfer packets (1.20.5+)
- Add environment variable placeholders in configuration file
Fixed
- Updated list of transparent blocks
v1.10.0+mc1.21.11Бета1.21.9, 1.21.10, 1.21.11 · 10 января 2026 г.
First version of the wrapper.
Полная история изменений — на Modrinth.
Комментарии
Загружаем…

