Welcome to Project: BrickBoard

The better board for everyone, Crushing the competition since 2018.

What is BrickBoard?

BrickBoard is an open-source project intended to transform the ordinary player's chat window into an interactive and advanced UI. You can find the source here. It works with Bukkit servers as a plugin, and can be customized thoroughly by users through editing configuration files, and in-game through various means.

How to install

Compile the source code on github then place it into your /plugins folder. Turn on the server and enjoy!

How does BrickBoard work?

Brickboard divides the chat window into a grid of pixels, being 316 pixels by 20 rows. Users are able to place ChatBoxes at various coordinates, and the board will automatically sort each ChatBox to have the maximum height and width possible without intersecting other ChatBoxes. BrickBoard captures all chat packets sent to the client and intercepts them so there is no flickering of the board.

Last updated