Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps com.github.retrooper:packetevents-spigot from 2.9.3 to 2.11.1.

Release notes

Sourced from com.github.retrooper:packetevents-spigot's releases.

2.11.1

PacketEvents 2.11.1 is finally out! 🎉

This update fixes various bugs. It's encouraged that users update. Thanks to all users who donated after the previous release announcement. It's been received & it's appreciated.

Recent donors: TrekCraft, 3add, Vadim Soudé

If you intend on donating and do not wish to be mentioned, please add such a note on your donation.

Brief Announcement 📢⚠️

Visit our website: https://packetevents.com

Documentation: https://docs.packetevents.com

JavaDocs: https://javadocs.packetevents.com

What's Changed (Summary)

  • Fixed 'Can't resolve 'minecraft:day' in 'minecraft:timeline' for V_1_21_11'
  • Fixed decoding & encoding for WrapperLoginServerPluginRequest & WrapperLoginClientPluginResponse
  • Improve StateTypes testing
  • Added system property packetevents.debug.nbt-codec-trace
  • Fixed Sound Codec

View Full Changelog: retrooper/packetevents@v2.11.0...v2.11.1

If you want to support PacketEvents, consider donating to us on PayPal or sponsoring us on GitHub Sponsors

Maven/Gradle Dependency

Check out: https://docs.packetevents.com/getting-started

2.11.0

PacketEvents 2.11.0 is finally out! 🎉

This update adds support for Minecraft 1.21.11.

Brief Announcement 📢⚠️

Visit our website: https://packetevents.com

Documentation: https://docs.packetevents.com

JavaDocs: https://javadocs.packetevents.com

What's Changed (Summary)

  • Added support for Minecraft 1.21.11

... (truncated)

Changelog

Sourced from com.github.retrooper:packetevents-spigot's changelog.

!!!!! v2.11.1

PacketEvents 2.11.1 is finally out! 🎉

This update fixes various bugs. It's encouraged that users update. Thanks to all users who donated after the previous release announcement. It's been received & it's appreciated.

Recent donors: TrekCraft, 3add, Vadim Soudé

If you intend on donating and do not wish to be mentioned, please add such a note on your donation.

Brief Announcement 📢⚠️

Visit our website: https://packetevents.com

Documentation: https://docs.packetevents.com

JavaDocs: https://javadocs.packetevents.com

What's Changed (Summary)

  • Fixed 'Can't resolve 'minecraft:day' in 'minecraft:timeline' for V_1_21_11'
  • Fixed decoding & encoding for WrapperLoginServerPluginRequest & WrapperLoginClientPluginResponse
  • Improve StateTypes testing
  • Added system property packetevents.debug.nbt-codec-trace
  • Fixed Sound Codec

View Full Changelog: retrooper/packetevents@v2.11.0...v2.11.1

If you want to support PacketEvents, consider donating to us on PayPal or sponsoring us on GitHub Sponsors

Maven/Gradle Dependency

Check out: https://docs.packetevents.com/getting-started

!!!!! v2.11.0

PacketEvents 2.11.0 is finally out! 🎉

This update adds support for Minecraft 1.21.11.

Brief Announcement 📢⚠️

Visit our website: https://packetevents.com

Documentation: https://docs.packetevents.com

JavaDocs: https://javadocs.packetevents.com

What's Changed (Summary)

... (truncated)

Commits
  • c93fcd2 initiating update to 2.11.1
  • ae20589 Merge pull request #1424 from nickuc-com/2.0
  • 6e2005c Fix NoSuchMethodError: 'Class ClickEvent$Action.payloadType()' error for Adve...
  • d7f3ff6 Fix modrinth release publishing not working for some modules
  • 75b6d14 Normalize SimpleRegistry name inputs
  • f250854 Fix login plugin message reading/writing
  • bfd1b40 Don't wrap timelines registry twice
  • 941bf7c Add system property for activating NbtCodecException debug traces
  • 28f14a7 Finalize registry entries after all registries have been loaded
  • a3dc111 Merge pull request #1182 from Axionize/feat/comprehensive-statetype-integrity...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.github.retrooper:packetevents-spigot](https://github.com/retrooper/packetevents) from 2.9.3 to 2.11.1.
- [Release notes](https://github.com/retrooper/packetevents/releases)
- [Changelog](https://github.com/retrooper/packetevents/blob/2.0/CHANGELOG.md)
- [Commits](retrooper/packetevents@v2.9.3...v2.11.1)

---
updated-dependencies:
- dependency-name: com.github.retrooper:packetevents-spigot
  dependency-version: 2.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Dec 22, 2025
@coderabbitai
Copy link

coderabbitai bot commented Dec 22, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@Skullians Skullians closed this Dec 24, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 24, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/com.github.retrooper-packetevents-spigot-2.11.1 branch December 24, 2025 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants