All Projects → Elytrium → LimboAPI

Elytrium / LimboAPI

Licence: AGPL-3.0 License
Provides Limbo features to other Velocity plugins.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to LimboAPI

LiteCommands
☄️ LiteCommands - Annotation based Command framework for Velocity, Bukkit, Paper, BungeeCord and your other implementations.
Stars: ✭ 39 (-45.83%)
Mutual labels:  velocity, velocitypowered
Snap
Run BungeeCord plugins on Velocity!
Stars: ✭ 65 (-9.72%)
Mutual labels:  velocity, velocitypowered
Maintenance
Enable maintenance mode on your Minecraft server
Stars: ✭ 122 (+69.44%)
Mutual labels:  velocity, velocity-plugin
ElytraProxy
Really customizable Minecraft proxy server with Auth, AntiBot, etc, based on Velocity. Supports 1.7 - 1.17.1
Stars: ✭ 29 (-59.72%)
Mutual labels:  velocity
correlation flow
ROS package for Correlation Flow (ICRA 2018)
Stars: ✭ 28 (-61.11%)
Mutual labels:  velocity
FabricProxy
Fabric mod for support forward player data from proxy
Stars: ✭ 40 (-44.44%)
Mutual labels:  velocitypowered
ZMusic
全功能Minecraft点歌插件
Stars: ✭ 22 (-69.44%)
Mutual labels:  velocity-plugin
CommandWhitelist
You decide what commands players can use or tab complete on your server!
Stars: ✭ 115 (+59.72%)
Mutual labels:  velocity-plugin
ggquiver
R package for quiver plots in 'ggplot2'
Stars: ✭ 38 (-47.22%)
Mutual labels:  velocity
HotelLink
WebSite; Hotel Service Web Site Java Spring Boot
Stars: ✭ 14 (-80.56%)
Mutual labels:  velocity
projectile
An artist-friendly tool for throwing stuff around inside Blender
Stars: ✭ 136 (+88.89%)
Mutual labels:  velocity
LimboAuth
Minecraft Auth System for Velocity proxy built in virtual server (Limbo). Built with LimboAPI.
Stars: ✭ 73 (+1.39%)
Mutual labels:  velocity-plugin
vscode-appsync-resolver-autocomplete
Adds autocomplete functionality to vscode when editing AWS AppSync resolver vtl files.
Stars: ✭ 21 (-70.83%)
Mutual labels:  velocity
math
Math snippets with graphic programming in mind.
Stars: ✭ 97 (+34.72%)
Mutual labels:  velocity
NanoLimbo
The lightweight, high performance Minecraft limbo server
Stars: ✭ 94 (+30.56%)
Mutual labels:  velocitypowered
RuoYi-fast
🎉 (RuoYi)官方仓库 基于SpringBoot的权限管理系统 易读易懂、界面简洁美观。 核心技术采用Spring、MyBatis、Shiro没有任何其它重度依赖。直接运行即可用
Stars: ✭ 117 (+62.5%)
Mutual labels:  velocity
docs-maven-skin
Minimalist HTML5 and Bootstrap based Maven Skin for using Maven Site as a documentation site.
Stars: ✭ 31 (-56.94%)
Mutual labels:  velocity
humpf
📐 Damped Spring as a function of time
Stars: ✭ 24 (-66.67%)
Mutual labels:  velocity
go-satellite
Calculate orbital information of satellites in GoLang.
Stars: ✭ 55 (-23.61%)
Mutual labels:  velocity
Clownfish
Smart Content Management System using Spring Boot
Stars: ✭ 14 (-80.56%)
Mutual labels:  velocity

Elytrium

LimboAPI (ex. ElytraProxy Virtual Server)

Join our Discord Proxy Stats Proxy Stats

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</groupId>
            <artifactId>limboapi-api</artifactId>
            <version>1.0.3</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.3")
    }

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:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].