BetterJails 更好的监狱 | |
---|---|
![]() |
一个简单而有效的监狱管理系统。 |
作 者 | Fefo6644 |
发布时间 | 2020年3月12日 |
支持核心 | Spigot | 原生版本 |
支持版本 | 1.8,1.9,1.10,1.11,1.12,1.13,1.14,1.15,1.16,1.17,1.18,1.19 |
插件详细介绍
BetterJails 是一个简易的监狱系统插件,旨在兼容多个 Minecraft 版本。它允许你管理监狱,监禁离线玩家,并根据玩家在线时长或离线时长(可在配置文件中设置)来决定刑期何时结束。此外,它还集成了 Essentials(如果服务器加载了 Essentials 插件)和 Vault(可选),以便在玩家入狱/出狱时更改其用户组。
betterjails.jail
betterjails.unjail
betterjails.jails
betterjails.setjail
betterjails.deljail
betterjails.jailinfo
betterjails.reload
betterjails.jailed.bypass
- 允许玩家绕过监狱,不会被传送或执行命令。
# Configuration file for BetterJails
# Should jailed players be able to move?
jailed-can-move: false
# Should the plugin check for updates on startup?
check-for-updates: true
# The message that is sent to the player when they are jailed
jail-message: "&cYou have been jailed for %time% %time_unit%."
# The message that is sent to the player when they are unjailed
unjail-message: "&aYou have been unjailed."
# Should the plugin use Vault to change the player's group when they are jailed/unjailed?
vault-integration: false
# The group that the player should be added to when they are jailed
jailed-group: "jailed"
# Should the plugin use Essentials to change the player's nickname when they are jailed/unjailed?
essentials-integration: false
# The prefix that should be added to the player's nickname when they are jailed
jailed-prefix: "&c[Jailed] "
# Should the time be counted even when the player is offline?
count-offline-time: false
# Should jailed players be kicked when the server restarts?
kick-on-restart: false
# The message that is sent to the player when they are kicked on restart
kick-message: "&cYou have been kicked because the server restarted while you were jailed."
# List of commands that jailed players are allowed to use
allowed-commands:
- "msg"
- "r"
# Should the plugin log jail actions to a file?
log-jail-actions: true