Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2025

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

Release notes

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

2.9.5

PacketEvents 2.9.5 is out now! 🎉

This update includes critical bug fixes & minor additions to the API.

Brief Announcement 📢⚠️

We have our very own website: https://packetevents.com

Documentation: https://docs.packetevents.com

JavaDocs: https://javadocs.packetevents.com

What's Changed (Summary)

  • Injector bug fix (for Spigot)
  • WolfVariant issue fixed
  • Chunk Data error fixed
  • NBT tag issues fixed
  • Direction Y/Z axis being swapped fixed
  • Added WrappedBlockState to constructor of WrapperPlayServerBlockChange

View Full Changelog: retrooper/packetevents@v2.9.4...v2.9.5

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

Maven/Gradle Dependency

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

2.9.4

PacketEvents 2.9.4 is out now! 🎉

This update includes minor bug fixes & minor additions to the API.

Brief Announcement 📢⚠️

We have our very own website: https://packetevents.com

Documentation: https://docs.packetevents.com

JavaDocs: https://javadocs.packetevents.com

What's Changed (Summary)

  • Added SpigotConversionUtil#getEntityMetadata to retrieve metadata from a Bukkit entity.
  • Fixed outdated 1.8 Spigot forks from being unable to load on PacketEvents.
  • Fixed WrapperPlayServerWorldBorder for versions lower than 1.12.

View Full Changelog: retrooper/packetevents@v2.9.3...v2.9.4

... (truncated)

Changelog

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

!!!!! v2.9.5

PacketEvents 2.9.5 is out now! 🎉

This update includes critical bug fixes & minor additions to the API.

Brief Announcement 📢⚠️

We have our very own website: https://packetevents.com

Documentation: https://docs.packetevents.com

JavaDocs: https://javadocs.packetevents.com

What's Changed (Summary)

  • Injector bug fix (for Spigot)
  • WolfVariant issue fixed
  • Chunk Data error fixed
  • NBT tag issues fixed
  • Direction Y/Z axis being swapped fixed
  • Added WrappedBlockState to constructor of WrapperPlayServerBlockChange

View Full Changelog: retrooper/packetevents@v2.9.4...v2.9.5

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

Maven/Gradle Dependency

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

!!!!! v2.9.4

PacketEvents 2.9.4 is out now! 🎉

This update includes minor bug fixes & minor additions to the API.

Brief Announcement 📢⚠️

We have our very own website: https://packetevents.com

Documentation: https://docs.packetevents.com

JavaDocs: https://javadocs.packetevents.com

What's Changed (Summary)

  • Added SpigotConversionUtil#getEntityMetadata to retrieve metadata from a Bukkit entity.
  • Fixed outdated 1.8 Spigot forks from being unable to load on PacketEvents.
  • Fixed WrapperPlayServerWorldBorder for versions lower than 1.12.

... (truncated)

Commits
  • ccfb6b4 PacketEvents 2.9.5 Update
  • 2c8143d Add WrappedBlockState utility constructor to WrapperPlayServerBlockChange
  • f9892c5 Don't try to read direct wolf variant below 1.21
  • 3eb79fd Don't encode SingleOptionInputControl entries as strings for now
  • 8ddcead Only error when reading chunk data if we managed to read more than allowed
  • a1c355d Cleanup NBT tag reading/writing
  • 5c23459 Fix Direction Y/Z axis being swapped
  • af3dbc9 Mark SpigotChannelInjector encoder/decoder getters as nullable
  • bd1bc7f Check if the network channel is open instead of Player#isOnline if possible o...
  • 7f16b99 Merge remote-tracking branch 'origin/2.0' into 2.0
  • 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.9.5.
- [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.9.5)

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

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 Sep 8, 2025
@coderabbitai
Copy link

coderabbitai bot commented Sep 8, 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.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 20, 2025

Superseded by #17.

@dependabot dependabot bot closed this Oct 20, 2025
@dependabot dependabot bot deleted the dependabot/maven/com.github.retrooper-packetevents-spigot-2.9.5 branch October 20, 2025 15:50
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.

1 participant