File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Installation
22
3- Latest version: ` 2.7.4 `
3+ Latest version: ` 2.8.0 `
44
55## Gradle
66
@@ -13,7 +13,7 @@ dependencies {
1313 implementation(" net.megavex:scoreboard-library-api:2.7.4" )
1414 runtimeOnly(" net.megavex:scoreboard-library-implementation:2.7.4" )
1515
16- // If targeting a server version without native Adventure support, add it as well:
16+ // If targeting a server version without native Adventure support (Spigot or older than 1.16.5 Paper) , add it as well:
1717 implementation(" net.kyori:adventure-platform-bukkit:4.4.1" )
1818}
1919```
@@ -37,7 +37,7 @@ like [Shadow](https://gradleup.com/shadow/).
3737 <scope >runtime</scope >
3838 </dependency >
3939
40- <!-- If targeting a server version without native Adventure support, add it as well: -->
40+ <!-- If targeting a server version without native Adventure support (Spigot or older than 1.16.5 Paper) , add it as well: -->
4141 <dependency >
4242 <groupId >net.kyori</groupId >
4343 <artifactId >adventure-platform-bukkit</artifactId >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Join the [Discord](https://discord.gg/v7nmTDTW8W) or create an issue for support
2525
2626## Supported server versions
2727
28- All Paper and Spigot versions from 1.7.10 to 26.1. 2 are natively supported.
28+ All Paper and Spigot versions from 1.7.10 to 26.2 are natively supported.
2929
3030## Installation
3131
Original file line number Diff line number Diff line change 11allprojects {
2- version = " 2.8.0-SNAPSHOT "
2+ version = " 2.8.0"
33 group = " net.megavex"
44 description = " Powerful packet-level scoreboard library for Paper/Spigot servers"
55}
You can’t perform that action at this time.
0 commit comments