作者:rebot | 分类:模组
Minecraft 版本: 26.1 26.1.1 26.1.2 26.2
平台: bukkit folia paper purpur
标签: game-mechanics management utility
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.
/endlock (alias: /lock) — permission: endlock.toggle/endlock status — no permission required/endlock lock — Lock the End/endlock unlock — Unlock the End/endlock test — Test if portal blocking works (Ops only, configurable)/tp and /executeplugins/EndLock/logs/EndLock.logconfig.yml after server restarts| Command | Description | Permission |
|---|---|---|
/endlock |
Toggles the End lock | endlock.toggle |
/endlock lock |
Lock the End | endlock.toggle |
/endlock unlock |
Unlock the End | endlock.toggle |
/endlock status |
Show current lock status | — |
/endlock test |
Test if portal blocking works | endlock.admin (Ops, configurable) |
/lock |
Alias for /endlock |
endlock.toggle |
| Permission | Description | Default |
|---|---|---|
endlock.toggle |
Allows locking/unlocking the End | OP |
endlock.admin |
Allows using the test command | OP |
plugins/EndLock/config.yml
locked: false
language: en
# Update Checker: Notifies Ops when updates are available
update-checker:
enabled: true
notify-ops: true
# bStats Metrics: Helps developers understand plugin usage
metrics:
enabled: true
# Broadcast System: Notify players when End is locked/unlocked
broadcast:
enabled: true
use-actionbar: true # true = actionbar, false = chat
notify-all: true # true = all players, false = only Ops
# Logging & History: Track lock/unlock events
logging:
enabled: true
log-file: "EndLock.log"
log-attempts: true # Log all attempted End access
# Test Command: /endlock test (Ops only)
test-command:
enabled: true
| Code | Language |
|---|---|
en |
English |
de |
German |
fr |
French |
es |
Spanish |
it |
Italian |
ru |
Russian |
zh |
Chinese |
ja |
Japanese |
Customize messages in plugins/EndLock/messages_xx.yml (copy from the JAR or plugin folder after first run).
| Platform | Support |
|---|---|
| Paper 26.2+ | ✅ Recommended |
| Purpur 26.2+ | ✅ Paper-based, works |
| Spigot | ❌ Not supported |
| Plain Bukkit | ❌ Not supported (requires Paper API) |
1.26.2+ (Minecraft 26.2.0 and higher)25 (or higher, tested with Java 25)/reload command — restart to change language files/endlock lock, /endlock unlock, /endlock test/endlock
/lock
/endlock status
lock-end-1.3.jar into your plugins folderplugins/EndLock/config.yml if you want to customize behavior请登录后举报
暂无评论,抢个沙发吧~