Welcome to Project: BrickBoard
The better board for everyone, Crushing the competition since 2018.
Last updated
The better board for everyone, Crushing the competition since 2018.
Last updated
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.
Compile the source code on github then place it into your /plugins folder. Turn on the server and enjoy!
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.