コンテンツにスキップ

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.

divider

What you need

  • A Paper server matching the paperVersion in gradle.properties (currently Paper 26.1.2, Minecraft 26.1.2).
  • Java 25 or newer on the server host.
  • Optional: Nexo if you want nexo:* identifiers in drops.yml.

divider

From a release jar

  1. Grab MythicRod-Paper-<version>.jar from the releases page.
  2. Drop it in plugins/.
  3. Start the server once. MythicRod generates plugins/MythicRod/config.yml, drops.yml, statistics.yml, and lang/*.yml.
  4. Edit config.yml and drops.yml.
  5. /mythicrod reload after changes.

divider

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.

divider

Verifying release artefacts

Tagged releases ship MythicRod-Paper-<version>.jar.sha256 next to the jar:

sha256sum -c MythicRod-Paper-2026.1.0.jar.sha256

v*-rc*, v*-beta*, v*-alpha*, v*-snapshot* tags publish as pre-releases automatically.


← Back to docs home · GitHub · Hangar