Skip to content

Commit 63ac818

Browse files
committed
Update version to 0.4.0-SNAPSHOT and add BungeeCord support details to README
1 parent 22ff457 commit 63ac818

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ ServerPulse now supports **all Minecraft server platforms** in the ecosystem:
3333

3434
- **Bukkit/Spigot**: Full support with custom TPS monitoring implementation
3535
- **Paper and its forks** (Purpur, Pufferfish, etc.): Enhanced support with native TPS monitoring
36+
- **BungeeCord**: Support for BungeeCord proxy servers with network-wide player monitoring
3637
- **Velocity**: Support for Velocity proxy servers (ofc TPS and world metrics are not available)
3738
- **Fabric**: Support for Fabric servers (latest versions of Fabric API and Minecraft)
3839

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = "it.renvins"
2-
version = "0.3.5-SNAPSHOT"
2+
version = "0.4.0-SNAPSHOT"
33

44
repositories {
55
mavenCentral()

0 commit comments

Comments
 (0)