/MCPIL

Minecraft Pi Launcher.

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

MCPIL

Minecraft Pi Launcher

screenshot

A simple launcher for Minecraft: Pi Edition.

Getting started

Prerequisites

To use MCPIL you need to have Python >= 3.7.x pre-installed.

Installation

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

Features

  • 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

Usage

Launch the MCPIL desktop file or run the mcpil command folder as following to see the magic! 😉

mcpil # Yes, simple as this

API

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.

Mod compilation

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.

Thanks

To @Phirel for his Pi2PE (a.k.a. "survival") patch.

Licensing

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.

CC BY-SA 4.0