LLobby
A lite lobby plugin. Offers features including delivery points and proxy server players display.
- Загрузки
- 121
- Подписчики
- 0
- Обновлён
- 10 декабря 2025 г.
- Лицензия
- GPL-3.0-only
Опубликован 6 ноября 2025 г.
LLobby
This is a lightweight lobby plugin, primarily featuring teleport points and sub-server player display
Dependency
ProtocolLib
PlaceholderAPI(optional)
Proxy
This plugin's feature to display players on sub-servers depends on the BungeeCord messaging channel; make sure the proxy is enabled
Permission
llobby.admin:Management permission node, default operator role
llobby.ping:Default Ping permissions included
Command
/llobby
Teleport
/llobby [world] [location]
world:The world in which the teleportation point is located; leave empty for completely random selectionlocation:Teleportation point name; if left empty, a random location within the world will be selected
Automatically teleports when joining the world or respawning
/llobbyadmin
Add a teleportation point
/llobbyadmin add <name> [nick]
Remove teleport point
/llobbyadmin remove <name>
Reload settings
/llobbyadmin reload
name:Teleportation point namenick:Nickname for the teleportion point, used to display as the title
/lping
Refresh the server status
/lping server
server:Address of the target server
Configuration
# Teleportation point settings
worlds:
- name: world # World name
nick: "Overworld" # Optional, used to display as the title
locations:
- name: example1_1 # Teleportation point name
nick: "主城" # Optional, used to display as the title
position: [0, 64, 0 , 0, 0] # x y z yaw pitch
- name: example1_2
nick: "末地门"
position: [100, 64, 100 , 0, 0]
- name: world_nether
nick: "下界"
locations:
- name: example2_1
position: [0, 64, 0 , 0, 0]
# Display settings for sub-account players
servers:
- server: lobby # Server name
prefix: "§e[大厅] " # Player prefix
yggdrasil-api: https://littleskin.cn/api/yggdrasil # API to fetch player avatars; defaults to Mojang if not specified
# Ping API
ping-api: https://api.jsumc.fun/ping/ # API to get server status
nick and prefix can use the § symbol to indicate color
Set worlds: [] to turn off the teleport feature
Servers that are not included in the servers list will not show players
PlaceholderAPI variable
llobby_prefix:Player prefixllobby_prefix_Example:Player prefixllobby_world:Player's nickname in the worldllobby_server_version_example.com:12345:Server version namellobby_server_online_example.com:Number of users currently online on the serverllobby_server_max_example.com:Maximum capacity of the server
Ченджлог
1.2.1Релиз1.21.9, 1.21.10, 1.21.11 · 10 декабря 2025 г.
- Fix some bugs of PAPI
1.2.0Релиз1.21.9, 1.21.10, 1.21.11 · 10 декабря 2025 г.
- Add the
/lpingcommand to refresh the information of target servers - Introduce a set of Placeholder API variables for retrieving server details stored in memory
- Enhance the way parameters are passed for player prefix placeholders to improve TAB compatibility on the proxy side
1.1.7Релиз1.21.8, 1.21.9, 1.21.10 · 7 ноября 2025 г.
- Fix skin loading issue with NPE error
1.1.6Релиз1.21.8, 1.21.9, 1.21.10 · 6 ноября 2025 г.
- Sub-servers that are not configured will not show players
1.1.5Релиз1.21.8, 1.21.9, 1.21.10 · 6 ноября 2025 г.
Version Update to 1.1.5
- Resurrection teleportation
- Refactoring the teleportation system
- Shorten the title duration
1.1.4Релиз1.21.8, 1.21.9, 1.21.10 · 6 ноября 2025 г.
- Update 1.1.4
- Fix some bugs
- Update License
Комментарии
Загружаем…