• Stars
    star
    167
  • Rank 226,635 (Top 5 %)
  • Language
    Java
  • License
    GNU Affero Genera...
  • Created about 3 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An API which provides virtual servers features to Velocity

Elytrium

LimboAPI

Join our Discord Modrinth Game Versions Modrinth Downloads Proxy Stats Proxy Stats

Library for sending players to virtual servers (called limbo)
Описание и обсуждение на русском языке (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.13</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.1.13")
    }

Used Open Source projects

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:

  • MasterCard Debit Card (Tinkoff Bank): 5536 9140 0599 1975
  • Qiwi Wallet: PFORG or this link
  • YooMoney Wallet: 4100 1721 8467 044 or this link
  • Monero (XMR): 86VQyCz68ApebfFgrzRFAuYLdvd3qG8iT9RHcru9moQkJR9W2Q89Gt3ecFQcFu6wncGwGJsMS9E8Bfr9brztBNbX7Q2rfYS

More Repositories

1

LimboAuth

Minecraft Auth System for Velocity proxy built in virtual server (Limbo). Built with LimboAPI.
Java
107
star
2

LimboFilter

Most powerful bot filtering solution for Minecraft proxies. Built with LimboAPI.
Java
96
star
3

VelocityTools

Brand Changer, BungeeCord Commands, Protocol Blocker and Hostnames Manager for Velocity
Java
40
star
4

LimboHub

Get a virtual hub directly on Velocity proxy.
Java
32
star
5

ElytraProxy

Really customizable Minecraft proxy server with Auth, AntiBot, etc, based on Velocity. Supports 1.7 - 1.17.1
Shell
31
star
6

LimboAuth-SocialAddon

Now it is possible to link your social networks to your Minecraft account!
Java
30
star
7

FastMOTD

A MOTD plugin for Velocity that caches network packets. This helps it be the fastest one of the MOTD plugins.
Java
29
star
8

LimboQueue

A Queue plugin for Velocity.
Java
19
star
9

LimboReconnect

Reconnect your players after server restart
Java
14
star
10

ShipMC

WIP C++ Minecraft protocol library, proxy and limbo server. (too unfinished!)
C++
11
star
11

java-serializer

Java Library to (de-)serialize data in various formats (e.g. JSON, YAML)
Java
10
star
12

java-commons

Java
6
star
13

LimboAuth-ClientMod

Implement auto-login with the LimboAuth plugin, the client mod and (optionally using) a custom launcher
Java
5
star
14

pcap-java

Lightweight libpcap Java (JNI) wrapper.
Java
2
star
15

LegacyJavaElytriumAPI

Legacy (and not completed) Elytrium API. Currently, this API's rewritten to GoLang. WTFPL License, code for educational reasons
Java
2
star
16

Elling

Elytrium Billing: Module-based billing platform made with Go
Go
2
star
17

Distributify

API that mocks default Java structures with hiding underneath remote storage (like Redis)
Java
2
star
18

DatabaseMigrator3000

Java
1
star
19

fstack-netty-transport

Shell
1
star
20

caller-elling

Allows verifying client's phone number
Go
1
star
21

LimboFallback

1
star