HomeJavaModsMythicRod
MythicRod
MythicRod
A small Paper plugin for custom fishing.

Heads up. This is a Paper plugin. Spigot might still run it, but it has not been tested on Spigot and nothing is guaranteed. The Paper jar lives on GitHub releases.

What it does
Replaces vanilla fishing with weighted, biome-scoped, permission-gated drop tables. Four rod tiers tune the odds. Stats, leaderboards, GUIs, PlaceholderAPI, and a developer API ship in the same jar.

Features

Example drops.yml
Code (Text):
features:
  rods:
    luck-multipliers:
      basic: 1.0
      advanced: 1.25
      legendary: 1.5
      mythic: 2.0

drops:
  global:
    - { identifier: DIAMOND, weight: 5, amount: 1 }
    - { identifier: IRON_INGOT, weight: 30, amount: 1 }
  legendary:
    excalibur:
      identifier: NETHERITE_SWORD
      weight: 1
      name: '<aqua><bold>Excalibur</bold></aqua>'
      lore: ['<gray>A legendary blade']
      enchantments: { sharpness: 10 }
      glowing: true
      permission: mythicrod.drops.legendary
      biomes: [minecraft:ocean]
Commands
Code (Text):
/mythicrod                            Open the GUI hub
/mythicrod stats [player]            Personal stats or someone else's
/mythicrod top                       Leaderboard by tier or last-catch
/mythicrod drops                     Browse drop tables by category
/mythicrod drops preview <biome>     What you would roll at that biome
/mythicrod rod                       Pick your default rod tier
/mythicrod give <player> <tier>      Give a rod (admin)
/mythicrod showcase <tier>           Preview the tier celebration (admin)
/mythicrod reload                    Hot-reload config and drop tables
/mythicrod status                    Runtime status (version, drops, integrations)
Permissions
Code (Text):
mythicrod.*                     op    All features
mythicrod.gui                   true  Open the GUI
mythicrod.stats.view            true  View your own stats
mythicrod.stats.leaderboard     true  View the leaderboard
mythicrod.drops.view            true  Browse the drops menu
mythicrod.drops.rare            op    Roll rare drops
mythicrod.drops.legendary       op    Roll legendary drops
mythicrod.rod.advanced          op    Use advanced rod
mythicrod.rod.legendary         op    Use legendary rod
mythicrod.rod.mythic            op    Use mythic rod
mythicrod.admin.reload          op    Hot reload
mythicrod.admin.give            op    Give rods
mythicrod.admin.config          op    Edit drops and config
mythicrod.admin.debug           op    debug / testroll / showcase
Runtime

Links
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

MythicRod is a free Minecraft Java mod. Compatible with Minecraft 26.1. Downloaded 436 times (via Spigot). Download it and open it directly in the game.

Explore more