Minecraft Pi Launcher
A simple launcher for Minecraft: Pi Edition.
To use MCPIL you need to have Python >= 3.7.x
pre-installed.
Download and install MCPIL from the Packagecloud Debian repository:
# If you didn't add the repository yet
curl -s https://packagecloud.io/install/repositories/Alvarito050506/mcpi-devs/script.deb.sh | sudo bash
# Now the actual installation
sudo apt-get install mcpil
- Switch between Minecraft Pi and PE
- Username changing
- Skin changing
- Mod loading
- Mod API
- Mod compilation
- World setting (game mode and name) changing
- Join non-local servers
- Coming soon: More stuff
Launch the MCPIL desktop file or run the mcpil
command folder as following to see the magic! 😉
mcpil # Yes, simple as this
The API documentation was moved to the ModPi repo.
The support for the old API was dropped in the v0.5.0 release! It is recommended to use the new ModPi API. However, the old API documentation is still avaiable here.
To compile (compress) a Python mod, run the mcpim
command passing the filename of the mod as the first argument. For example:
mcpim ./example.py
This will produce an example.mcpi
mod file.
To @Phirel for his Pi2PE (a.k.a. "survival") patch.
All the code of this project is licensed under the GNU General Public License version 2.0 (GPL-2.0).
All the documentation of this project is licensed under the Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.