mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2024-11-24 01:36:12 +00:00
1.8 KiB
1.8 KiB
For Minecraft: Bedrock Edition 1.19.70
Note about API versions
Plugins which don't touch the protocol and compatible with any previous 4.x.y version will also run on these releases and do not need API bumps. Plugin developers should only update their required API to this version if you need the changes in this build.
WARNING: If your plugin uses the protocol, you're not shielded by API change constraints. You should consider using the mcpe-protocol
directive in plugin.yml
as a constraint if you do.
4.17.0
Released 14th March 2023.
General
- Added support for Minecraft: Bedrock Edition 1.19.70.
- Removed support for older versions.
4.17.1
Released 22nd March 2023.
General
- Docker images for PocketMine-MP are now published on GitHub Container Registry. The Docker Hub images will stop being maintained in the future.
- Updated translations.
Fixes
- Fixed server crash on empty packets in certain cases.
- Fixed mushroom blocks dropping the wrong items when broken with a silk-touch tool.
- Fixed mushroom blocks giving the wrong items when block-picked.
- Fixed missing ability flag
PRIVILEGED_BUILDER
.
Internals
update-updater-api.yml
workflow now usesgithub.repository_owner
to make it easier to test the workflow on forks.- Added version-specific channels to
update.pmmp.io
, such as4
,4.18-beta
,4.17
, etc. - Replaced deprecated
::set-output
commands in GitHub Actions workflows. build/make-release.php
no longer automatically pushes changes, to avoid accidents when testing release workflows on forks.
4.17.2
Released 29th March 2023.
Fixes
- Fixed players being unable to join due to the appearance of a new
x5t
field in the JWT header of Xbox Live authentication tokens.