Pocketmine 0.14.3 -
Local Network (LAN)
External Network (WAN)
Plugins written for PocketMine 0.14.3 use the old plugin.yml format (API version 1.0.0 to 1.13.1). No modern plugin (from poggit.pmmp.io or any 2023+ repository) will load. You must find archives of old plugins:
Helpful advice: Do not attempt to port modern plugins backward. Instead, locate the original 2016 versions on archive.org or GitHub tags. For example, the famous EconomyAPI version 2.0.0 works on 0.14.3.
Official support is dead, but preservation communities remain:
Warning: Do not download executables (.exe) claiming to be "PocketMine 0.14.3 Launcher." These are often malware. Always trust the .phar or the source code. pocketmine 0.14.3
Running a server on PocketMine-MP for Minecraft: PE v0.14.3 is a trip down memory lane. While modern Minecraft is on version 1.20+, many players still use 0.14.3 to enjoy the "Alpha" aesthetic or for its lightweight performance on older hardware.
Below is a guide to setting up and optimizing a PocketMine server for this classic version. ⚙️ 1. Finding the Right Software
Because 0.14.3 is so old, standard installers won't work. You need a specific "Legacy" build of PocketMine-MP that is compatible with PHP 5.6 or 7.0 The Phar File : You must find a
build specifically compiled for 0.14.3. Some community members have archived these on forums like the PocketMine-MP Forums Alternative Core : During the 0.14.x era,
was a popular fork of PocketMine that supported more features like mobs and weather, which the base PocketMine core lacked at the time. 🧩 2. Must-Have Plugins for v0.14.3 Local Network (LAN)
In 0.14.3, many basic features weren't built into the core software. You will need these essential plugins to make the server playable: SimpleAuth
: Crucial for security. Since 0.14.3 doesn't use Xbox Live authentication, anyone can join with your username. This plugin forces players to register and login with a password. EssentialsPE : Adds basic commands like
: A rank and permission management system so you can have Admins, Moderators, and Players. EconomyAPI
: If you want to create a shop or a currency system on your server. 🛠️ 3. Installation Steps Download the Legacy PHP
: Modern PHP versions (8.x) will crash old PocketMine builds. Ensure you are using the PHP binary intended for that specific build. Server Setup PocketMine-MP.phar folder (containing PHP) in one directory. (Windows) or Follow the setup wizard to set your server port (default is ) and RAM allocation. Port Forwarding External Network (WAN)
: If you want friends to join from outside your house, you must open port 19132 (UDP) in your router settings. ⚠️ 4. Key Limitations to Remember
: Base PocketMine-MP for 0.14.3 does not have AI for animals or monsters. They will just stand still unless you use a specific fork like Genisys. Plugin Compatibility : You cannot use modern plugins from the PMMP Poggit store. You must find plugins archived from 2016. World Size
: While the "absolute" limit of a Minecraft world is massive, 0.14.3 servers are often restricted to smaller world sizes to prevent lag on the hardware of that era. 🌐 Useful Resources Official PocketMine-MP Website
: Good for general documentation, though mostly focused on modern versions. ScalaCube Guide
Previous versions (like 0.13.x) crashed frequently when handling redstone clocks or large amounts of entities. Version 0.14.3 introduced a rewritten redstone engine that, while not perfect, could handle basic piston doors and TNT cannons without crashing the thread.