IvanCraft623 / MobPlugin

Plugin for PocketMine-MP that implements mobs ai
Apache License 2.0
27 stars 10 forks source link

Bump pocketmine/pocketmine-mp from 4.17.1 to 4.18.0 #2

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps pocketmine/pocketmine-mp from 4.17.1 to 4.18.0.

Release notes

Sourced from pocketmine/pocketmine-mp's releases.

PocketMine-MP 4.18.0

For Minecraft: Bedrock Edition 1.19.70

This version significantly improves server performance with many players and/or entities by making changes to the internal network system.

It also introduces support for the newer ItemStackRequest protocol, which fixes many bugs and improves server security.

Please see the changelogs for details.

Plugin compatibility notice

Plugins made for previous 4.x versions should work on this version, but plugins using APIs in the pocketmine\network\mcpe namespace may break or behave differently on this version due to internal changes.

Please note that the internal network system's APIs are not supposed to be used by plugins, and are therefore not covered by the API compatibility guarantee.

PocketMine-MP 4.18.0-ALPHA2

For Minecraft: Bedrock Edition 1.19.70

This is an experimental preview of 4.18.0, a minor update to PocketMine-MP focused on improving server performance and the internal network system.

Alpha releases are experimental. Features introduced in these releases are subject to change or removal.

Plugins for 4.17.x and earlier will continue to work, as long as they don't use any internal APIs (e.g. pocketmine\network\mcpe package).

Please see the changelogs for details.

PocketMine-MP 4.18.0-ALPHA1

For Minecraft: Bedrock Edition 1.19.70

This is an experimental preview of 4.18.0, a minor update to PocketMine-MP focused on improving server performance.

Alpha releases are experimental. Features introduced in these releases are subject to change or removal.

Plugins for 4.17.x and earlier will continue to work, as long as they don't use any internal APIs (e.g. pocketmine\network\mcpe package).

Please see the changelogs for details.

Commits
  • 0e8b287 Release 4.18.0
  • 7c77233 Merge branch 'stable' into minor-next
  • 6f02b83 Update composer dependencies
  • fbfdf74 Merge branch 'stable' into minor-next
  • 289c0b0 Explicitly state that pocketmine\network\mcpe is an internal package
  • dd37b53 CONTRIBUTING.md: document network API policy
  • 58d5126 InventoryManager: fixed crashes when setting contents or slots of inventories...
  • f978c1e Merge remote-tracking branch 'origin/stable' into minor-next
  • 0b8193a 4.17.2 is next
  • ea386c4 InGamePacketHandler: fixed dropping items from unselected hotbar slots
  • 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 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)
dependabot[bot] commented 1 year ago

Superseded by #3.