PHPackages                             xpocketmc/xpocketmc-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. xpocketmc/xpocketmc-mp

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

xpocketmc/xpocketmc-mp
======================

A server software for Minecraft: Bedrock Edition written in PHP

00[6 PRs](https://github.com/XPocketMC/XPocketMC-MP/pulls)PHP

Since Jun 6Pushed 1y ago1 watchersCompare

[ Source](https://github.com/XPocketMC/XPocketMC-MP)[ Packagist](https://packagist.org/packages/xpocketmc/xpocketmc-mp)[ RSS](/packages/xpocketmc-xpocketmc-mp/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (7)Used By (0)

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

 [![CI](https://github.com/XPocketMC/XPocketMC-MP/workflows/CI/badge.svg)](https://github.com/XPocketMC/XPocketMC-MP/actions/workflows/main.yml) [![GitHub release (latest SemVer)](https://camo.githubusercontent.com/b9e923e8643e6dfbe67531e11d77c5fb251e278538f9e5418917b291e5ed0cb9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f58506f636b65744d432f58506f636b65744d432d4d503f6c6162656c3d72656c6561736526736f72743d73656d766572)](https://github.com/XPocketMC/XPocketMC-MP/releases/latest) [![Discord](https://camo.githubusercontent.com/fe5428c4b47ddce654f77360361e059e091f9bc8d82b80418d8de6fe1127bb64/68747470733a2f2f696d672e736869656c64732e696f2f646973636f72642f3337333139393732323537333230313430383f6c6162656c3d646973636f726426636f6c6f723d373238394441266c6f676f3d646973636f7264)](https://discord.gg/bmSAZBG)
 [![GitHub all releases](https://camo.githubusercontent.com/6a82196d2367c18dcdd68d153e22ca0319e4cb006d643cd471e31f9229088d07/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f646f776e6c6f6164732f58506f636b65744d432f58506f636b65744d432d4d502f746f74616c3f6c6162656c3d646f776e6c6f616473253430746f74616c)](https://github.com/XPocketMC/XPocketMC-MP/releases) [![GitHub release (latest by SemVer)](https://camo.githubusercontent.com/1cb72ebbf741c6974975304a41c1645ef40e2c041cdcc7819da36b0eb6f61dae/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f646f776e6c6f6164732f58506f636b65744d432f58506f636b65744d432d4d502f6c61746573742f746f74616c3f736f72743d73656d766572)](https://github.com/XPocketMC/XPocketMC-MP/releases/latest)

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

[](#what-is-this)

XPocketMC-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

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

[](#x-xpocketmc-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 XPocketMC-MP.

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

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

[](#getting-started)

- [Documentation](http://XPocketMC.readthedocs.org/)
- [Installation instructions](https://XPocketMC.readthedocs.io/en/rtfd/installation.html)
- [Docker image](https://github.com/XPocketMC/XPocketMC-MP/pkgs/container/XPocketMC-MP)
- [Plugin repository](https://poggit.XPocketMC.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/xpocketmc) under the tag `xpocketmc`.

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.XPocketMC.io) - General documentation for XPocketMC-MP plugin developers
- [Latest release API documentation](https://apidoc.XPocketMC.io) - Doxygen API documentation generated for each release
- [Latest bleeding-edge API documentation](https://apidoc-dev.XPocketMC.io) - Doxygen API documentation generated weekly from `major-next` branch
- [DevTools](https://github.com/XPocketMC/DevTools/) - Development tools plugin for creating plugins
- [ExamplePlugin](https://github.com/XPocketMC/ExamplePlugin/) - Example plugin demonstrating some basic API features

Contributing to XPocketMC-MP
----------------------------

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

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

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

Donate
------

[](#donate)

XPocketMC-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/xpocketmcmp)
- Bitcoin (BTC): `171u8K9e4FtU6j3e5sqNoxKUgEw9qWQdRV`
- 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.

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

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

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

---

Top Contributors

[![ClousCloud](https://avatars.githubusercontent.com/u/171436201?v=4)](https://github.com/ClousCloud "ClousCloud (8 commits)")

### Embed Badge

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

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

PHPackages © 2026

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