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 20, 2018 · 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 things like 32-bit. 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_32-bit: master branch with 32-bit support
  • master_32bit-old2: Second master_32bit. Once again, recreated as new branch.
  • 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.

Known issues with 32-bit branch

  • Gravity doesn't work properly, you'll probably want to use some hacks like minus amplifier levitation
  • There's a water breathing bar all the time even when you're not in water. This does not affect the gameplay, but it's still an annoying issue.
  • You might be not able to get 64-bit ints (like device id) properly In other words, this branch should only be used for testing purposes. NEVER use this in production.

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

Clone this wiki locally