Skip to content

A slightly modified version of PocketMine-MP for use on OwnagePE

License

Notifications You must be signed in to change notification settings

ownagepe/PocketMine-MP

 
 

Repository files navigation

Features/Changes

  • Support for v1.19.40
  • [NEW] Log crashes to a webhook (setup in crash-webhook-logging.yml file when server starts up)
  • Server will not crash from errors (unless a crashloop occurs)
  • Removed internal server error
  • Compatible with plugins using ItemBlock::write() methods

How to get compiled version?

  • Get a compiled .phar version from here

Why would you make these changes?

  • Production servers can't be frequently dealing with server crashes as that will affect the playerbase, so instead we prevent the crash from happening and log it to patch later
  • Internal Server Error irritates players so that's changed to a message rather than a kick. It logs via a webhook to be patched later
  • Added Compatibility with older plugins that used to break when using ItemBlock::write()
  • If for whatever godforsaken reason you want to use this be aware that server crashes & internal server error kicks happen for a reason and disregarding them could lead to server data corruption


A highly customisable, open source server software for Minecraft: Bedrock Edition written in PHP

CI GitHub tag (latest semver) Docker image version (latest semver) Discord

Getting started

Discussion/Help

For developers

Donate

  • Bitcoin Cash (BCH): qq3r46hn6ljnhnqnfwxt5pg3g447eq9jhvw5ddfear
  • Bitcoin (BTC): 171u8K9e4FtU6j3e5sqNoxKUgEw9qWQdRV
  • Stellar Lumens (XLM): GAAC5WZ33HCTE3BFJFZJXONMEIBNHFLBXM2HJVAZHXXPYA3HP5XPPS7T
  • Patreon

Licensing information

This project is licensed under LGPL-3.0. Please see the 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.

About

A slightly modified version of PocketMine-MP for use on OwnagePE

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.9%
  • Other 0.1%