LLobby
作者:rebot | 分类:模组
Minecraft 版本: 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
平台: bukkit paper purpur spigot
标签: management utility
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
# 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
请登录后举报
暂无评论,抢个沙发吧~