PHPackages                             xpocketmp/server - 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. xpocketmp/server

ActiveProject

xpocketmp/server
================

A server software for Minecraft: Bedrock Edition written in PHP

5.44.3(2w ago)00LGPL-3.0PHP ^8.1

Since Jun 18Compare

[ Source](https://github.com/ClousClouds/XPocketMP)[ Packagist](https://packagist.org/packages/xpocketmp/server)[ Docs](https://pmmp.io)[ Fund](https://github.com/pmmp/PocketMine-MP#donate)[ Patreon](https://www.patreon.com/pocketminemp)[ RSS](/packages/xpocketmp-server/feed)WikiDiscussions Synced today

READMEChangelogDependencies (24)Versions (391)Used By (0)

 [   ![](https://raw.githubusercontent.com/ClousClouds/XPocketMP/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/ClousClouds/XPocketMP/actions/workflows/main.yml/badge.svg)](https://github.com/ClousClouds/XPocketMP/actions/workflows/main.yml) [![GitHub release (latest SemVer)](https://camo.githubusercontent.com/b60c441762c22bba710cd26163878b2fa932ec9d2bc6bf98b55c07a5c5674502/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f436c6f7573436c6f7564732f58506f636b65744d503f6c6162656c3d72656c6561736526736f72743d73656d766572)](https://github.com/ClousClouds/XPocketMP/releases/latest) [![Discord](https://camo.githubusercontent.com/fe5428c4b47ddce654f77360361e059e091f9bc8d82b80418d8de6fe1127bb64/68747470733a2f2f696d672e736869656c64732e696f2f646973636f72642f3337333139393732323537333230313430383f6c6162656c3d646973636f726426636f6c6f723d373238394441266c6f676f3d646973636f7264)](https://discord.gg/bmSAZBG)
 [![GitHub all releases](https://camo.githubusercontent.com/ade76f02ec967ef60c10283474e1f43a5b6990545e892301b35fd9d58d710acb/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f646f776e6c6f6164732f436c6f7573436c6f7564732f58506f636b65744d502f746f74616c3f6c6162656c3d646f776e6c6f616473253430746f74616c)](https://github.com/ClousClouds/XPocketMP/releases) [![GitHub release (latest by SemVer)](https://camo.githubusercontent.com/845e2cb12b0ad1405c06e93dfbcf2a8fe815667fa9184e677652b5888e582b78/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f646f776e6c6f6164732f436c6f7573436c6f7564732f58506f636b65744d502f6c61746573742f746f74616c3f736f72743d73656d766572)](https://github.com/ClousClouds/XPocketMP/releases/latest)

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

[](#what-is-this)

XPocketMP (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

❌ XPocketMP is NOT a vanilla Minecraft server software.
-------------------------------------------------------

[](#x-xpocketmp-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 XPocketMP.

If that's not an option for you, you may be able to add some of XPocketMP'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/ClousClouds/XPocketMP/pkgs/container/XPocketMP)
- [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 XPocketMP 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 XPocketMP
-------------------------

[](#contributing-to-xpocketmp)

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

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

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

Donate
------

[](#donate)

XPocketMP 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. XPocketMP is not a Mojang-approved software, nor is it associated with Mojang.

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance98

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity91

Battle-tested with a long release history

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 ~7 days

Recently: every ~14 days

Total

390

Last Release

14d ago

Major Versions

4.23.5 → 5.4.22023-08-09

4.23.6 → 5.4.32023-08-21

4.24.0 → 5.6.02023-09-20

4.25.0 → 5.7.02023-10-26

4.26.0 → 5.9.02023-12-06

PHP version history (6 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

### Community

Maintainers

![](https://www.gravatar.com/avatar/a03f5f66a8cb8e18542d26e54c4fd020a60231f869a4f6c101d9783ac66da546?d=identicon)[NubledStudio](/maintainers/NubledStudio)

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/xpocketmp-server/health.svg)

```
[![Health](https://phpackages.com/badges/xpocketmp-server/health.svg)](https://phpackages.com/packages/xpocketmp-server)
```

###  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.0k18](/packages/pocketmine-bedrock-protocol)[laravel/framework

The Laravel Framework.

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

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

3.6k251.7M11.8k](/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.6M592](/packages/shopware-core)

PHPackages © 2026

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