Skip to content

Commit

Permalink
fix: relocate adventure transitively pulled by packetevents
Browse files Browse the repository at this point in the history
  • Loading branch information
derklaro committed Jul 14, 2024
1 parent b96ffa3 commit 5e46bea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions bukkit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ dependencies {
tasks.withType<ShadowJar> {
dependsOn(":npc-lib-common:shadowJar")

relocate("net.kyori", "com.github.juliarn.npclib.relocate.net.kyori")
relocate("io.papermc.lib", "com.github.juliarn.npclib.relocate.paperlib")
relocate("io.leangen.geantyref", "com.github.juliarn.npclib.relocate.geantyref")
relocate("io.github.retrooper", "com.github.juliarn.npclib.relocate.io.packetevents")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ final class PacketEventsPacketAdapter implements PlatformPacketAdapter<World, Pl

private static final PacketEventsSettings PACKET_EVENTS_SETTINGS = new PacketEventsSettings()
.debug(false)
.bStats(true)
.checkForUpdates(false)
.reEncodeByDefault(false)
.timeStampMode(TimeStampMode.NONE);
Expand Down

0 comments on commit 5e46bea

Please sign in to comment.