per-world:
world1;world2:
header:
- "Shared header in worlds world1 and world2"
lobby-*:
header:
- "Header in all worlds starting with lobby-"
PS:这代表 lobby-1、lobby-2、lobby-xxx 都会使用。
注意: 要使得各世界不同头部和底部功能在 BC 上使用,你需要在子服上安装 TAB-Bridge 插件。
各玩家、组不同头部和底部
groups.yml
MyGroup:
header:
- "This is a header for MyGroup group"
footer:
- "This is a footer for MyGroup group"
per-world:
MyWorld:
TestGroup:
header:
- "Header for group TestGroup in world MyWorld"