You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lightweight packet-based scoreboard API for Bukkit plugins, with 1.7.10 to 1.20 support.
7
+
Lightweight packet-based scoreboard API for Bukkit plugins, with 1.7.10 to 1.20.x support.
8
8
9
-
⚠️ To use FastBoard on a 1.8 server, the server must be on 1.8.8.
9
+
> [!IMPORTANT]
10
+
> To use FastBoard on a 1.8 server, the server must be on 1.8.8.
10
11
11
12
## Features
12
13
@@ -20,6 +21,7 @@ Lightweight packet-based scoreboard API for Bukkit plugins, with 1.7.10 to 1.20
20
21
* Supports up to 30 characters per line on 1.12.2 and below
21
22
* No character limit on 1.13 and higher
22
23
* Supports hex colors on 1.16 and higher
24
+
* No scoreboard scores on 1.20.3 and higher
23
25
*[Adventure](https://github.com/KyoriPowered/adventure) components support
24
26
25
27
## Installation
@@ -57,12 +59,13 @@ Lightweight packet-based scoreboard API for Bukkit plugins, with 1.7.10 to 1.20
57
59
<dependency>
58
60
<groupId>fr.mrmicky</groupId>
59
61
<artifactId>fastboard</artifactId>
60
-
<version>2.0.1</version>
62
+
<version>2.0.2</version>
61
63
</dependency>
62
64
</dependencies>
63
65
```
64
66
65
-
When using Maven, make sure to build directly with Maven and not with your IDE configuration (on IntelliJ IDEA: in the `Maven` tab on the right, in `Lifecycle`, use `package`).
67
+
> [!NOTE]
68
+
> When using Maven, make sure to build directly with Maven and not with your IDE configuration (on IntelliJ IDEA: in the `Maven` tab on the right, in `Lifecycle`, use `package`).
0 commit comments