Description
Dragon's Curse (EndOuterLock)
Features
Perfect for:
Commands
Permissions
Supported Languages# 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"


