EndstoneMCEndstoneMCOfficialยท6 Agent Skills Included

endstone

Build and maintain Minecraft Bedrock servers with Python and C++ plugins

Runs a high-performance Minecraft Bedrock server that supports plugins written in Python or C++. Automates the hard maintenance work: cutting releases, updating binary signatures, rebuilding symbol databases, and packaging C++ dependencies. Removes hours of manual reverse engineering and release chores when new game versions ship.
npx skills add EndstoneMC/endstone --all -g -y
Available:

Gives the AI agent the project's build commands, testing steps, code style rules, and architecture map so it can work on the Endstone codebase correctly.

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Endstone?โ–ผ

Run `npx skills add EndstoneMC/endstone --all -g -y` in your terminal to install all skills in this suite globally.

What is Endstone used for?โ–ผ

Endstone is a plugin API for Minecraft Bedrock Dedicated Servers that lets you write server plugins in Python or C++ with full vanilla compatibility.

How do I write a Minecraft Bedrock plugin in Python?โ–ผ

Install Endstone with pip, create a class that inherits from endstone.plugin.Plugin, and use event handlers like PlayerJoinEvent to react to gameplay.

Can AI help maintain Endstone after a game update?โ–ผ

Yes. The included skills guide your AI agent through updating binary signatures, rebuilding IDA databases, and porting code to new Bedrock versions.

Does Endstone work on Windows and Linux?โ–ผ

Yes. It runs natively on both Windows and Linux, and can also be deployed with a ready-made Docker image.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’