From 8f5db7c29759b9dfa4bab015604236905b02a2f9 Mon Sep 17 00:00:00 2001 From: Twisted Date: Mon, 18 May 2020 12:26:07 +0100 Subject: [PATCH 1/3] 3.12.2 changelog typo (#3505) --- changelogs/3.12.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/3.12.md b/changelogs/3.12.md index 5e068a319..81976b401 100644 --- a/changelogs/3.12.md +++ b/changelogs/3.12.md @@ -21,7 +21,7 @@ Plugin developers should **only** update their required API to this version if y - Fixed permission default timings not being reported in timings reports (they were never stopped, only started). - Resource packs with a directory tree like `pack.zip/MyPack/manifest.json` are now supported. Note that the manifest closest to the root will be used. - Fixed `SkinImage` height and width being inverted at the protocol layer. -- Fixed blocks being able to be placed inside the spawn protectionb radius by clicking the side of a block outside the radius. +- Fixed blocks being able to be placed inside the spawn protection radius by clicking the side of a block outside the radius. - Fixed server crash when `network.compression-level` is overridden by a CLI parameter. - Fixed moving entities spawning themselves to players registered on chunks when the players haven't received the chunk yet. - Cocoa pods now drop cocoa beans when broken instead of the block itself. From e544055bbccde60f257304b7784a249a4153dbbc Mon Sep 17 00:00:00 2001 From: padreon Date: Mon, 18 May 2020 18:53:07 +0100 Subject: [PATCH 2/3] BUILDING.md: change build/server.phar to build/server-phar.php closes #3507 --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index a4e0d8595..61b1ff7ba 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -30,7 +30,7 @@ If you use a custom binary, you'll need to replace `composer` usages in this gui Preprocessor requires that the `cpp` (c preprocessor) is available in your PATH. ## Building `PocketMine-MP.phar` -Run `build/server.phar` using your preferred PHP binary. It'll drop a `PocketMine-MP.phar` into the current working directory. +Run `build/server-phar.php` using your preferred PHP binary. It'll drop a `PocketMine-MP.phar` into the current working directory. You can also use the `--out` option to change the output filename. From 71a8b0340c303a4d2c024ad5a0a558c5e52694e7 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Mon, 18 May 2020 19:23:18 +0100 Subject: [PATCH 3/3] BUILDING.md: EOF newline [ci skip] --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 61b1ff7ba..aac06d283 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -35,4 +35,4 @@ Run `build/server-phar.php` using your preferred PHP binary. It'll drop a `Pocke You can also use the `--out` option to change the output filename. ## Running PocketMine-MP from source code -Run `src/pocketmine/PocketMine.php` using your preferred PHP binary. \ No newline at end of file +Run `src/pocketmine/PocketMine.php` using your preferred PHP binary.