Dragons Curse

Quick rating

Dragons Curse

No reviews yet

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

Adventure/Exploration
QoL & Tweaks
Mod Loaders
Fabric
Paper
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Server Only

Runs entirely on the server. Also works in singleplayer.

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
Dragons-Curse-1.2.0+fabric1.21.1.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

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"

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
  • 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"

Screenshots

Gallery

  • Dragons curse
    Dragons curse Project Icon

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works