Skip to content

Commit cb508f4

Browse files
authored
Release 5.30.1 (#6744)
1 parent 177fa76 commit cb508f4

File tree

3 files changed

+22
-13
lines changed

3 files changed

+22
-13
lines changed

changelogs/5.30.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,12 @@ Consider using the `mcpe-protocol` directive in `plugin.yml` as a constraint if
6262
- Various internal classes in the `pocketmine\world\generator` namespace have been moved to the `generator\executor` namespace.
6363
- Removed `World->registerGenerator()` and `World->unregisterGenerator()`.
6464
- Removed redundant calls to `curl_close()` (obsolete since PHP 8.0).
65+
66+
# 5.30.1
67+
Released 23rd June 2025.
68+
69+
## Fixes
70+
- Fixed accidental break of backwards compatability in `EntityExplodeEvent` introduced in the previous release.
71+
- Fixed placement of player holding block when exploding respawn anchor.
72+
- Updated BedrockProtocol to fix incorrect encoding of `ServerScriptDebugDrawerPacket`.
73+
- Disabled client-side locator bar, allowing plugins to write their own implementations.

composer.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/VersionInfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
final class VersionInfo{
3333
public const NAME = "PocketMine-MP";
3434
public const BASE_VERSION = "5.30.1";
35-
public const IS_DEVELOPMENT_BUILD = true;
35+
public const IS_DEVELOPMENT_BUILD = false;
3636
public const BUILD_CHANNEL = "stable";
3737

3838
/**

0 commit comments

Comments
 (0)