Run Minecraft Bedrock edition on android
- Download the latest release from the Releases page.
- Flash the Magisk module using one of the following methods:
- Magisk Manager:
- Open Magisk Manager.
- Tap on the "Modules" section.
- Tap on the "+" button and select the downloaded pmmp Magisk module.
- Reboot your device.
- KernelSU:
- Open Magisk Manager.
- Tap on the "Modules" section
- Tap on the "+ Install" button and select the downloaded pmmp Magisk module.
- Reboot your device.
- Magisk Manager:
- Alternatively, you can install the module using Androidacy Module Manager or Magisk Module Repo Loader (MMRL) (must enable Magisk-Modules-Alt-Repo repo at settings).
- Open a terminal emulator on your Android device, such as Termux or through ADB shell.
- Execute the following commands:
- Execute
su
(superuser):su start-pmmp
- If you are using Termux:
su start-pmmp
- Execute
- Optionally, if
start-pmmp
doesn't work, you can manually execute the start script by navigating to the/data/local/pmmp
directory and running:cd /data/local/pmmp sh start.sh
You can using Magisk Tailscaled, Tailscale Play Store, Playit.gg4Android (still development). basicly playit-linux-aarch64 didn't run very well on android environment, need made changes or run on proot something run on ubuntu top on termux/android... using playit.gg as tunneling rn was impossible run on android environment. do run on termux with proot ubuntu core image
If you decide to uninstall this module, note that the pmmp folder will not be removed. This is done to ensure that users of this module do not lose their world data, plugins, and server.properties.
If you want to update the PHP8 binaries and PocketMine-MP, you can simply update the module to the latest version. Future versions will include an update script (start-pmmp-update) to facilitate the update of the PocketMine-MP.phar binary only. php8 using precompiled binary from here TukangM/php8-aarch64-builds
PocketMine-MP has LGPL-3.0-1-ov-file
PocketMine-MP4Android has MIT License