Home
Weighted drop tables, biome filters, permission gates, in-game drop editor, statistics, and a small public API. Paper-first, Folia-verified.
Pick a path¶
| You are... | Start here |
|---|---|
| Running a server and want to install MythicRod | Installation then Quick start |
| Tuning drops, rods, or messages | Configuration and Loot tables |
| Debugging a live server | Troubleshooting, /mythicrod status, /mythicrod validate |
| Translating MythicRod | Localization, Crowdin |
| Building another plugin against the API | Developer API |
| Tagging a public release | Release guide and the Checklist |
Five-minute setup¶
- Grab the latest
MythicRod-Paper-<version>.jarfrom the GitHub releases page. - Drop it in
plugins/on a Paper 26.1.2 server. Folia is supported. - Start the server once. Default
config.yml,drops.yml, andlang/files are written. - Customise
drops.yml, then run/mythicrod reload. - Verify with
/mythicrod status.
Full walkthrough: Installation.
Version targets¶
| Item | Value |
|---|---|
| Plugin | 2026.1.0 (CalVer, year.release.patch) |
| API | Paper 26.1.2 (Minecraft 26.1.2) |
| Java | 25+ |
| Optional integration | Nexo (nexo:* identifiers) |
| Bundled languages | en_US, ja_JP (rest sync from Crowdin) |
| Scheduler | Paper-first, Folia owner-thread handoffs verified |
Status¶
- SonarCloud: 0 bugs / 0 vulnerabilities / 0 code smells / 0 hotspots.
- bStats: pluginId
31484with 15 custom charts on top of the bStats defaults (dashboard). - Crowdin: crowdin.com/project/mythicrod (en_US source, ja_JP imported, 9 other targets open).
- Releases: github.com/xcutiboo/MythicRod/releases.
- Folia 26.1.2 build 8: smoke test passed; runtime reports as
Foliafrom/mythicrod status.