Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 653 Bytes

File metadata and controls

31 lines (24 loc) · 653 Bytes

Minecraft Plugins Maker (MPM)

MPM is a desktop app that helps users create Minecraft plugin templates without writing everything from scratch.

Supported Targets

  • Paper / Spigot / Purpur (Java plugin skeleton)
  • LeviLamina (Bedrock C++ plugin skeleton)

Current Features

  • New project wizard
  • Platform selection
  • Project structure generation
  • Minimal starter source files for selected platform

Tech Stack

  • Python 3.13
  • PySide6 (desktop UI)

Quick Start

python -m pip install -r requirements-dev.txt
python app.py

Run Tests

python -m pytest -q

Changelog

Project history is tracked in CHANGELOG.md.