PMLEB

Python Minecraft Legacy Edition Bridge, a python bridge that gives you programmatic control over Minecraft Legacy Edition through Python.

View on GitHub Back to Projects
Python Open Source MIT License Minecraft Legacy Edition

Overview

PMLEB (Python Minecraft Legacy Edition Bridge) is a powerful Python interface that connects directly to Minecraft Legacy Edition via the leaked dev PC build, giving you full programmatic control over your game environment.

Whether you want to execute in-game commands, manage gamerules, or build your own automation tools, PMLEB provides a clean, extensible API to do it all, with Python and no complicated dependencies.

Features

Command Execution

Run any in-game command directly from Python, automate anything the game's console supports.

Gamerule Management

Read and modify gamerules programmatically, no need to open the game's interface.

Extensible API

New features are added regularly. The API is designed to be easy to expand and integrate with your own tools.

Pure Python

No complicated dependencies, if you have Python 3.8+, you're ready to go.

Getting Started

Prerequisites

  • Python 3.8 or higher installed
  • Minecraft Legacy Edition (dev PC build)
Full Docs on GitHub

Contributing

Contributions, issues, and feature requests are welcome! Feel free to open an issue or submit a pull request on GitHub. This project is licensed under the MIT License.

Contribute on GitHub