Compatibility
Minecraft: Java Edition
Platforms
Links
Tags
Creators
Details

Prestige Mythics adds six mythic artifacts to Paper 1.21. Each one is a single item with two active abilities, its own cooldowns, and its own trust list, so the people you fight alongside are not the people your artifact hits.
It was built as an add-on for the Prestige suite, but it has no hard dependencies and runs on its own just as well.
The artifacts
| Artifact | Theme | Ability 1 | Ability 2 |
|---|---|---|---|
| King's Coin | Fortune and control | 30s | 60s |
| Heartstealer | Life drain, channelled | 15s | 45s |
| Gravity Core | Gravity fields | 20s | 40s |
| Devil's Scythe | Reaping, with a passive | 35s | 75s |
| Leviathan Wand | Water and range | 12s | 30s |
| Worldbreaker | Shockwaves, with a passive | 45s | 90s |
Every cooldown above is the default and every one of them lives in
config.yml. Worldbreaker also carries a passive that fires on a percentage
roll, set to 25 percent out of the box.

Trust networks
Each artifact keeps its own list of trusted players. Abilities skip anyone on that list, so a shockwave or a gravity well hits the people you meant it to hit and leaves your team standing. Trust is stored per owner and per artifact, and it survives a restart.
Interface
/mythics opens the hub. From there you can browse the artifacts, see what
each ability does, and manage the trust list of the artifact you are holding.
Two switches in the config decide how the plugin behaves on the server:
gui-enabled turns the hub on or off, and drops-enabled decides whether
artifacts can be dropped in the world at all. Anything listed under
hidden-artifacts disappears from the hub and from the give command, which is
the simple way to run a season with only part of the set.

Commands
| Command | Purpose |
|---|---|
/giveartifact <artifact> [player] |
Give a custom artifact item |
/mythics |
Open the hub and manage trust lists |
/giveartifact needs the customartifacts.admin permission. /mythics is
open to everyone.
Configuration
settings:
gui-enabled: true
drops-enabled: true
hidden-artifacts: []
artifacts:
worldbreaker:
cooldown-1: 45
cooldown-2: 90
passive-chance: 25.0
Compatibility
Paper or Spigot 1.21. No hard dependencies, no database, no external services.
Drop the jar in plugins/, restart, and tune config.yml.
Credits: LukiYour (dev), Ashfall (textures), Daniel.


