retrooper / packetevents

Precision meets performance—a powerful tool for mastering Minecraft packet manipulation with speed and finesse.
GNU General Public License v3.0
557 stars 151 forks source link

[Feat] bStats Sponge Support #1028

Closed Bram1903 closed 1 month ago

Bram1903 commented 1 month ago

Overview

This pull request introduces bStats support for the Sponge platform and updates the bStats version for all other modules within PacketEvents. While updating my AntiHealthIndicator plugin to support Sponge (thanks to PacketEvents adding support), I noticed that PacketEvents lacked bStats integration for Sponge and was also using an outdated bStats version in other modules. This PR addresses both issues.

Changes

Bram1903 commented 1 month ago

Although there should be a note next release that internal bstats classes were removed

Yeah, I agree. I have to update my plugins as well, but I will keep making use of these shaded classes ;-)

Bram1903 commented 1 month ago

@retrooper, can you review this PR?

retrooper commented 1 month ago

Thank you for your PR.