Game Signs
Join games trough signs.
Dynamic signs
Dynamic signs are able to fetch available arenas on a group and then display them. It is important to place the signs in the order you want them to be used.
How to create
In order to create a dynamic sign, place a sign on a block and write [bw] on the first line and the target group on the second line. Example:

Required permission: bw.setup
How to edit messages
Sign layout can be found in plugins/BedWarsProxy/Languagesunder sign-dynamic-content:
Dynamic sign placeholders
Placeholder
Description
{id}
server id
{group}
arena display group in player's language
{map}
map display name in player's language
{current}
current players on that map
{max}
max players for that map
{status}
game status in player's language
Static signs
Static signs are only able to fetch available arenas with the given name.
How to create
In order to create a static sign, place a sign on a block and write [bw] on the first line, the arena group on the second line and the arena technical name on the third line. Example:

Required permission: bw.setup
How to edit messages
Sign layout can be modified in plugins/BedWarsProxy/Languagesunder sign-static-content:
Static sign placeholders
Placeholder
Description
{id}
server id
{group}
arena display group in player's language
{map}
map display name in player's language
{current}
current players on that map
{max}
max players for that map
{status}
game status in player's language
Static signs settings
Static signs settings can be found in plugins/BedWarsProxy/signs.yml under signs-settings.static-signs:
Last updated
Was this helpful?