Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Links
Tags
Creators
Details
Licensed MIT
Published 2 days ago
EndLockTimer
A simple, lightweight administration tool designed to control access to the End dimension. Perfect for faction servers, SMPs, or progression focused environments where you want to pace player progression and keep the dragon fight locked until a specific milestone.
Features
- Two Locking Modes: Set a strict time-based countdown or lock the dimension indefinitely.
- Action-Bar Countdown: When players try to enter a locked portal, they get a clean, real-time breakdown of the remaining time right above their hotbar instead of chat spam.
- Dynamic Commands: Adjust everything in-game on the fly. No server restarts needed to rewrite the configurations.
- Full Tab-Completion: Advanced autofill suggestions for all arguments, units, and options to make administration painless.
- Vanilla-Safe: Built purely using native Spigot APIs without breaking standard server configurations or database files.
Commands
All commands are restricted to Server Operators (OP) or players with the endlock.admin permission.
/endlock
Manages the baseline scheduling rules.
- /endlock start <minute|hour|day|week|month> — Starts a countdown timer (Accepts durations from 1 minute up to 1 month).
- /endlock end — Instantly clears any active countdowns or permanent blocks, making the End immediately accessible.
/endlockforever
Overrides everything to close access completely.
- /endlockforever on — Blocks the End dimension infinitely until toggled back off.
- /endlockforever off — Removes the infinite block (if a background countdown timer was running, it will resume seamlessly).
config.yml
The text outputs are fully customizable and support legacy color codes (&):
unlock-delay-seconds: 3600
lock-forever: false
deny-message: "&c&lThe End is locked! &7It unlocks in: &e%time%"
deny-forever-message: "&c&lThe End is locked indefinitely by an Administrator!"

