PHPackages                             plutonium/pocketmine-mp - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. plutonium/pocketmine-mp

ActiveProject[Utility &amp; Helpers](/categories/utility)

plutonium/pocketmine-mp
=======================

A server software for Minecraft: Bedrock Edition written in PHP

5.116.13(today)04.5k↑433.3%1[1 PRs](https://github.com/Plutonium-Mcpe/PocketMine-MP/pulls)LGPL-3.0PHPPHP ^8.2CI failing

Since Jun 18Pushed 1w agoCompare

[ Source](https://github.com/Plutonium-Mcpe/PocketMine-MP)[ Packagist](https://packagist.org/packages/plutonium/pocketmine-mp)[ Docs](https://pmmp.io)[ Fund](https://github.com/pmmp/PocketMine-MP#donate)[ Patreon](https://www.patreon.com/pocketminemp)[ RSS](/packages/plutonium-pocketmine-mp/feed)WikiDiscussions stable Synced today

READMEChangelog (10)Dependencies (96)Versions (516)Used By (0)

 [   ![](https://raw.githubusercontent.com/pmmp/PocketMine-MP/stable/.github/readme/pocketmine-rgb.gif)  ](https://pmmp.io)
 **A highly customisable, open source server software for Minecraft: Bedrock Edition written in PHP**

 [![CI](https://github.com/pmmp/PocketMine-MP/actions/workflows/main.yml/badge.svg)](https://github.com/pmmp/PocketMine-MP/actions/workflows/main.yml) [![GitHub release (latest SemVer)](https://camo.githubusercontent.com/2531976f0486a3fc247cffecc80bf700cf14b764997a7acb35cd0f94a160877b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f706d6d702f506f636b65744d696e652d4d503f6c6162656c3d72656c6561736526736f72743d73656d766572)](https://github.com/pmmp/PocketMine-MP/releases/latest) [![Discord](https://camo.githubusercontent.com/fe5428c4b47ddce654f77360361e059e091f9bc8d82b80418d8de6fe1127bb64/68747470733a2f2f696d672e736869656c64732e696f2f646973636f72642f3337333139393732323537333230313430383f6c6162656c3d646973636f726426636f6c6f723d373238394441266c6f676f3d646973636f7264)](https://discord.gg/bmSAZBG)
 [![GitHub all releases](https://camo.githubusercontent.com/0062cefef68f95c8244113882ffda378cdae6efa61d8887777bdded6fe83be22/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f646f776e6c6f6164732f706d6d702f506f636b65744d696e652d4d502f746f74616c3f6c6162656c3d646f776e6c6f616473253430746f74616c)](https://github.com/pmmp/PocketMine-MP/releases) [![GitHub release (latest by SemVer)](https://camo.githubusercontent.com/f103452900c6cc3f9ff8ebf0156fd91f20286a3ada033e297fa195ac2392a11a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f646f776e6c6f6164732f706d6d702f506f636b65744d696e652d4d502f6c61746573742f746f74616c3f736f72743d73656d766572)](https://github.com/pmmp/PocketMine-MP/releases/latest)

What is this?
-------------

[](#what-is-this)

PocketMine-MP is a highly customisable server software for Minecraft: Bedrock Edition, built from scratch in PHP, with over 10 years of history.

If you're looking to create a Minecraft: Bedrock server with **custom functionality**, look no further.

- 🧩 **Powerful plugin API** - extend and customise gameplay as you see fit
- 🗺️ **Rich ecosystem** and **large developer community** - find plugins easily and learn to develop your own
- 🌐 **Multi-world support** - offer a more varied game experience to players without transferring them to other server nodes
- 🏎️ **Performance** - get 100+ players onto one server (depending on hardware and plugins)
- ⤴️ **Continuously updated** - new Minecraft versions are usually supported within days

❌ PocketMine-MP is NOT a vanilla Minecraft server software.
-----------------------------------------------------------

[](#x-pocketmine-mp-is-not-a-vanilla-minecraft-server-software)

**It is poorly suited to hosting vanilla survival servers.**It doesn't have many features from the vanilla game, such as vanilla world generation, redstone, mob AI, and various other things.

If you just want to play **vanilla survival multiplayer**, consider using the [official Minecraft: Bedrock server software](https://minecraft.net/download/server/bedrock) instead of PocketMine-MP.

If that's not an option for you, you may be able to add some of PocketMine-MP's missing features using plugins from [Poggit](https://poggit.pmmp.io/plugins), or write plugins to implement them yourself.

Getting Started
---------------

[](#getting-started)

- [Documentation](http://pmmp.readthedocs.org/)
- [Installation instructions](https://pmmp.readthedocs.io/en/rtfd/installation.html)
- [Docker image](https://github.com/pmmp/PocketMine-MP/pkgs/container/pocketmine-mp)
- [Plugin repository](https://poggit.pmmp.io/plugins)

Community &amp; Support
-----------------------

[](#community--support)

Join our [Discord](https://discord.gg/bmSAZBG) server to chat with other users and developers.

You can also post questions on [StackOverflow](https://stackoverflow.com/tags/pocketmine) under the tag `pocketmine`.

Developing Plugins
------------------

[](#developing-plugins)

If you want to write your own plugins, the following resources may be useful. Don't forget you can always ask our community if you need help.

- [Developer documentation](https://devdoc.pmmp.io) - General documentation for PocketMine-MP plugin developers
- [Latest release API documentation](https://apidoc.pmmp.io) - Doxygen API documentation generated for each release
- [Latest bleeding-edge API documentation](https://apidoc-dev.pmmp.io) - Doxygen API documentation generated weekly from `major-next` branch
- [DevTools](https://github.com/pmmp/DevTools/) - Development tools plugin for creating plugins
- [ExamplePlugin](https://github.com/pmmp/ExamplePlugin/) - Example plugin demonstrating some basic API features

Contributing to PocketMine-MP
-----------------------------

[](#contributing-to-pocketmine-mp)

PocketMine-MP accepts community contributions! The following resources will be useful if you want to contribute to PocketMine-MP.

- [Building and running PocketMine-MP from source](BUILDING.md)
- [Contributing Guidelines](CONTRIBUTING.md)

New here? Check out [issues with the "Easy task" label](https://github.com/pmmp/PocketMine-MP/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22Easy%20task%22) for things you could work to familiarise yourself with the codebase.

Donate
------

[](#donate)

PocketMine-MP is free, but it requires a lot of time and effort from unpaid volunteers to develop. Donations enable us to keep delivering support for new versions and adding features your players love.

You can support development using the following methods:

- [Patreon](https://www.patreon.com/pocketminemp)
- Bitcoin (BTC): `bc1q2v5ngyf8ugyd55kqa9ep35g2rv342ueqm6ks33`
- Stellar Lumens (XLM): `GAAC5WZ33HCTE3BFJFZJXONMEIBNHFLBXM2HJVAZHXXPYA3HP5XPPS7T`

Thanks for your support!

Licensing information
---------------------

[](#licensing-information)

This project is licensed under LGPL-3.0. Please see the [LICENSE](/LICENSE) file for details.

pmmp/PocketMine are not affiliated with Mojang. All brands and trademarks belong to their respective owners. PocketMine-MP is not a Mojang-approved software, nor is it associated with Mojang.

###  Health Score

64

—

FairBetter than 99% of packages

Maintenance99

Actively maintained with recent releases

Popularity24

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity95

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 69.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~6 days

Total

469

Last Release

0d ago

Major Versions

4.41.0 → 5.31.02025-07-08

4.42.0 → 5.32.02025-08-06

4.43.3 → 5.111.02025-10-19

1.114.2 → 5.114.42026-04-27

1.26.30.x-dev → 5.116.42026-06-17

PHP version history (7 changes)3.0.0PHP &gt;=7.2.0

3.13.0PHP &gt;=7.3.0

3.17.5PHP ^7.3 || ^8.0

3.21.0PHP ^7.4 || ^8.0

4.0.0-BETA1PHP ^8.0

4.21.0PHP ^8.1

1.114.2PHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/66992287?v=4)[ShockedPlot7560 ](/maintainers/ShockedPlot7560)[@ShockedPlot7560](https://github.com/ShockedPlot7560)

---

Top Contributors

[![dktapps](https://avatars.githubusercontent.com/u/14214667?v=4)](https://github.com/dktapps "dktapps (12796 commits)")[![shoghicp](https://avatars.githubusercontent.com/u/516482?v=4)](https://github.com/shoghicp "shoghicp (4069 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (302 commits)")[![pmmp-admin-bot[bot]](https://avatars.githubusercontent.com/in/1059952?v=4)](https://github.com/pmmp-admin-bot[bot] "pmmp-admin-bot[bot] (181 commits)")[![PEMapModder](https://avatars.githubusercontent.com/u/5618466?v=4)](https://github.com/PEMapModder "PEMapModder (123 commits)")[![ShockedPlot7560](https://avatars.githubusercontent.com/u/66992287?v=4)](https://github.com/ShockedPlot7560 "ShockedPlot7560 (99 commits)")[![SOF3](https://avatars.githubusercontent.com/u/19623715?v=4)](https://github.com/SOF3 "SOF3 (96 commits)")[![Intyre](https://avatars.githubusercontent.com/u/1076578?v=4)](https://github.com/Intyre "Intyre (85 commits)")[![IvanCraft623](https://avatars.githubusercontent.com/u/57236932?v=4)](https://github.com/IvanCraft623 "IvanCraft623 (71 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (67 commits)")[![ipad54](https://avatars.githubusercontent.com/u/63200545?v=4)](https://github.com/ipad54 "ipad54 (58 commits)")[![Dumont-Julien](https://avatars.githubusercontent.com/u/61889427?v=4)](https://github.com/Dumont-Julien "Dumont-Julien (46 commits)")[![msjyoo](https://avatars.githubusercontent.com/u/2097812?v=4)](https://github.com/msjyoo "msjyoo (40 commits)")[![Muqsit](https://avatars.githubusercontent.com/u/15074389?v=4)](https://github.com/Muqsit "Muqsit (28 commits)")[![xEditedNewt](https://avatars.githubusercontent.com/u/91474741?v=4)](https://github.com/xEditedNewt "xEditedNewt (24 commits)")[![dries-c](https://avatars.githubusercontent.com/u/15795262?v=4)](https://github.com/dries-c "dries-c (19 commits)")[![jasonw4331](https://avatars.githubusercontent.com/u/16521025?v=4)](https://github.com/jasonw4331 "jasonw4331 (18 commits)")[![JavierLeon9966](https://avatars.githubusercontent.com/u/58715544?v=4)](https://github.com/JavierLeon9966 "JavierLeon9966 (16 commits)")[![Cl1ient](https://avatars.githubusercontent.com/u/109211185?v=4)](https://github.com/Cl1ient "Cl1ient (15 commits)")[![Frago9876543210](https://avatars.githubusercontent.com/u/13465245?v=4)](https://github.com/Frago9876543210 "Frago9876543210 (15 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/plutonium-pocketmine-mp/health.svg)

```
[![Health](https://phpackages.com/badges/plutonium-pocketmine-mp/health.svg)](https://phpackages.com/packages/plutonium-pocketmine-mp)
```

###  Alternatives

[pocketmine/pocketmine-mp

A server software for Minecraft: Bedrock Edition written in PHP

3.5k78.3k91](/packages/pocketmine-pocketmine-mp)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[symfony/framework-bundle

Provides a tight integration between Symfony components and the Symfony full-stack framework

3.6k251.7M11.6k](/packages/symfony-framework-bundle)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
