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

SHIFT + click to remove a sign.

How to edit messages

Sign layout can be found in plugins/BedWarsProxy/Languagesunder sign-dynamic-content:

sign-dynamic-content:
  waiting:
  - '&4&l[BedWars-{id}]'
  - '&9{group}'
  - '&1{map}'
  - '&5{current}/{max}'
  starting:
  - '&4&l[BedWars-{id}]'
  - '&9{group}'
  - '&1{map}'
  - '&5{current}/{max}'
  searching:
  - '&4▆▆▆▆▆▆'
  - '&1&lBOOTING'
  - ''
  - '&4▆▆▆▆▆▆'
  no-games:
  - ''
  - '&8&lWaiting for'
  - '&7&lopen lobby'
  - ''

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

Last updated