931
收录服务器
1200
注册
94 211
玩家
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

⭐ 特性

  • 支持 Minecraft 版本: Legacy (< 1.13), 1.8 - 1.21, 1.20.6, 1.21
  • 与 Essentials 集成,自动更新 Jailed 标签
  • 可选的 Vault 集成,可在入狱/出狱时更改玩家用户组
  • 可配置的刑期计算方式(在线/离线时长)
  • 支持监禁离线玩家

⌨️ 命令 & 权限

主要命令

  • /jail [玩家] [监狱] [时间] [单位] - 监禁玩家
    • 权限: betterjails.jail
  • /unjail [玩家] - 释放玩家
    • 权限: betterjails.unjail
  • /jails - 列出所有监狱
    • 权限: betterjails.jails
  • /setjail [监狱] - 设置监狱位置
    • 权限: betterjails.setjail
  • /deljail [监狱] - 删除监狱
    • 权限: betterjails.deljail
  • /jailinfo [玩家] - 查看玩家的监禁信息
    • 权限: betterjails.jailinfo
  • /betterjails reload - 重载配置文件
    • 权限: 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

🔗 链接