All Projects → MCPI-Revival → MCPIL-Legacy

MCPI-Revival / MCPIL-Legacy

Licence: GPL-2.0 license
Minecraft Pi Launcher (deprecated, use MCPIL-R under our same organization).

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to MCPIL-Legacy

proxy
A Minecraft Pi Proxy to allow players to connect to remote servers.
Stars: ✭ 22 (-64.52%)
Mutual labels:  minecraft-pi, mcpi, minecraft-proxy, minecraft-pi-edition
minecraft-pi-reborn
Official Mirror Of @TheBrokenRail's Minecraft: Pi Edition: Reborn.
Stars: ✭ 133 (+114.52%)
Mutual labels:  mcpe, minecraft-pi, mcpi
UHC
A UHC plugin for MCPE v1.2.x
Stars: ✭ 15 (-75.81%)
Mutual labels:  mcpe, minecraft-pocket-edition, minecraft-pe
Vector-Network-Project
Minecraft Bedrock Edition server plugin
Stars: ✭ 28 (-54.84%)
Mutual labels:  mcpe, minecraft-pocket-edition, minecraft-pe
Functions
Create your own commands with ease! For PocketMine, a Minecraft PE server software
Stars: ✭ 17 (-72.58%)
Mutual labels:  mcpe, minecraft-pocket-edition
BedrockProxy
Allow Minecraft Bedrock players on your BungeeCord server!
Stars: ✭ 16 (-74.19%)
Mutual labels:  mcpe
MineReset
Powerful mine resetting tool
Stars: ✭ 44 (-29.03%)
Mutual labels:  mcpe
BeeCloud-Proxy
BeeCloud Minecraft Bedrock Edition proxy server software with UDP protocol.
Stars: ✭ 22 (-64.52%)
Mutual labels:  mcpe
Scythe-AntiCheat
Scythe AntiCheat - The best minecraft bedrock anticheat designed for realms, worlds and servers
Stars: ✭ 87 (+40.32%)
Mutual labels:  mcpe
SAC
An AntiCheat software for PockeMine-MP made to detect unfair gamplay advantages.
Stars: ✭ 52 (-16.13%)
Mutual labels:  mcpe
Volt
A painless web server for PocketMine-MP
Stars: ✭ 24 (-61.29%)
Mutual labels:  mcpe
KitUI
Advance AdvancedKits! Select Kits from a form, just do /kit and get kits info and select it if available! For Minecraft Bedrock Edition!
Stars: ✭ 44 (-29.03%)
Mutual labels:  mcpe
FactionsPE
Most advanced factions plugin for PocketMine-MP
Stars: ✭ 46 (-25.81%)
Mutual labels:  mcpe
bedrock-viz
Minecraft Bedrock Edition World Visualization & Reporting Tool with Web App
Stars: ✭ 194 (+212.9%)
Mutual labels:  mcpe
Leveryl
An Advanced & Feature Rich Server Software for MC:PE 1.1.x
Stars: ✭ 45 (-27.42%)
Mutual labels:  mcpe
PerWorldInventory
A full-featured per world inventory plugin for PocketMine-MP.
Stars: ✭ 14 (-77.42%)
Mutual labels:  mcpe
boundstone
High Performance / Fast Compilation / Lightweight MCBE Server
Stars: ✭ 42 (-32.26%)
Mutual labels:  mcpe
ProfileUI
Get any player's profile on a Modal Form! MCPE v1.2! PMMP support only!
Stars: ✭ 20 (-67.74%)
Mutual labels:  mcpe
Extropy
Custom version of PocketMine-MP for the @ConflictPE network! 🚀🕹️
Stars: ✭ 16 (-74.19%)
Mutual labels:  mcpe
Form Json
JSON mode for mcpe 1.2's ModalFormRequestPacket
Stars: ✭ 15 (-75.81%)
Mutual labels:  mcpe

MCPIL

A simple launcher for Minecraft: Pi Edition.

GPL-2.0 CII Required Python version CodeQL results

screenshot

⚠️ Warning

This project is broken and very unstable. A lot of bugs are produced by the lack of a good internal design, and breaks the Launcher. See MCPIL-R for a version made from the ground up to be way for stable.

If you still want to run this for some reason, an old version of this Launcher like (v0.6.2 would be a good choice.

This means the project will not be maintained anymore, so PRs or issues won't be fixed/accepted. tl;dr: DO NOT USE THIS!!! USE MCPIL-R!!!

Getting started

Prerequisites

To use MCPIL you must have Python >= 3.7.x installed on your device prior to using MCPIL.

Installation

Download and install MCPIL from the releases section:

wget https://github.com/MCPI-Revival/MCPIL-Legacy/releases/download/v0.7.3/mcpil_0.7.3-1.deb
sudo apt install ./mcpil_0.7.3-1.deb
sudo rm mcpil_0.7.3-1.deb

Features

  • Switch between Minecraft Pi and Minecraft Pocket Edition
  • Username changing
  • Skin changing
  • Mod loading
  • Mod API
  • Mod compilation
  • World settings (gamemode 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.

Troubleshooting

If you get the module not found: _tkinter error, or something of the sort, you can use Homebrew to install a custom tap made by @gamer4life1.

# First, install brew (If you don't have it already, also make sure to install in /home/linuxbrew/.linuxbrew)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
# Then, apply the custom tap
brew tap gamer4life1/mcpi-tap
# Install gcc (a needed dependency)
brew install gcc
# Follow caveats for gcc (something like example)
export LDFLAGS="-L/home/linuxbrew/.linuxbrew/opt/[email protected]/lib"
export CPPFLAGS="-I/home/linuxbrew/.linuxbrew/opt/[email protected]/include"
# Install the custom formula of python (Ignore errors if they say that the system cannot find the bottle, it will compile from source)
brew install custompython
# Finally, add it to your PATH so it is first in your PATH
export PATH="/usr/local/opt/custompython/bin:$PATH"
# Add above to bashrc to load automatically

See also issues and discussions for future information regarding bugs and errors.

Thanks

To @Phirel for his Pi2PE (a.k.a. "survival") patch, and to @TheBrokenRail for MCPI-Docker. These two projects were/are highly used & abused by MCPIL 😉.

To everyone who has or had interest on the project, including MCPI Revival members.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].