Elytrium
  • Elytrium
  • Donation
  • LimboApi
    • Info
  • LimboAuth
    • Info
    • Config parameters
    • Permissions and Commands
  • LimboFilter
    • Info
    • Permissions and Commands
  • LimboAuth-SocialAddon
    • Info
  • LimboAuth-ClientMod
    • Info
  • FastMOTD
    • Info
  • VelocityTools
    • Info
    • Permissions and Commands
Powered by GitBook
On this page
  • See also
  • Features of LimboAPI
  • How to
  • How to include it
  • Used Open Source projects
  • Demo
  1. LimboApi

Info

PreviousDonationNextInfo

Last updated 2 years ago

GitHub - Elytrium/LimboAPI: An API which provides virtual servers features to VelocityGitHub

Library for sending players to virtual servers (called limbo) MC-Market SpigotMC.org Описание и обсуждение на русском языке (spigotmc.ru) Описание и обсуждение на русском языке (rubukkit.org)

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-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:

    <repositories>
        <repository>
            <id>elytrium-repo</id>
            <url>https://maven.elytrium.net/repo/</url>
        </repository>
    </repositories>

    <dependencies>
        <dependency>
            <groupId>net.elytrium.limboapi</groupId>
            <artifactId>api</artifactId>
            <version>1.1.0</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.

Proxy Stats
Join our Discord
Proxy Stats
Logo