Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.
Johnmacrocraft edited this page Dec 2, 2017 · 18 revisions

Welcome to the PocketMine-MP_MoreSupport wiki!

Introduction

This repository was originally created only for myself to combine mcpe-1.2 branch with PHP 7.2 support, but later I decided to make this repository for some unsupported legacy stuffs like 32-bit or PHP 7.0. This will make people who use fork/spoon because their machine isn’t supported by official PocketMine-MP use it.

How to use this repository

Currently we have following branches:

  • master: Default branch
  • master_32bit: master branch with 32-bit support
  • master_php_7.0: master branch with PHP 7.0 support
  • master_32bit_php_7.0: master branch with 32-bit and PHP 7.0 support
  • master_32bit-old: Original master_32bit. Recreated as above branch because this one is really messy.

All of these branches are usually updated two times a week (Saturday and Sunday). If you want more update, you can fork this repository and update it yourself.

PHP 7.0 branches are not really recommended to use as many stuffs use void return type, nullable types etc, which are incompatible with PHP 7.0.

32-bit and PHP 7.0 are no longer supported by PocketMine-MP team, so DO NOT report issue that happens with these branches.

Clone this wiki locally