Lock End
๐ก Updated this yearPreview

๐ Analysis
- ๐ 0.2% endorsement rate
- ๐ #549 of 1560 bukkit mods in this game by downloads
๐ About This Mod
# ๐ Lock-End **Lock-End** is a lightweight Minecraft plugin that allows server admins to globally lock or unlock access to the **End dimension** with a simple command. Perfect for survival servers, SMPs, events, or progression-based gameplay. --- ## โจ Features * ๐ Lock/unlock the End with `/endlock` (alias: `/lock`, `/el`) โ `endlock.toggle` * ๐ Full tab completion for all commands * ๐ฅ๏ธ Console can toggle without permission * ๐ซ Blocks player teleportation to End (portals, `/tp`, `/execute`, plugin teleports) * ๐ข Broadcast system (actionbar or chat) on lock/unlock * ๐ Optional join notifications for locked state * ๐ Logging with history tracking * ๐ bStats integration for anonymous usage statistics * โฌ๏ธ Update checker with clickable links for Ops * ๐ 8 languages: EN, DE, FR, ES, IT, RU, ZH, JA --- ## ๐ Commands | Command | Description | Permission | | ------- | ----------- | ---------- | | `/endlock` | Toggles the End lock | `endlock.toggle` | | `/endlock lock` | Lock the End | `endlock.admin` | | `/endlock unlock` | Unlock the End | `endlock.admin` | | `/endlock status` | Show current lock status | โ | | `/endlock test` | Test if portal blocking works | *(no permission, configurable)* | | `/endlock reload` | Reload configuration and dependent components | *(no permission)* | | `/endlock history` | View recent lock/unlock history | `endlock.history` | | `/endlock undo` | Undo the last lock/unlock action | `endlock.undo` | | `/endlock validateconfig` | Validate configuration file | `endlock.validate` | | `/endlock pause` | Pause scheduled unlock timers | `endlock.admin` | | `/endlock resume` | Resume paused scheduled unlock timers | `endlock.admin` | | `/endlock stats` | Show basic lock and block counters | *(no permission)* | | `/endlock unlockin <days>` | Schedule an automatic unlock | `endlock.toggle` | | `/endlock unlockat <yyyy-MM-dd> <HH:mm>` | Schedule an automatic unlock at a specific time | `endlock.toggle` | | `/lock` | Alias for `/endlock` | `endlock.toggle` | | `/el` | Mobile-friendly alias for `/endlock` | `endlock.toggle` | --- ## ๐งฉ Permissions | Permission | Description | Default | | ---------- | ----------- | ------- | | `endlock.toggle` | Allows locking/unlocking the End | OP | | `endlock.admin` | Allows locking/unlocking the End, pausing/resuming schedules, and using the test command | OP | --- ## โ๏ธ Configuration `plugins/EndLock/config.yml` ```yaml # EndLock Plugin Configuration locked: false language: en lock-reason: "Maintenance" # Update Checker: Notifications for available updates update-checker: enabled: true notify-ops: true notify-chat: true # bStats Metrics metrics: enabled: true # Broadcast: Send alerts to all players when End is locked/unlocked broadcast: enabled: true use-actionbar: true # Send as action bar instead of chat notify-all: true # Notify all players (if false, only Ops) # v1.6: Preview notifications - Warn players before automatic lock/unlock preview-notifications: enabled: false seconds: 30 # How many seconds before lock/unlock to send preview # v1.6: Action bar customization actionbar: use-alt-char: false # Use alternate character for overflow handling alt-char: "|" # v1.6: Sound effects for access denial sound-effects: enabled: false sound: "BLOCK_ANVIL_LAND" volume: 1.0 pitch: 1.0 # v1.6: Lock reasons lock-reasons: default: "Maintenance" maintenance: "Maintenance in progress" event: "Event in progress" # v1.6: Grace period - Temporary unlock after locking to allow safe exit grace-period: enabled: false duration: 10 # seconds # v1.6: Whitelists whitelists: players: # Player names that can bypass the lock entities: # Entity types that can bypass the lock # v1.6: Logging & Analytics logging: enabled: true log-file: "EndLock.log" # Created in plugins/EndLock/logs/ log-attempts: true # Log attempted access to locked End rate-limit-seconds: 5 # Minimum seconds between logged attempts per player # v1.6: Schedule pause/resume schedule: paused: false # Test Command: Allow /endlock test for Ops to verify blocking works test-command: enabled: true # Optional statistics collection stats: enabled: true lock-count: 0 blocked-count: 0 # Optional join notifications for players joining while the End is locked join-notifications: enabled: false show-remaining: true # Optional scheduled unlock scheduled-unlock: enabled: false mode: "days" # days or datetime days: 7 datetime: "" # v1.6: Countdown timer countdown: enabled: true interval: 10 # Seconds between countdown updates start-before: 300 # Show countdown N seconds before unlock # Optional integrations and formatting hooks: mini-message: true placeholderapi: true ``` ### Available languages | Code | Language | | ---- | -------- | | `en` | English | | `de` | German | | `fr` | French | | `es` | Spanish | | `it` | Italian | | `ru` | Russian | | `zh` | Chinese
# ๐ Lock-End
Lock-End is a lightweight Minecraft plugin that allows server admins to globally lock or unlock access to the End dimension with a simple command. Perfect for survival servers, SMPs, events, or progression-based gameplay.
## โจ Features
๐ Lock/unlock the End with `/endlock` (alias: `/lock`, `/el`) โ `endlock.toggle` ๐ Full tab completion for all commands ๐ฅ๏ธ Console can toggle without permission ๐ซ Blocks player teleportation to End (portals, `/tp`, `/execute`, plugin teleports) ๐ข Broadcast system (actionbar or chat) on lock/unlock ๐ Optional join notifications for locked state ๐ Logging with history tracking ๐ bStats integration for anonymous usage statistics โฌ๏ธ Update checker with clickable links for Ops ๐ 8 languages: EN, DE, FR, ES, IT, RU, ZH, JA
## ๐ Commands
| Command | Description | Permission |
| ------- | ----------- | ---------- |
| `/endlock` | Toggles the End lock | `endlock.toggle` |
| `/endlock lock` | Lock the End | `endlock.admin` |
| `/endlock unlock` | Unlock the End | `endlock.admin` |
| `/endlock status` | Show current lock status | โ |
| `/endlock test` | Test if portal blocking works | (no permission, configurable) |
| `/endlock reload` | Reload configuration and dependent components | (no permission) |
| `/endlock history` | View recent lock/unlock history | `endlock.history` |
| `/endlock undo` | Undo the last lock/unlock action | `endlock.undo` |
| `/endlock validateconfig` | Validate configuration file | `endlock.validate` |
| `/endlock pause` | Pause scheduled unlock timers | `endlock.admin` |
| `/endlock resume` | Resume paused scheduled unlock timers | `endlock.admin` |
| `/endlock stats` | Show basic lock and block counters | (no permission) |
| `/endlock unlockin
## ๐งฉ Permissions
| Permission | Description | Default | | ---------- | ----------- | ------- | | `endlock.toggle` | Allows locking/unlocking the End | OP | | `endlock.admin` | Allows locking/unlocking the End, pausing/resuming schedules, and using the test command | OP | ---
## โ๏ธ Configuration
`plugins/EndLock/config.yml`
```yaml # EndLock Plugin Configuration locked: false language: en lock-reason: "Maintenance"
# Update Checker: Notifications for available updates update-checker: enabled: true notify-ops: true notify-chat: true
# bStats Metrics metrics: enabled: true
# Broadcast: Send alerts to all players when End is locked/unlocked broadcast: enabled: true use-actionbar: true # Send as action bar instead of chat notify-all: true # Notify all players (if false, only Ops)
# v1. 6: Preview notifications - Warn players before automatic lock/unlock preview-notifications: enabled: false seconds: 30 # How many seconds before lock/unlock to send preview
# v1. 6: Action bar customization actionbar: use-alt-char: false # Use alternate character for overflow handling alt-char: "|"
# v1. 6: Sound effects for access denial sound-effects: enabled: false sound: "BLOCK_ANVIL_LAND" volume: 1. 0 pitch: 1. 0
# v1. 6: Lock reasons lock-reasons: default: "Maintenance" maintenance: "Maintenance in progress" event: "Event in progress"
# v1. 6: Grace period - Temporary unlock after locking to allow safe exit grace-period: enabled: false duration: 10 # seconds
# v1. 6: Whitelists whitelists: players: [] # Player names that can bypass the lock entities: [] # Entity types that can bypass the lock
# v1. 6: Logging & Analytics logging: enabled: true log-file: "EndLock.log" # Created in plugins/EndLock/logs/ log-attempts: true # Log attempted access to locked End rate-limit-seconds: 5 # Minimum seconds between logged attempts per player
# v1. 6: Schedule pause/resume schedule: paused: false
# Test Command: Allow /endlock test for Ops to verify blocking works test-command: enabled: true
# Optional statistics collection stats: enabled: true lock-count: 0 blocked-count: 0
# Optional join notifications for players joining while the End is locked join-notifications: enabled: false show-remaining: true
# Optional scheduled unlock scheduled-unlock: enabled: false mode: "days" # days or datetime days: 7 datetime: "" # v1. 6: Countdown timer countdown: enabled: true interval: 10 # Seconds between countdown updates start-before: 300 # Show countdown N seconds before unlock
# Optional integrations and formatting hooks: mini-message: true placeholderapi: true ```
### Available languages
| Code | Language | | ---- | -------- | | `en` | English | | `de` | German | | `fr` | French | | `es` | Spanish | | `it` | Italian | | `ru` | Russian | | `zh` | Chinese
๐ Mod Details
- Game
- Minecraft Plugins
- Author
- vwtfafa
- Version
- 1.6.0
- Downloads
- 4,755
- Endorsements
- 10
- Category
- bukkit
- Created
- 10/12/2025
- Updated
- 8/17/2026
- Game Versions
- 26.2
- Tags
- game-mechanics, management, utility
๐ง How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
๐ Full step-by-step install guide for Minecraft Plugins โ
Visit the official mod page for specific installation instructions for this mod.
๐ฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
โ Frequently Asked Questions
Which Minecraft Plugins versions does Lock End support?
The author lists 26.2. Other versions may work but are untested by the author.
What is the latest version of Lock End?
Version 1.6.0, published 2026-08-17 with 4,755 downloads recorded at the source.
Keep browsing โ more Minecraft Plugins mods await