PocketMine-MP VS Paper

Compare PocketMine-MP vs Paper and see what are their differences.

Paper

The most widely used, high performance Minecraft server that aims to fix gameplay and mechanics inconsistencies (by PaperMC)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
PocketMine-MP Paper
8 338
3,190 8,829
0.1% 1.0%
9.8 9.8
7 days ago 6 days ago
PHP Java
GNU Lesser General Public License v3.0 only GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

PocketMine-MP

Posts with mentions or reviews of PocketMine-MP. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-17.
  • How to Create and Play On a Server in MCPE 0.7.6?
    1 project | /r/GoldenAgeMinecraft | 22 Jun 2023
    Oh no, my bad, back then there was a multiplayer server system. I can't find any file, but I found a github with a project that can be interesting for you: https://github.com/pmmp/PocketMine-MP/blob/stable/changelogs/1.3.md
  • it's happening!!!! damn rust programmers they are rewriting all the world in rust
    4 projects | /r/ProgrammerHumor | 17 Dec 2022
    PocketMine-MP is written in PHP
  • How can bedrock servers lime hive/mineplex have minigames and other bukkit like - features?
    2 projects | /r/admincraft | 23 Nov 2022
    Take a look at PMMP (Pocketmine) https://pmmp.io/ (Not the only option but quite popular) They provide custom plugins via PHP. https://poggit.pmmp.io/ - repository public plugins - several other sources exist just have to do some googling.
  • Unable to make a current bedrock server as minecraft download page only does BETA
    3 projects | /r/Minecraft | 28 May 2022
    I'm not the most well versed in Bedrock servers, but I think you could use something like Nukkit or PocketMine-MP for the mean time, as they should have 1.18.3 versions still up for download.
  • Bedrock is big brain
    1 project | /r/admincraft | 25 Apr 2022
    You better believe it! https://github.com/pmmp/PocketMine-MP
  • A framework to use async/await without fibers using generators
    2 projects | /r/PHP | 6 Mar 2022
    long answer: amp is a full framework including other context-specific components like event loops, web framework, etc. It is too bloated for the usual use case in our community (which is primarily phar plugins for PocketMine-MP). await-generator only provides the basic async executor (which dispatches the generator) plus a few basic context-agnostic synchronization primitives like async iterators, mutex and channels. It does not depend on any runtime (it does not even have a scheduler). furthermore, I am not a fan of the Promise/Generator split in amp, which increases the cognitive complexity of an API. btw, await-generator is not Promise/A+ compliant using the equivalent definitions, because a lack of runtime implies it is unable to satisfy 2.2.4 (execute subsequent operations with clear stack), i.e. exceptions thrown after yielding might end up generating enormous stack traces (await-generator has manual tail recursion optimization to mitigate this). You could always write a framework-specific function that takes in a generator and yields from it after the framework finishes the current stack though.
  • A minimal, offline PHAR file viewer webapp written in Rust (+ Rust library for the phar format)
    1 project | /r/PHP | 28 Dec 2021
    Not really. Just a proof of concept tbh. It's probably nice that you can view phar files on mobile when you really need it though. We have a community https://pmmp.io where all plugins are distributed as phar files, and people are struggling to try to "edit" phar files to modify source code all the time.
  • Minecraft bedrock server documentation
    2 projects | /r/Minecraft | 3 Sep 2021
    Is there any documentation on Minecraft bedrock server. How do Nukkit, PocketMine and potentially other server software figure out everything. Or is it just reverse engineering. If so, how can they update to new versions so quickly. All I could find was about addons and commands. (This) Or maybe someone's doing all the work on figuring out and sharing and all server developers just use it?

Paper

Posts with mentions or reviews of Paper. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-10.
  • PaperMC/Paper: The most widely used, high performance Minecraft server
    9 projects | news.ycombinator.com | 10 Mar 2024
  • How to Setup a Minecraft Server on Ubuntu: A Step-by-Step Guide
    2 projects | dev.to | 7 Jan 2024
    We will be downloading the Minecraft server files into this directory. To preface, there are numerous variations of server JARs that can be used (e.g. Spigot, Paper, Purpur each touting their own benefits). For this tutorial, we will be working with Paper, a fork of Spigot that is optimized for performance.
  • Create a personal server for a deleted game
    3 projects | /r/servers | 8 Dec 2023
    PaperMC, a minecraft server has over a quarter million lines of code Github link
  • "Private crash exploit" (container interaction packet abuse) lagging/crashing server
    1 project | /r/admincraft | 7 Dec 2023
    Paper fixed it here: https://github.com/PaperMC/Paper/commit/8493340be4fa69fa9369719272e5dff1b7a2f455
  • Can't connect to server after new motherboard
    2 projects | /r/MinecraftServer | 17 Nov 2023
    G:\DedicatedServers\test>java -Xms10G -Xmx10G -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true -jar paper-1.20.2-291.jar --nogui Starting org.bukkit.craftbukkit.Main System Info: Java 17 (OpenJDK 64-Bit Server VM 17.0.2+8-86) Host: Windows 10 10.0 (amd64) Loading libraries, please wait... [13:37:15 INFO]: Environment: Environment[accountsHost=https://api.mojang.com, sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD] [13:37:15 INFO]: Found new data pack file/bukkit, loading it automatically [13:37:16 INFO]: Loaded 7 recipes [13:37:16 INFO]: Starting minecraft server version 1.20.2 [13:37:16 INFO]: Loading properties [13:37:16 INFO]: This server is running Paper version git-Paper-291 (MC: 1.20.2) (Implementing API version 1.20.2-R0.1-SNAPSHOT) (Git: ce7f068) [13:37:17 INFO]: Using 4 threads for Netty based IO [13:37:17 INFO]: Server Ping Player Sample Count: 12 [13:37:17 INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 6 worker threads, and gen parallelism of 6 threads [13:37:17 WARN]: [!] The timings profiler has been enabled but has been scheduled for removal from Paper in the future. We recommend installing the spark profiler as a replacement: https://spark.lucko.me/ For more information please visit: https://github.com/PaperMC/Paper/issues/8948 [13:37:18 INFO]: Default game type: SURVIVAL [13:37:18 INFO]: Generating keypair [13:37:18 INFO]: Starting Minecraft server on *:25555 [13:37:18 INFO]: Using default channel type [13:37:18 INFO]: Paper: Using Java compression from Velocity. [13:37:18 INFO]: Paper: Using Java cipher from Velocity. [13:37:18 INFO]: Preparing level "world" [13:37:22 INFO]: Preparing start region for dimension minecraft:overworld [13:37:22 INFO]: Time elapsed: 52 ms [13:37:22 INFO]: Preparing start region for dimension minecraft:the_nether [13:37:22 INFO]: Time elapsed: 29 ms [13:37:22 INFO]: Preparing start region for dimension minecraft:the_end [13:37:22 INFO]: Time elapsed: 28 ms [13:37:22 INFO]: Running delayed init tasks [13:37:22 INFO]: Done (6.045s)! For help, type "help" [13:37:22 INFO]: Timings Reset
  • Server crash
    3 projects | /r/Minecraft | 25 Oct 2023
    For more information please visit: https://github.com/PaperMC/Paper/issues/8948
  • Tnt duper not working [java] [1.20]
    1 project | /r/MinecraftHelp | 9 Jul 2023
  • [java] How do you host multiple Minecraft servers on the same IP?
    1 project | /r/MinecraftServer | 6 Jul 2023
    Go to papermc.io and download Waterfall or Velocity
  • Has this been happening to you guys ?
    1 project | /r/Minecraft | 1 Jul 2023
    This is actually a known issue which was mostly ignored: https://github.com/PaperMC/Paper/issues/3110
  • Breaking the Limits: How Folia Made 1k Player Minecraft Server a Reality
    6 projects | news.ycombinator.com | 26 Jun 2023

What are some alternatives?

When comparing PocketMine-MP and Paper you can also consider the following projects:

Nukkit - Cloudburst Nukkit - Nuclear-Powered Minecraft: Bedrock Edition Server Software

Purpur - Purpur is a drop-in replacement for Paper servers designed for configurability, and new fun and exciting gameplay features.

BedcoreProtect - BedcoreProtect is a fast, efficient, data logging and anti-griefing tool for PocketMine servers. Rollback and restore any amount of damage.

Arclight - A Bukkit(1.19/1.20) server implementation on Forge using Mixin. ⚡ ⚡⚡⚡⚡

Azuriom - Azuriom is a complete open-source web solution for game servers. Enjoy dozens of extensions for endless possibilities. Already trusted by over 1,800 servers.

fabric - Essential hooks for modding with Fabric.

py3minepi

Waterfall - BungeeCord fork that aims to improve performance and stability.

Minecraft_Server_Emulator - Minecraft Server Emulator

Airplane - A stable, optimized, well supported 1.17.1 Paper fork.

await-generator - Write code in async/await style in PHP using generators.

Pufferfish - A high-performance fork of Paper designed for large servers.