Hello!
It would be great if you add a setLines() or updateLines() method to the Netherboard object.
Example of use :
// Set the title
board.updateTitle(ChatColor.GOLD + "FastBoard");
// Change the lines
board.updateLines(
"", // Empty line
"One line",
"", // Empty line
"Second line"
);
Hello! It would be great if you add a setLines() or updateLines() method to the Netherboard object. Example of use :
(https://github.com/MrMicky-FR/FastBoard)