
MythicRod
Custom fishing drops, biome rules, and stats for Paper and Folia servers. Weighted drop tables, in-game GUI editor, rod tiers, public API.
- Загрузки
- 159
- Подписчики
- 0
- Обновлён
- 24 мая 2026 г.
- Лицензия
- MIT
Опубликован 16 декабря 2025 г.
Weighted fishing drops with biome rules, permission gates, an in-game drop editor, per-player statistics, and a small public API for Paper and Folia.
Features
- Weighted drop tables with biome and permission filters
- In-game GUI editor for drop entries (live, no reload)
- Per-player and global statistics plus a leaderboard
- Four rod tiers (basic / advanced / legendary / mythic), each behind its own permission
- Tier-coded catch celebrations (per-player particles + sound, helix animation on top tiers, throttled to once per 4 seconds)
- Folia region-aware schedulers
- Public Java API for downstream plugins:
createRod(tier),previewEligibleDrops(uuid, biome), external drop providers, stats lookup + leaderboard, five Paper events (bite, roll, catch, stats, reload) - PlaceholderAPI tokens for scoreboards and chat (
%mythicrod_total%,%mythicrod_legendary%,%mythicrod_rod_tier%, ...) - Crowdin localisation (English and Japanese ship in the jar)
- Optional Nexo integration for custom items
Preview
Quick install
Drop the jar in plugins/, start the server, then /mythicrod reload
after editing config.yml and drops.yml.
Documentation
Everything else lives on the docs site: https://xcutiboo.github.io/MythicRod/
- Commands and permissions
- Configuration reference
- Drop table format
- Developer API (events, drop providers, rod factory, stats)
- PlaceholderAPI token reference
- Localisation workflow
- Release runbook
Community
Ченджлог
2026.1.0Релиз26.1.2 · 24 мая 2026 г.
Changelog
Project history starts here. Earlier prototype builds are gone, so this file is just the timeline going forward.
2026.1.0
Fresh start. The plugin was rebuilt from scratch as a multi-module project
around mythicrod-api, mythicrod-common, and mythicrod-paper. The Paper
runtime hosts everything live: Brigadier commands, GUIs, fishing listener,
scheduler bridge, and the optional Nexo integration. The API module is the
contract surface external plugins compile against. A small mythicrod-spigot
skeleton ships alongside so a Spigot jar exists for legacy servers (the
supported runtime is still Paper).
Highlights worth calling out:
- Drop tables are weighted, biome-scoped, and tier-aware.
drops.ymlis reloaded atomically and the live table swap is single-flight. - Custom rods carry their tier in PersistentDataContainer, so server restarts and inventory moves keep the rod identity intact.
- Statistics are recorded per player, written through a save cadence you can
tune, and visible in
/mythicrod statsplus a leaderboard. Persistence usesstatistics.ymlso backups stay trivial. - The GUI hub covers config toggles, drop edits, rod selection, stats, and a language picker that enumerates available locales at runtime.
- Folia is treated as a first target: the listener, scheduler service, and reward delivery path all hand off to the owning region thread instead of assuming a single main thread.
- A
MythicRodAPIservice is published through the Bukkit ServicesManager. External plugins can register weighted drop providers, query stats, or listen for the reward roll and catch events. - Brigadier command suggestions are sourced from live state. You only see drop IDs, categories, biomes, and player names that actually exist on the server right now.
/mythicrod configand/mythicrod settings(alias) cover the same edit surface: sounds, particles, statistics, biome-drops, permissions, debug, delivery-mode, language, and stats-save-interval. Changes write straight toconfig.ymland apply live.- Bundled languages:
en_USandja_JP. Crowdin is wired up for the rest, and unknown locales fall back to a neutral skin in the language menu instead of breaking the layout.
If you tried earlier 1.0.x builds, treat them as deleted. Versions reset
to a calendar scheme so the plugin version cannot be mistaken for a
Minecraft version. 2026.1.0 means: first cut of 2026.
Комментарии
Загружаем…