Skip to content

Instantly share code, notes, and snippets.

@Aurelien30000
Aurelien30000 / README.md
Last active May 31, 2023 05:30 — forked from WeiiswurstDev/ScoreboardSign.java
A simple tool to manage scoreboards in minecraft (lines up to 48 characters !). This Fork uses ProtocolLib and is therefore compatible with 1.13.x - 1.16.x. To use it in your project, you need to use ProtocolLib as a dependency!

ScoreboardSign


@zyuiop
zyuiop / README.MD
Last active April 2, 2023 11:40
A simple tool to manage scoreboards in minecraft (lines up to 48 characters !). /

About

This class allow you to use a scoreboard as a sign in which you can write any text. It is designed to be used with a CraftBukkit server (or any similar variant). It uses fake teams to allow lines that are longer than usernames.

Other versions