PicoLimboBridge

⭐ — (2 endorsements) 📥 168 downloads 📌 v1.1.1 📅 1/14/2026
🟡 Updated this year

By vanes430 · folia

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 5/17/2026 📅 Created: 1/14/2026

🔍 Analysis

  • 🏆 #115 of 122 folia mods in this game by downloads

📋 About This Mod

# PicoLimboBridge !(https://img.shields.io/badge/License-GPLv3-blue.svg) !(https://img.shields.io/badge/Java-17%2B-orange) !(https://img.shields.io/badge/Platform-Paper%20|%20Folia%20|%20Velocity-lightgrey) **PicoLimboBridge** is the ultimate bridge between your Minecraft server and (https://github.com/Quozul/PicoLimbo)—the ultra-lightweight Limbo server. Designed for **Paper**, **Folia**, and **Velocity**, this plugin eliminates the hassle of setting up a separate fallback server. It seamlessly integrates a local PicoLimbo instance directly into your existing infrastructure, saving you time, money, and system resources. > ⚠️ **Transparency Notice:** To function seamlessly, this plugin will automatically download the official PicoLimbo binary from GitHub and necessary runtime libraries (via Libby) upon its first startup. --- ### 🚀 Why PicoLimboBridge? * **💸 Cost-Effective**: Stop paying for an extra VPS or server slot just for a fallback/AFK server. * **⚡ Ultra Lightweight**: Runs a tiny, optimized process alongside your main server. * **🛠️ Zero Friction**: No manual binary downloads, no complex shell scripts. It just works. --- ## ✨ Features * **⬇️ Automatic Installation**: Smartly detects your OS (Windows, Linux, macOS) and architecture (x86_64, aarch64) to fetch the perfect PicoLimbo binary automatically. * **🎮 Process Management**: Effortlessly start, stop, and restart the PicoLimbo process via simple in-game or console commands. * **📝 Console Integration**: View PicoLimbo's logs directly in your main server's console—no need to switch windows. * **⚙️ Dynamic Configuration**: Change the binding port on the fly using command arguments; `server.toml` is updated automatically. * **🔒 Integrity Protection**: Automatically verifies the SHA-256 hash of the PicoLimbo binary against a trusted upstream source. If a mismatch or corruption is detected, it self-heals by re-downloading the correct version. * **🔔 Update Checker**: Stay informed with polite, non-intrusive notifications when a new version of the bridge is available on GitHub/Modrinth. * **🔄 Auto-Binary-Update**: built-in tools to reinstall or upgrade to the latest PicoLimbo binary with a single command. * **🌐 Multi-Platform**: One bridge to rule them all—fully compatible with Paper, Folia, and Velocity. ## 📦 Installation 1. **Download** the appropriate artifact for your platform from (https://modrinth.com/plugin/picolimbobridge): * **Paper/Folia**: `picolimbobridge-paper-<version>.jar` * **Velocity**: `picolimbobridge-velocity-<version>.jar` 2. **Drop** the jar file into your server's `plugins` folder. 3. **Start** your server. That's it! ## 🖥️ Usage All commands require the `picolimbobridge.admin` permission. ### Commands | Command | Description | | :--- | :--- | | `/picolimbo start ` | 🟢 Starts the PicoLimbo process. If provided, `` updates the `server.toml` configuration. If the binary is missing, it will be downloaded automatically. | | `/picolimbo stop` | 🔴 Gracefully stops the PicoLimbo process. | | `/picolimbo update` | 🔍 Manually checks for plugin updates. | | `/picolimbo reinstall ` | 🔄 Stops the process and re-downloads the latest binary. Use `force` to delete existing configurations (`server.toml`) as well. | ### Example Start PicoLimbo on port `25566`: ```bash /picolimbo start 25566 ``` ## 🛠️ Building from Source To build this project, you need **JDK 17+** and **Maven**. ```bash git clone https://github.com/vanes430/PicoLimboBridge.git cd PicoLimboBridge mvn clean install ``` ## 🏆 Credits * **PicoLimbo** by (https://github.com/Quozul) - The lightweight Limbo server implementation. * **PicoLimbo Wiki**: (https://picolimbo.quozul.dev/about/introduction.html)

# PicoLimboBridge

!(https://img.shields.io/badge/License-GPLv3-blue.svg) !(https://img.shields.io/badge/Java-17%2B-orange) !(https://img.shields.io/badge/Platform-Paper%20|%20Folia%20|%20Velocity-lightgrey)

PicoLimboBridge is the ultimate bridge between your Minecraft server and (https://github.com/Quozul/PicoLimbo)—the ultra-lightweight Limbo server.

Designed for Paper, Folia, and Velocity, this plugin eliminates the hassle of setting up a separate fallback server. It seamlessly integrates a local PicoLimbo instance directly into your existing infrastructure, saving you time, money, and system resources.

> ⚠️ Transparency Notice: To function seamlessly, this plugin will automatically download the official PicoLimbo binary from GitHub and necessary runtime libraries (via Libby) upon its first startup.

### 🚀 Why PicoLimboBridge?

💸 Cost-Effective: Stop paying for an extra VPS or server slot just for a fallback/AFK server. ⚡ Ultra Lightweight: Runs a tiny, optimized process alongside your main server. 🛠️ Zero Friction: No manual binary downloads, no complex shell scripts. It just works.

## ✨ Features

⬇️ Automatic Installation: Smartly detects your OS (Windows, Linux, macOS) and architecture (x86_64, aarch64) to fetch the perfect PicoLimbo binary automatically. 🎮 Process Management: Effortlessly start, stop, and restart the PicoLimbo process via simple in-game or console commands. 📝 Console Integration: View PicoLimbo's logs directly in your main server's console—no need to switch windows. ⚙️ Dynamic Configuration: Change the binding port on the fly using command arguments; `server.toml` is updated automatically. 🔒 Integrity Protection: Automatically verifies the SHA-256 hash of the PicoLimbo binary against a trusted upstream source. If a mismatch or corruption is detected, it self-heals by re-downloading the correct version. 🔔 Update Checker: Stay informed with polite, non-intrusive notifications when a new version of the bridge is available on GitHub/Modrinth. 🔄 Auto-Binary-Update: built-in tools to reinstall or upgrade to the latest PicoLimbo binary with a single command. 🌐 Multi-Platform: One bridge to rule them all—fully compatible with Paper, Folia, and Velocity.

## 📦 Installation

1. Download the appropriate artifact for your platform from (https://modrinth.com/plugin/picolimbobridge): Paper/Folia: `picolimbobridge-paper-.jar` Velocity: `picolimbobridge-velocity-.jar` 2. Drop the jar file into your server's `plugins` folder. 3. Start your server. That's it!

## 🖥️ Usage

All commands require the `picolimbobridge.admin` permission.

### Commands

| Command | Description | | :--- | :--- | | `/picolimbo start ` | 🟢 Starts the PicoLimbo process. If provided, `` updates the `server.toml` configuration. If the binary is missing, it will be downloaded automatically. | | `/picolimbo stop` | 🔴 Gracefully stops the PicoLimbo process. | | `/picolimbo update` | 🔍 Manually checks for plugin updates. | | `/picolimbo reinstall ` | 🔄 Stops the process and re-downloads the latest binary. Use `force` to delete existing configurations (`server.toml`) as well. |

### Example

Start PicoLimbo on port `25566`: ```bash /picolimbo start 25566 ```

## 🛠️ Building from Source

To build this project, you need JDK 17+ and Maven.

```bash git clone https://github.com/vanes430/PicoLimboBridge.git cd PicoLimboBridge mvn clean install ```

## 🏆 Credits

PicoLimbo by (https://github.com/Quozul) - The lightweight Limbo server implementation. * PicoLimbo Wiki: (https://picolimbo.quozul.dev/about/introduction.html)

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
vanes430
Version
1.1.1
Downloads
168
Endorsements
2
Category
folia
Created
1/14/2026
Updated
5/17/2026
Game Versions
1.13, 1.13.1, 1.13.2, 1.14, 1.14.1
Tags
library, management, utility

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does PicoLimboBridge support?

The author lists 1.13, 1.13.1, 1.13.2, 1.14, 1.14.1, 1.14.2. Other versions may work but are untested by the author.

What is the latest version of PicoLimboBridge?

Version 1.1.1, published 2026-05-17 with 168 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More folia 👤 More by vanes430 🔎 Similar Mods 🌐 Best folia (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods