Skip to content

Commit

Permalink
Merge pull request #1028 from Bram1903/feat/bStatsUpdate
Browse files Browse the repository at this point in the history
[Feat] bStats Sponge Support
  • Loading branch information
booky10 authored Oct 26, 2024
2 parents 0b587d3 + 9649c99 commit 3ced349
Show file tree
Hide file tree
Showing 14 changed files with 76 additions and 2,434 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ tasks {

relocate("net.kyori.adventure.text.serializer", "io.github.retrooper.packetevents.adventure.serializer")
relocate("net.kyori.option", "io.github.retrooper.packetevents.adventure.option")
relocate("org.bstats", "io.github.retrooper.packetevents.bstats")

dependencies {
exclude(dependency("com.google.code.gson:gson:.*"))
}
Expand Down
1 change: 1 addition & 0 deletions bungeecord/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ repositories {
dependencies {
compileOnly(libs.bungeecord)
shadow(libs.bundles.adventure)
shadow(libs.bstats.bungeecord)
shadow(project(":api", "shadow"))
shadow(project(":netty-common"))
}
Loading

0 comments on commit 3ced349

Please sign in to comment.