LimboAPI
🟡 Updated this yearPreview

🔍 Analysis
- 👍 0.1% endorsement rate
- 🏆 #1 of 15 library mods in this game by downloads
📋 About This Mod
<img src="https://elytrium.net/src/img/elytrium.webp" alt="Elytrium" align="right"> # LimboAPI (https://img.shields.io/discord/775778822334709780.svg?logo=discord&label=Discord)](https://ely.su/discord) (https://img.shields.io/bstats/servers/12530?logo=minecraft&label=Servers)](https://bstats.org/plugin/velocity/LimboAPI/12530) (https://img.shields.io/bstats/players/12530?logo=minecraft&label=Players)](https://bstats.org/plugin/velocity/LimboAPI/12530) Library for sending players to virtual servers (called limbo) Test server: (https://hotmc.ru/minecraft-server-203216) ## See also - (https://github.com/Elytrium/LimboAuth) - Auth System built in virtual server (Limbo). Uses BCrypt, has TOTP 2FA feature. Supports literally any database due to OrmLite. - (https://github.com/Elytrium/LimboFilter) - Most powerful bot filtering solution for Minecraft proxies. Built with LimboAPI. ## Features of LimboAPI - Send to the Limbo server during login process - Send to the Limbo server during play process - Send maps, items to player's virtual inventory - Display player's XP - Send Title, Chat, ActionBar - Load world from world files like .schematic - and more... ## How to - Include ``limboapi-api`` to your Maven/Gradle project as compile-only - Subscribe to ``LoginLimboRegisterEvent`` to send players to the Limbo server during login process - Use ``LimboFactory`` to send players to the Limbo server during play process ## How to include it #### Setup your project via adding our maven repository to your pom.xml or build.gradle file. - Maven: ```xml <repositories> <repository> <id>elytrium-repo</id> <url>https://maven.elytrium.net/repo/</url> </repository> </repositories> <dependencies> <dependency> <groupId>net.elytrium</groupId> <artifactId>limboapi-api</artifactId> <version>1.0.7</version> <scope>provided</scope> </dependency> </dependencies> ``` - Gradle: ```groovy repositories { maven { setName("elytrium-repo") setUrl("https://maven.elytrium.net/repo/") } } dependencies { compileOnly("net.elytrium:limboapi-api:1.0.7") } ``` ## Used Open Source projects - (https://github.com/ProtocolSupport/ProtocolSupport) - for modern->legacy block mappings - (https://github.com/ViaVersion/ViaVersion) - for modern string->integer block mappings ## Demo - (https://github.com/Elytrium/LimboAuth) - The auth plugin, that uses LimboAPI as a dependency at the basic level. - (https://github.com/Elytrium/LimboFilter) - The antibot solution, that uses LimboAPI as a dependency, using almost all available API methods, like Low-level Minecraft packet control. ## Donation Your donations are really appreciated. Donations wallets/links/cards: - MasterCard Debit Card (Tinkoff Bank): ``5536 9140 0599 1975`` - Qiwi Wallet: ``PFORG`` or (https://my.qiwi.com/form/Petr-YSpyiLt9c6) - YooMoney Wallet: ``4100 1721 8467 044`` or (https://yoomoney.ru/quickpay/shop-widget?writer=seller&targets=Donation&targets-hint=&default-sum=&button-text=11&payment-type-choice=on&mobile-payment-type-choice=on&hint=&successURL=&quickpay=shop&account=410017218467044)

[!(https://img.shields.io/discord/775778822334709780.svg?logo=discord&label=Discord)](https://ely.su/discord) [!(https://img.shields.io/bstats/servers/12530?logo=minecraft&label=Servers)](https://bstats.org/plugin/velocity/LimboAPI/12530) [!(https://img.shields.io/bstats/players/12530?logo=minecraft&label=Players)](https://bstats.org/plugin/velocity/LimboAPI/12530)
Library for sending players to virtual servers (called limbo)
Test server: [``ely.su``](https://hotmc.ru/minecraft-server-203216)
## See also
- (https://github.com/Elytrium/LimboAuth) - Auth System built in virtual server (Limbo). Uses BCrypt, has TOTP 2FA feature. Supports literally any database due to OrmLite.
- (https://github.com/Elytrium/LimboFilter) - Most powerful bot filtering solution for Minecraft proxies. Built with LimboAPI.
## Features of LimboAPI
- Send to the Limbo server during login process
- Send to the Limbo server during play process
- Send maps, items to player's virtual inventory
- Display player's XP
- Send Title, Chat, ActionBar
- Load world from world files like .schematic
- and more...
- Include ``limboapi-api`` to your Maven/Gradle project as compile-only
- Subscribe to ``LoginLimboRegisterEvent`` to send players to the Limbo server during login process
- Use ``LimboFactory`` to send players to the Limbo server during play process
## How to include it
#### Setup your project via adding our maven repository to your pom.xml or build.gradle file.
```xml
```groovy repositories { maven { setName("elytrium-repo") setUrl("https://maven.elytrium.net/repo/") } }
dependencies { compileOnly("net.elytrium:limboapi-api:1. 0. 7") } ```
## Used Open Source projects
- (https://github.com/ProtocolSupport/ProtocolSupport) - for modern->legacy block mappings
- (https://github.com/ViaVersion/ViaVersion) - for modern string->integer block mappings
- (https://github.com/Elytrium/LimboAuth) - The auth plugin, that uses LimboAPI as a dependency at the basic level.
- (https://github.com/Elytrium/LimboFilter) - The antibot solution, that uses LimboAPI as a dependency, using almost all available API methods, like Low-level Minecraft packet control.
## Donation
Your donations are really appreciated. Donations wallets/links/cards:
- MasterCard Debit Card (Tinkoff Bank): ``5536 9140 0599 1975``
- Qiwi Wallet: ``PFORG`` or (https://my.qiwi.com/form/Petr-YSpyiLt9c6)
- YooMoney Wallet: ``4100 1721 8467 044`` or (https://yoomoney.ru/quickpay/shop-widget?writer=seller&targets=Donation&targets-hint=&default-sum=&button-text=11&payment-type-choice=on&mobile-payment-type-choice=on&hint=&successURL=&quickpay=shop&account=410017218467044)
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- hevav
- Version
- 013034d
- Downloads
- 61,984
- Endorsements
- 71
- Category
- library
- Created
- 12/15/2022
- Updated
- 7/19/2026
- Game Versions
- 1.7.2
- Tags
- library
🔧 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 LimboAPI support?
The author lists 1.7.2. Other versions may work but are untested by the author.
What is the latest version of LimboAPI?
Version 013034d, published 2026-07-19 with 61,984 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await