We build open-source software, plugins, and tools.
Our repositories follow a prefix-based naming convention so you can easily understand their purpose.
We organize our projects using consistent prefixes:
- core-* → Shared libraries, base APIs, and utilities used across other projects.
- minecraft-* → Plugins, mods, or tools specifically built for Minecraft.
- other-* (or no prefix) → Miscellaneous tools, documentation, or experiments.
Examples include: core-api
, core-utils
, core-db
These are foundation libraries and utilities shared across multiple projects.
Examples include: minecraft-server
, minecraft-plugin-chat
, minecraft-worldgen
These cover plugins, mods, and custom world-gen tools for Minecraft.
Examples include: website
, docs
, sandbox
These are additional projects like documentation, websites, or experiments.