LimboAPI
No reviews yet
An API which provides virtual servers features to Velocity
Does not follow a specific thematic focus apart from vanilla Minecraft.
Used for mods with little to no gameplay elements.
Includes tools and features for server management.
Provides a framework or library for other mods to use.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
LimboAPI
Library for sending players to virtual servers (called limbo)
Test server: ely.su
See also
- LimboAuth - Auth System built in virtual server (Limbo). Uses BCrypt, has TOTP 2FA feature. Supports literally any database due to OrmLite.
- 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-apito your Maven/Gradle project as compile-only - Subscribe to
LoginLimboRegisterEventto send players to the Limbo server during login process - Use
LimboFactoryto 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:
<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:
repositories {
maven {
setName("elytrium-repo")
setUrl("https://maven.elytrium.net/repo/")
}
}
dependencies {
compileOnly("net.elytrium:limboapi-api:1.0.7")
}
Used Open Source projects
- ProtocolSupport - for modern->legacy block mappings
- ViaVersion - for modern string->integer block mappings
Demo
- LimboAuth - The auth plugin, that uses LimboAPI as a dependency at the basic level.
- 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:
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers