BedWarsProxy
  • Gettings Started
  • Features
    • Arena Selector
    • Arena Rejoin
    • Admin TP
    • Player Language
    • Placeholders
    • Party
    • Game Signs
Powered by GitBook
On this page

Was this helpful?

  1. Features

Game Signs

Join games trough signs.

PreviousParty

Last updated 5 years ago

Was this helpful?

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

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

SHIFT + click to remove a sign.

How to edit messages

Sign layout can be modified in plugins/BedWarsProxy/Languagesunder sign-static-content:

sign-static-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}'
  playing:
  - '&4&l[BedWars-{id}]'
  - '&9{group}'
  - '&1{map}'
  - '{status}'
  searching:
  - '&4▆▆▆▆▆▆'
  - '&1&lBOOTING'
  - ''
  - '&4▆▆▆▆▆▆'
  no-games:
  - ''
  - '&8&lWaiting for'
  - '&7&lopen lobby'
  - ''

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:

signs-settings:
  static-signs:
    #Show in-game arenas?
    show-playing: false