@plugdev/cli
v1.3.0
Published
The local development environment for Minecraft plugins — plug / plugdev CLI (Paper, Folia, Purpur, Pufferfish, Spigot)
Maintainers
Readme
@plugdev/cli
The local development environment for Minecraft plugins.
Build, boot, join, spawn test players, and reload on save. Think npm run dev, but for Minecraft.
npm install -g @plugdev/cli
cd your-plugin
plugdev init --setup
plugdev # TUI: configure + run
plug run # full loopplug and plugdev are the same CLI.
- Detect Gradle/Maven (including multi-module reactors)
- Paper-family server + deps cache in
~/.plugdev/ - Safe reload on save; optional
--hotswap - Client join (embedded or Prism)
- Extra players:
.bot Tester2headless,.bot Tester2 openfor a real window - Listing shots/GIFs (Windows):
plugdev capture run→.plugdev/media/ - TUI: configure, module pick, deps, live config files
plugdev config list|open|get|set|editor|watch|unwatchfor generated plugin configs
Docs: github.com/mattbaconz/plugdev · pluglabs.app/plugdev · Discord
