LLobby

A lite lobby plugin. Offers features including delivery points and proxy server players display.

78

Quick challenge

How far can you run before the mobs catch you?

LLobby

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 selection `location`: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 name `nick`: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

```yaml

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 prefix `llobby_prefix_Example`:Player prefix `llobby_world`:Player's nickname in the world `llobby_server_version_example.com:12345`:Server version name `llobby_server_online_example.com`:Number of users currently online on the server `llobby_server_max_example.com`:Maximum capacity of the server

ADS