Mineuniverse
Log in Register
Plugins

DragonDropElytra2

When the Ender dragon is killed an Elytra is dropped.
by joelhstoner
Download Claim this project
10,969 downloads
0 likes
Updated Jun 30, 2026
0 hypes
Fun General Mechanics Miscellaneous

dde_header

This plugin detects when a player kills the End Dragon, and drops an Elytra based on configuration.

  1. drop-on-ground: Drops the Elytra on the ground at droploc.
  2. place-in-chest: Places Elytra in a chest at droploc
  3. give-to-player: Places Elytra in killing player's inventory

If player's inventory is full, it will drop the Elytra on the ground at the player's location.

 

Languages Supported: čeština (cs_CZ), Deutsch (de_DE), English (en_US), Español (es_ES), Español (es_MX), Français (fr_FR), Italiano (it_IT), Magyar (hu_HU), 日本語 (ja_JP), 한국어 (ko_KR), Lolcat (lol_US), Melayu (my_MY), Nederlands (nl_NL), Polski (pl_PL), Português (pt_BR), Русский (ru_RU), Svenska (sv_SV), Türkçe (tr_TR), 中文(简体) (zh_CN), 中文(繁體) (zh_TW)


Configurations:

########################################################################################
# IMPORTANT: THIS FILE IS FOR REFERENCE ONLY - DO NOT EDIT OR USE IN-GAME
#
# This config_comments.yml file is ONLY included in the JAR as documentation.
# The plugin NEVER loads or reads this file at runtime.
#
# All actual configuration happens in config.yml.
# Comments and explanations here are just to help you understand the options.
#
# If you edit this file, your changes will be ignored and lost on update/reload.
#
########################################################################################
#
# DO NOT CHANGE VERSION
version
: 1.0.15
plugin_settings
:
 # change to false to stop auto-update-check
  auto_update_check
: true
  # set to true before sending a log about an issue. logs trace data required to pinpoint where errors are.
  debug
: false
  # čeština (cs_CZ), Deutsch (de_DE), English (en_US), Español (es_ES), Español (es_MX), Français (fr_FR), Italiano (it_IT), Magyar (hu_HU), 日本語 (ja_JP), 한국어 (ko_KR), Lolcat (lol_US)
  # Melayu (my_MY), Nederlands (nl_NL), Polski (pl_PL), Português (pt_BR), Русский (ru_RU), Svenska (sv_SV), Türkçe (tr_TR), 中文(简体) (zh_CN), 中文(繁體) (zh_TW)
  lang
: en_US
  # Enables fancy ANSI colors in console. (Disable if you're getting weird characters in the console)
  colorful_console
: true
#
# World settings - World Names are Case Sensitive, World does not equal world
world
:
# list of worlds DDE will work in. Blanks means all except for blacklisted worlds
# Example (world, world_nether, world_the_end) will drop heads
  whitelist
:
# list of worlds DDE will NOT work in.
# Example (world_Dungeon) will NOT drop heads
  blacklist
:
#
# set location to drop elytra, in the end
droploc
: 0, 62, 4
#
do_what
:
# should dde drop the elytra on the ground at droploc?
  drop_on_ground
: false
# Should dde drop the elytra naturally?
  drop_naturally
: false
# should dde place the elytra in a chest at droploc?
  place_in_chest
: false
# should dde give the elytra to the killing player?
  give_to_player
: true
# should dde prevent the dragon egg from spawning?
  prevent_dragon_egg_spawn
: false
# the delay before the repeating task starts
  prevent_dragon_egg_spawn_delay_init
: 5
# the delay between the repeating task repeating.
  prevent_dragon_egg_spawn_delay_run
: 5
# Should DDE Send console command?
  send_console_command
: false
# What command should DDE send after the EnderDragon is killed?
# Do not include /, console commands are like (say The EnderDragon is dead!)
  console_command
: say The EnderDragon has been killed!
#
drop
:
# should dde drop an elytra?
  elytra
: true
# should dde drop a broken elytra?
  brokenelytra
: false
# should dde drop a dragon head?
  dragonhead
: false
# should dde drop a dragon egg?
  dragonegg
: false
#
chance
:
  elytra
:
   # Should the drop be determined by a random chance?
    chancepercentdrop
: false
    # chancepercentdrop must be true for chancepercent to be used.
    # chancepercent must be between 0.0 and 100.0 (e.g., 98.0 = 98%, 75.0 = 75%, 50.0 = 50%, 25.0 = 25%, 1.0 = 1%).
    chancepercent
: 25.0
  dragonhead
:
   # Should the drop be determined by a random chance?
    chancepercentdrop
: false
    # chancepercentdrop must be true for chancepercent to be used.
    # chancepercent must be between 0.0 and 100.0 (e.g., 98.0 = 98%, 75.0 = 75%, 50.0 = 50%, 25.0 = 25%, 1.0 = 1%).
    chancepercent
: 25.0
  dragonegg
:
   # Should the drop be determined by a random chance?
    chancepercentdrop
: false
    # chancepercentdrop must be true for chancepercent to be used.
    # chancepercent must be between 0.0 and 100.0 (e.g., 98.0 = 98%, 75.0 = 75%, 50.0 = 50%, 25.0 = 25%, 1.0 = 1%).
    chancepercent
: 25.0

 Permissions:

permissions:
  dde.op
:
    description
: Allows the player to reload configs, and toggle debug.
    default
: op
  dde.showUpdateAvailable
:
    description
: Shows player that there is a version update.
    default
: op

 Commands:

commands:
  dde
:
    description
: Shows DragonDropElytra help.
    usage
: /<command>
/dde reload
/dde toggledebug

 

 

 

For help you can post issues and suggest ideas on my discord server.

 

 

This plugin utilizes bStats to collect anonymous statistics

 

If you like this, check out my other plugin,

SinglePlayerSleep, NoEndermanGrief,

DragonDropElytra, ShulkerRespawner,

MoreMobHeads, SilenceMobs,

 

RotationalWrench. VillagerWorkstationHighlights,

DragonDropElytra v1.20_1.0.12
MC 1.20.6, 1.21.2, 1.21, 1.21.3, 1.20.2, 1.21.8, 1.20, 1.20.4, 1.21.4, 1.20.5, 1.21.5, 1.20.1, 1.20.3, 1.21.7, 1.21.1, 1.21.6, 1.21.9, 1.21.10, 1.21.11, 26.1.1, 26.1, 26.1.2
Release 2026-06-24 Get
DragonDropElytra v1.20_1.0.12.D1
MC 1.20.6, 1.21.2, 1.21, 1.21.3, 1.20.2, 1.21.8, 1.20, 1.20.4, 1.21.4, 1.20.5, 1.21.5, 1.20.1, 1.20.3, 1.21.7, 1.21.1, 1.21.6, 1.21.9, 1.21.10, 1.21.11, 26.1.1, 26.1, 26.1.2
Beta 2026-05-08 Get
DragonDropElytra v1.20_1.0.11
MC 1.20.6, 1.21.2, 1.21, 1.21.3, 1.20.2, 1.21.8, 1.20, 1.20.4, 1.21.4, 1.20.5, 1.21.5, 1.20.1, 1.20.3, 1.21.7, 1.21.1, 1.21.6, 1.21.9, 1.21.10, 1.21.11, 26.1.1, 26.1, 26.1.2
Release 2026-04-29 Get
DragonDropElytra v1.20_1.0.10
MC 1.20.6, 1.21.2, 1.21, 1.21.3, 1.20.2, 1.21.8, 1.20, 1.20.4, 1.21.4, 1.20.5, 1.21.5, 1.20.1, 1.20.3, 1.21.7, 1.21.1, 1.21.6, 1.21.9, 1.21.10, 1.21.11, 26.1.1, 26.1, 26.1.2
Release 2026-04-24 Get
DragonDropElytra v1.20_1.0.10.D1
MC 1.20.6, 1.21.2, 1.20.4, 1.21, 1.21.3, 1.20.5, 1.21.5, 1.20.2, 1.21.8, 1.21.4, 1.20, 1.20.3, 1.21.7, 1.21.1, 1.20.1, 1.21.6
Beta 2025-09-12 Get
DragonDropElytra v1.13_1.0.9
MC 1.20.6, 1.21, 1.16, 1.19.3, 1.20.2, 1.18.1, 1.20, 1.20.4, 1.19.2, 1.20.5, 1.20.1, 1.20.3, 1.17, 1.14, 1.18, 1.15, 1.19.4, 1.13, 1.19, 1.18.2, 1.19.1
Release 2024-07-07 Get
DragonDropElytra v1.13_1.0.8
MC 1.16, 1.19.3, 1.20.2, 1.18.1, 1.20, 1.20.4, 1.19.2, 1.20.1, 1.20.3, 1.17, 1.14, 1.18, 1.15, 1.19.4, 1.13, 1.19, 1.18.2, 1.19.1
Release 2024-04-16 Get
DragonDropElytra v1.13_1.0.7
MC 1.16, 1.19.3, 1.18.1, 1.20, 1.19.2, 1.20.1, 1.17, 1.14, 1.18, 1.15, 1.19.4, 1.13, 1.19, 1.18.2, 1.19.1
Release 2023-08-28 Get
DragonDropElytra v1.13_1.0.6
MC 1.16, 1.19.3, 1.18.1, 1.20, 1.19.2, 1.17, 1.14, 1.18, 1.15, 1.19.4, 1.13, 1.19, 1.18.2, 1.19.1
Release 2023-06-08 Get
DragonDropElytra v1.13_1.0.5
MC 1.16, 1.18.1, 1.17, 1.14, 1.18, 1.15, 1.13
Release 2022-01-29 Get
DragonDropElytra v1.13_1.0.4
MC 1.16, 1.18.1, 1.17, 1.14, 1.18, 1.15, 1.13
Release 2021-06-13 Get
DragonDropElytra v1.13_1.0.3
MC 1.16, 1.14, 1.13, 1.15
Release 2020-05-17 Get
DragonDropElytra v1.13_1.0.2
MC 1.14, 1.13, 1.15
Release 2020-05-14 Get
DragonDropElytra v1.13_1.0.1
MC 1.14, 1.13, 1.15
Release 2020-05-11 Get
DragonDropElytra v1.13_1.0.0
MC 1.14, 1.13, 1.15
Release 2019-12-19 Get
DragonDropElytra 1.12.0.1
MC 1.9, 1.11, 1.14, 1.13, 1.12, 1.10
Release 2019-09-30 Get

More from joelhstoner

No Enderman Grief2
7,072
MoreMobHeads2
68,702
Villager Workstation Highlights
3,980
SilenceMobs
3,933
RotationalWrench
3,918
Portal Helper 2
3,595

You Might Also Like

LegendaryMessages
Custom Join Messages
963,227
NoPhantom
Disables and prevents phantom spawning with minimal configuration, removing them from the server
998
Player Profile
Player Profile
996
HubClear
Plugin Request by: LightZz123 -- Clears player's inventory on command /lobby then teleports them to the hub
988
kCmds
kCmds - kCommands
986
PingMe
Legit just a /ping command.
986