Signs - steve4744/TNTRun GitHub Wiki

Each sign is created as in the picture below left. If the join sign and leaderboard signs are created correctly they should appear like the signs in the picture below right.

The join sign colours are configurable in config.yml, and the leaderboard sign colours and text in messages.yml. The leaderboard sign will automatically refresh at the end of each game.

The leave and vote signs have largely been superseded by using inventory items but can still be used if required.

If a join sign is placed on a STAINED_GLASS block, the glass colour can be configured to reflect the status of the arena, for example GREEN/waiting, RED/in-game, BLACK/disabled.

signs:
  blockcolour:
    disabled: BLACK
    ingame: RED
    starting: ''
    waiting: GREEN

image image