Pack: Dragon Drops - teakivy/teaks-tweaks GitHub Wiki

Pack: Dragon Drops (dragon-drops)

Dragon Drops makes the Ender Dragon drop a Dragon Egg and Elytra upon death. This makes both the Dragon Egg, and Elytra renewable.

Showcase

image

Config

The config for this pack can be found in the config.yml file for the plugin.

# Dragon Drops
# Makes the Ender Dragon drop a dragon egg and elytra on death.
dragon-drops:
  enabled: false
  drop-elytra: true
  drop-egg: true

Options

enabled

  • Type - boolean
  • Default - false
  • Description - Controls whether the pack is enabled.

drop-elytra

  • Type - boolean
  • Default - true
  • Description - Controls whether the dragon drops an Elytra upon death.

drop-egg

  • Type - boolean
  • Default - true
  • Description - Controls whether the dragon drops a Dragon Egg upon death.

Messages

"dragon_drops.name": "Dragon Drops",
"dragon_drops.description": "Makes the Ender Dragon drop a dragon egg and elytra on death.",

dragon_drops.name

  • Default - Dragon Drops

dragon_drops.description

  • Default - Makes the Ender Dragon drop a dragon egg and elytra on death.