BrickBoard
  • Welcome to Project: BrickBoard
  • B+ style Chat Formatting
  • ChatBox Implementations
    • What is a ChatBox?
      • ChatBoxChannel
      • ChatBoxAeNet
      • ChatBoxFiller
      • ChatBoxSlate
Powered by GitBook
On this page
  • What is BrickBoard?
  • How to install
  • How does BrickBoard work?

Welcome to Project: BrickBoard

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

NextB+ style Chat Formatting

Last updated 7 years ago

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 . 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.

here