promotional bannermobile promotional banner

Dragons Curse

Prevents players from accessing the outer End and using Elytra until they defeat the Ender Dragon.

Dragon's Curse (EndOuterLock)

 
Lock the End and Elytra behind the Ender Dragon.
 
This plugin or mod forces game progression by restricting the player's access to the End and Elytra until they defeat the Ender Dragon.
 
✨ Features
 
- Prevent access to outer End islands before dragon defeat
- EIf a player does not qualify to have defeated the Ender Dragon, the Elytra will be automatically removed
   (Version 1.2.0 adds a mode that, in addition to the mode that removes elytra, causes them to be dropped and cannot be added to your inventory.)
- Multi-language support (10+ languages)
- Fully configurable (radius, messages, behavior)
- Permission bypass support
 
🛠 Perfect for:
 
- Survival servers
- RPG progression servers
- Economy-balanced gameplay
 
⚙ Commands
/endouterlock reload
 
🔐 Permissions
endouterlock.bypass
 
🌍 Supported Languages
English, Japanese, Korean, Chinese, Spanish, Italian, German, Portuguese, French, Russian
 
 
 

# Dragon's Curse configuration file

# Enable or disable the mod globally.
enabled: true

# Required advancement ID. Players with this advancement are no longer restricted.
advancement: "minecraft:end/kill_dragon"

outer-end:
  # Enable the outer End restriction.
  enabled: true

  # Restriction radius from the center of the End.
  radius: 800

  teleport:
    # If true, players are sent to the world's spawn.
    use-world-spawn: true

    # Target world for teleport.
    world: "world"

    # Coordinates for fixed teleport.
    x: 0.5
    y: 64.0
    z: 0.5

    # Yaw and pitch for teleport.
    yaw: 0.0
    pitch: 0.0

  sound:
    # Enable teleport sound.
    enabled: true

    # Sound ID for teleport.
    name: "minecraft:block.end_portal.spawn"

    # Volume and pitch.
    volume: 1.0
    pitch: 1.0

  message:
    # Enable message.
    enabled: true

    # Display type: actionbar or chat.
    type: "actionbar"

    # Custom message text (& colors supported).
    text: ""

    # Fallback lang key.
    text-key: "restriction_message"

    # Display duration in seconds.
    duration-seconds: 5

  cooldown:
    # Teleport cooldown.
    teleport-seconds: 3

elytra:
  # Enable Elytra removal.
  enabled: true

  # Elytra handling mode. destroy = remove Elytra, drop = drop Elytra on the ground.
  mode: "destroy"

  # Check interval in ticks.
  check-interval-ticks: 20

  destroy-sound:
    # Enable or disable the sound played when Elytra is destroyed.
    enabled: true

    # Sound ID used for destroy mode.
    name: "minecraft:block.lava.extinguish"

    # Volume and pitch.
    volume: 1.0
    pitch: 1.0

  drop-sound:
    # Enable or disable the sound played when Elytra is dropped.
    enabled: true

    # Sound ID used for drop mode.
    name: "minecraft:entity.item.pickup"

    # Volume and pitch.
    volume: 1.0
    pitch: 0.8

  message:
    # Enable message.
    enabled: true

    # Display type for Elytra message.
    type: "chat"

    # Custom message text (& colors supported).
    text: ""

    # Fallback lang key.
    text-key: "elytra_restriction_message"

    # Display duration in seconds.
    duration-seconds: 3

language:
  # Default language.
  default-locale: "en_us"

The Dragons Curse Team

profile avatar
  • 8
    Projects
  • 334
    Downloads

I'm still an inexperienced developer.

More from pinecraft77View all