Lock End

โญ โ€” (10 endorsements) ๐Ÿ“ฅ 4,755 downloads ๐Ÿ“Œ v1.6.0 ๐Ÿ“… 10/12/2025
๐ŸŸก Updated this year

By vwtfafa ยท bukkit

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 8/17/2026 ๐Ÿ“… Created: 10/12/2025

๐Ÿ” 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 ` | Schedule an automatic unlock | `endlock.toggle` | | `/endlock unlockat ` | 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

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š 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

๐Ÿ“‹ All Minecraft Plugins Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More bukkit ๐Ÿ‘ค More by vwtfafa ๐Ÿ”Ž Similar Mods ๐ŸŒ Best bukkit (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods