SimpleLimbo
作者:rebot | 分类:模组
Minecraft 版本: 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 1.7.7 1.7.8 1.7.9 1.7.10 1.8 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9 1.9.1 1.9.2 1.9.3 1.9.4 1.10 1.10.1 1.10.2 1.11 1.11.1 1.11.2 1.12 1.12.1 1.12.2 1.13 1.13.1 1.13.2 1.14 1.14.1 1.14.2 1.14.3 1.14.4 1.15 1.15.1 1.15.2 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11
平台: velocity
标签: library management optimization
SimpleLimbo
A lightweight virtual limbo server plugin for Velocity proxy using LimboAPI.
Features
- Multiple Limbo Servers - Create unlimited virtual limbo instances with different configurations
- Auth Plugin Support - Compatible with JPremium and other authentication plugins
- Fallback System - Automatically catch players when backend servers go down
- AFK Detection - Move idle players to a dedicated limbo server
- Custom Worlds - Load schematic files for limbo environments
- Rich Display - Titles, action bars, boss bars, and chat messages
- Auto Reconnect - Automatically attempt to reconnect players to backend servers
- Velocity Bridge - Register virtual servers that redirect to limbos
Requirements
- Velocity 3.3.0+
- LimboAPI 1.1.27+
- Java 17+
Installation
- Download LimboAPI and place it in your Velocity plugins folder
- Download SimpleLimbo and place it in your Velocity plugins folder
- Restart Velocity
- Configure
plugins/simplelimbo/config.yml
Configuration
Basic Limbo Setup
limbos:
auth:
enabled: true
dimension: "OVERWORLD"
gamemode: "ADVENTURE"
world-time: 6000
spawn:
x: 0.0
y: 100.0
z: 0.0
yaw: 0.0
pitch: 0.0
settings:
read-timeout: 30000
should-rejoin: true
should-respawn: false
disable-falling: true
disable-falling-delay-ms: 5000
commands:
- "login"
- "register"
display:
on-join:
chat: "&eUse /login or /register"
title:
enabled: true
title: "&eAuthentication"
subtitle: "&7Please authenticate"
Velocity Bridge (Auth Plugin Compatibility)
For plugins like JPremium that expect players to be on a named server:
velocity-bridge:
enabled: true
register-aliases: true
aliases:
auth: "auth" # Maps server name "auth" to limbo "auth"
Then in your auth plugin config, set the limbo server to auth.
Anti-Fall Tuning
disable-fallingkeeps players from dropping after join (Y lock mode).disable-falling-delay-mscontrols when anti-fall starts.- If players get slow join or "Loading Terrain" delay, increase
disable-falling-delay-ms(for example:1200,1500,2000).
Settings Notes
should-rejoin: truekeeps LimboAPI rejoin flow enabled (recommended for stability).should-respawn: falseavoids extra respawn packet during join.
Fallback System
Automatically catch players when backend servers crash:
auto-triggers:
fallback:
enabled: true
limbo: "fallback"
kick-patterns:
- ".*server.*closed.*"
- ".*timed out.*"
message: "&cServer offline. Moved to fallback."
AFK System
Move idle players to a dedicated limbo:
auto-triggers:
afk:
enabled: true
limbo: "afk"
idle-time: 300
check-interval: 30
exempt-permission: "simplelimbo.afk.exempt"
Custom World Files
Load schematic files for limbo environments:
limbos:
lobby:
world-file:
enabled: true
type: "SCHEMATIC"
path: "plugins/simplelimbo/worlds/lobby.schem"
offset:
x: 0
y: 64
z: 0
light-level: 15
Commands
| Command | Permission | Description |
|---|---|---|
/simplelimbo send <player> <limbo> |
simplelimbo.admin |
Send a player to a limbo |
/simplelimbo list |
simplelimbo.admin |
List all limbo servers |
/simplelimbo reload |
simplelimbo.admin |
Reload configuration |
Permissions
| Permission | Description |
|---|---|
simplelimbo.admin |
Access to admin commands |
simplelimbo.afk.exempt |
Exempt from AFK trigger |
Auth Plugin Compatibility
SimpleLimbo includes compatibility features for authentication plugins that call player.getCurrentServer():
- Set
fake-server-namein your limbo config to a valid Velocity server name - Enable the velocity-bridge with matching alias
- Configure your auth plugin to use this server name as the limbo server
Example for JPremium:
# SimpleLimbo config.yml
velocity-bridge:
aliases:
auth: "auth"
limbos:
auth:
fake-server-name: "auth"
# ... other settings
# JPremium configuration.yml
limboServerNames: [auth]
mainServerNames: [lobby]
Building from Source
git clone https://github.com/ItsAzni/SimpleLimbo.git
cd SimpleLimbo
./gradlew shadowJar
The compiled JAR will be in build/libs/.
License
MIT License
Credits
请登录后举报
暂无评论,抢个沙发吧~