Skip to content

Commit f2bb69b

Browse files
committed
Release 2.1.0
1 parent e2c4b67 commit f2bb69b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

INSTALLATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Installation
22

3-
Latest version: `2.0.2`
3+
Latest version: `2.1.0`
44

55
## Gradle
66

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Join the [Discord](https://discord.gg/v7nmTDTW8W) or create an issue for support
1212
- Teams. Supports showing different properties (display name, prefix, entries etc.) of the same team to different
1313
players
1414
- Objectives.
15+
- Full support for new 1.20.4 features (score display names, custom score formats)
1516
- Doesn't require extra dependencies (assuming you're targeting modern versions of Paper)
1617
- Packet-level, meaning it works with other scoreboard plugins
1718
- Supports [Folia](https://github.com/PaperMC/Folia)

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ plugins {
33
}
44

55
allprojects {
6-
version = "2.0.2"
6+
version = "2.1.0"
77
group = "net.megavex"
8-
description = "Powerful packet-level sidebar/teams library for Paper/Spigot servers"
8+
description = "Powerful packet-level scoreboard library for Paper/Spigot servers"
99

1010
repositories {
1111
mavenCentral()

0 commit comments

Comments
 (0)