Installation¶
Drop-in install for a stock Paper server. Everything else (config, drops, languages) is generated on first start and editable while the server is live.
What you need¶
- A Paper server matching the
paperVersioningradle.properties(currently Paper26.1.2, Minecraft26.1.2). - Java 25 or newer on the server host.
- Optional: Nexo if you want
nexo:*identifiers indrops.yml.
From a release jar¶
- Grab
MythicRod-Paper-<version>.jarfrom the releases page. - Drop it in
plugins/. - Start the server once. MythicRod generates
plugins/MythicRod/config.yml,drops.yml,statistics.yml, andlang/*.yml. - Edit
config.ymlanddrops.yml. /mythicrod reloadafter changes.
From source¶
git clone https://github.com/xcutiboo/MythicRod.git
cd MythicRod
./gradlew :mythicrod-paper:shadowJar
Shaded jar lands at mythicrod-paper/build/libs/MythicRod-Paper-<version>.jar.
Verifying release artefacts¶
Tagged releases ship MythicRod-Paper-<version>.jar.sha256 next to the jar:
v*-rc*, v*-beta*, v*-alpha*, v*-snapshot* tags publish as
pre-releases automatically.