EliteDangerous v1.0.0

Promote any vanilla or MythicMobs mob to a 1/2/3-star elite
  • banner.png
  • 2026-05-19_16.01.16.png
  • 2026-05-19_16.01.53.png
  • 2026-05-19_16.02.16.png
  • banner.png
  • 2026-05-19_16.01.16.png
  • 2026-05-19_16.01.53.png
  • 2026-05-19_16.02.16.png
features-grid.png

section-features.png

  • Star tiers (1★ / 2★ / 3★) — weighted spawn pool, independent stat multipliers per tier, fully configurable in YAML.
  • x10 stats by default — base multiplier stacks with tier and per-mob extras. Hard overrides for health, damage and speed.
  • Rare by design — 1-in-100 global chance by default. Per-mob chance override for legendary or common elites.
  • Boss bar + hologram — boss bar with range and per-player toggle, hologram with live HP on the mob's head. Both can run together or solo.
  • Multicolor particles — every elite emits rainbow DUST particles. 3★ elites get END_ROD trails.
  • Hostile passive mobs — custom AI tick makes cows, sheep or any passive mob chase and damage players. "Killer cow" is one line.
  • Loot & XP multipliers — vanilla drops multiplied, plus extra drop tables per tier and per mob with chance & amount ranges.
  • Commands on kill — run console commands when an elite dies, scoped per-tier, per-mob or globally. Placeholders: %player%, %name%, %tier%.
  • MythicMobs hook — if installed, its mobs can be promoted too. Whitelist/blacklist by internal ID.
  • Fire immunity & charged creepers — elites don't burn at noon. Creeper elites scale their explosion by tier; 3★ creepers spawn charged.
  • Exempt system — optional opt-out by permission or PlaceholderAPI value. Staff and VIPs walk untouched.
  • Unlock 1024 HP cap — opt-in NMS patch raises Minecraft's hard cap so Dragons, Withers and Iron Golems can actually scale x10.

section-gameplay.png

  • 1★ Yellow — 70% spawn weight, ×1.0 multiplier. Common elites that still hit harder than vanilla.
  • 2★ Gold — 25% weight, ×1.5 multiplier. Mini-boss tier. Drops diamonds & emeralds.
  • 3★ Red — 5% weight, ×2.5 multiplier. Encounter-of-the-day. Netherite scrap drops, broadcast on kill, creepers spawn charged.
tier-card.png

Want more tiers? Just add them to tiers: in the YAML. The engine reads them dynamically.

section-commands.png
  • /elite — show help page.
  • /elite reload — reload config without restart.
  • /elite spawn <type> [tier] — force-spawn an elite at your location.
  • /elite togglebar — toggle your personal boss bar.
  • /elite info — show plugin status, active elite count and integrations.

section-permissions.png

  • elitedangerous.admin (default: op) — use /elite reload and /elite spawn.
  • elitedangerous.bossbar (default: true) — receive the elite boss bar when in range.
  • elitedangerous.exempt (default: false) — elites ignore this player (only if targeting.enabled is set).

section-configuration.png

YAML:
settings:
  base-stat-multiplier: 10.0     # x10 to HP, damage, speed
  loot-multiplier: 3.0           # vanilla drops x3
  xp-multiplier: 5.0             # XP x5
  global-elite-chance: 0.01      # 1 in 100 mobs becomes elite
  bossbar-enabled: true
  hologram-enabled: true
  particles-enabled: true
  fire-immunity: true
  unlock-attribute-caps: false   # opt-in NMS patch for Dragon/Wither
  unlocked-attribute-cap: 1.0E8

tiers:
  1: { name: "&amp;e★",   multiplier: 1.0, weight: 70 }
  2: { name: "&amp;6★★",  multiplier: 1.5, weight: 25 }
  3: { name: "&amp;c★★★", multiplier: 2.5, weight: 5 }

mobs:
  COW:
    chance: 0.05
    hostile: true
    overrides:
      health: 200.0
      damage: 18.0
      speed: 0.55

drops:
  default:
    - { material: DIAMOND, amount: "1-2", chance: 0.25, tier: [2,3] }
    - { material: NETHERITE_SCRAP, amount: "1-1", chance: 0.05, tier: [3] }

commands-on-kill:
  tier-3:
    - "broadcast &amp;c&amp;l%player% &amp;7slew a &amp;c3-star elite&amp;7!"

section-compatibility.png

  • Server: Paper / Purpur / Folia-compatible forks running 1.21.x. Built against the 1.21.4 API; tested on 1.21.11.
  • Java: requires Java 21 or higher.
  • MythicMobs (optional, soft-depend) — if installed, its mobs can become elite. Whitelist/blacklist by internal ID.
  • PlaceholderAPI (optional, soft-depend) — enables placeholder-based exempt system for staff/VIPs.
  • Bedrock / Geyser: fully compatible. Boss bar, hologram and particles render on Bedrock just like Java.
  • Spigot: not officially supported. Some Paper-only APIs (TextDisplay, modern attribute names) are used.

section-faq.png
Which versions are supported?
The JAR is built against Paper 1.21.4 API and runs on every Paper 1.21.x build, including 1.21.11. Older 1.20.x targets are not officially supported.

Does it require MythicMobs or PlaceholderAPI?
No. Both are soft dependencies. Without them you still get full elite behavior. If either is installed, the plugin auto-detects and hooks in.

Why doesn't my Ender Dragon scale past 1024 HP?
Minecraft hard-caps the MAX_HEALTH attribute at 1024. Set settings.unlock-attribute-caps: true and the plugin rewrites the cap via NMS+Unsafe at boot. Tune the new ceiling with unlocked-attribute-cap.

How do I stop staff from being attacked?
Set targeting.enabled: true and give the rank the elitedangerous.exempt permission or any PlaceholderAPI value you choose.

Are elites persistent through restarts?
Yes. Tier and metadata are stored in the entity's PersistentDataContainer. Hologram entities are non-persistent and respawn automatically on chunk load.

Performance impact?
A single scheduled task every 10 ticks (configurable). Per-tick cost scales with loaded elite count. No packet spam: native boss bar API, single TextDisplay passenger for the hologram.


section-support.png

  • Bug reports: please open a thread under the Discussion tab of this resource with your Paper version, the relevant config snippet and the full stacktrace.
  • Feature requests: same place. Tag your post with [REQUEST].
  • Update policy: free updates for the lifetime of the 1.x branch.
  • No refunds once the JAR has been downloaded, per BuiltByBit standard policy.

Make your overworld dangerous again.
Drop the jar into plugins/, restart, tune the YAML until it feels right.
Elite Dangerous — crafted by Fran4all
Buy a license now
$3.99
EULA
Standard EULA
Use on any projects you own with attribution
Support
Standard
Includes:
Download the resource
Access new updates
Support from the creator
Support duration
1 year
Share and earn
Refer this resource and earn a 10% commission.
62 Views
0 Purchases
1 Downloads
May 21, 2026 Published
N/A Updated
Not yet rated
48.8 KB File size
Open source
  1. No
DRM-free
  1. Yes
Unobfuscated
  1. Yes
Type
  1. Gameplay
  1. World
  1. Fun
Game mode
  1. Survival
  1. Factions
  1. Prison
Supported software
  1. Paper
Supported versions
  1. 1.21.11
  1. 1.21.8
  1. 1.21.5
  1. 1.21.4
  1. 1.21.2
  1. 1.21
Supported languages
  1. English
  1. Spanish
Creator
Owner
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Lag-free, customizable servers ready in minutes.
Host your adventure today!
Recommended for you
Duels style SAO & WOW
5.00 star(s) 1 ratings
1 purchase
Quiet defense, loud alerts | packet-level protection for any Minecraft server.
Not yet rated
0 purchases
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 141 ratings
4,170 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 52 ratings
3,092 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 44 ratings
3,030 purchases
Share and earn
Refer this resource and earn a 10% commission.
62 Views
0 Purchases
1 Downloads
May 21, 2026 Published
N/A Updated
Not yet rated
48.8 KB File size
Open source
  1. No
DRM-free
  1. Yes
Unobfuscated
  1. Yes
Type
  1. Gameplay
  1. World
  1. Fun
Game mode
  1. Survival
  1. Factions
  1. Prison
Supported software
  1. Paper
Supported versions
  1. 1.21.11
  1. 1.21.8
  1. 1.21.5
  1. 1.21.4
  1. 1.21.2
  1. 1.21
Supported languages
  1. English
  1. Spanish
Creator
Owner
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Lag-free, customizable servers ready in minutes.
Host your adventure today!
Recommended for you
Duels style SAO & WOW
5.00 star(s) 1 ratings
1 purchase
Quiet defense, loud alerts | packet-level protection for any Minecraft server.
Not yet rated
0 purchases
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 141 ratings
4,170 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 52 ratings
3,092 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 44 ratings
3,030 purchases
Top