Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.67 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.67 KB

pmmp-droid

GitHub Release Workflows Folder Ko-fi

GitHub Actions workflows to build PHP Binaries for PocketMine-MP on Termux (Android).

✨ News

You can now download prebuilt PHP binaries for Android directly from the pmmp GitHub repository.

📖 About

This repository provides automated workflows to create PHP binaries compatible with PocketMine-MP, enabling Minecraft server hosting on Android devices using Termux.

🚀 Quick Start

Run the following command to download and execute the script in one step:

bash -c "$(curl -fsSL https://raw.githubusercontent.com/Veha0001/pmmp-droid/main/pchan.sh)"

This command ensures that the script is fetched and executed securely.

Running as Root:

bash -c "$(curl -fsSL https://raw.githubusercontent.com/Veha0001/pmmp-droid/main/pchan.sh)" -- -r

🛠️ Options

-a: Use an alternate URL.

-r: Skip root check.

-u: Trigger update.

-c: Force compile.

-d <dir>: Set install directory.

-i: Ignore SSL certificates.

-v <channel>: Set update channel.

-t <url>: Set custom build URL.