Whitelist+

作者:Signifies 发布时间:2015年4月9日 原生版本:未知 测试支持:1.7,1.8,1.9,1.10,1.11,1.12,1.13

白名单加--一种更好的白名单制度

点此下载

插件详细介绍

Whitelist Plus 是一个增强的白名单管理插件,允许服务器管理员更灵活地控制玩家的加入权限,例如通过权限设置允许特定用户或用户组绕过白名单限制。

🎉 Whitelist Plus

✨ 主要特性

  • 权限特性: 允许用户即使不在白名单中也能加入服务器。
  • 增强的权限管理: 简化了管理员的权限设置。
  • 可配置的消息: 自定义各种提示消息。

⚙️ 权限

常规权限

  • customwhitelist.* - 授予插件的所有权限。
  • customwhitelist.mod - 授予插件的常用管理命令权限。

管理员权限绕过白名单

允许管理员使用特定权限绕过白名单,即使他们没有被添加到白名单中。此功能默认禁用,请谨慎开启并授予可信的用户。

  • 权限节点:whitelistplus.servername

📝 配置文件

默认配置


# TAGS: [ {name} {uuid} {admin} {whitelist_status} {whitelist_count} ]

#
# Configuration explanation.
#

# Settings
# Allows administrators to use a per-server permission to bypass the whitelist.
# Only give enable and give this permission to a rank that you want to access your server.
# Anyone who has this permission will be allowed to join, regardless if they are whitelisted.
# This will only work if ENABLED.
Settings:
  use-permission: false
  permission: "whitelistplus.servername"
#
# Messages. Self explanatory. Use this section to change all of your messages. Use the tags for replacement values.
Messages:
  kick-message: "&9Whitelist&8> &c&oConnection failed: &8&l--&a&l> &cNot Whitelisted, &c&n{name}"
  whitelist-alert: "&6Alert&7&l> &6&l{name}, &7is not Whitelisted!"
  enforce-kick: "&4Server whitelist was enforced by an Admin!"
  enforce: "&4{admin}> &7whitelist enforce success!"
  whitelist: "&aServer is whitelisted!"
  no-whitelist: "&cServer isnt whitelisted!"
  status: "&bWhitelist Status\n{whitelist_status}\n&7Whitelisted players: &b{whitelist_count}"
permission-messages:
  command: "&cWhitelist access requires staff permissions."
  argument-error: "&7Error with command argument passed."
  config-reload: "&7You reloaded whitelist config!"

📢 消息配置

您可以自定义插件发送的各种消息,使用标签来替换动态值,如玩家名称 {name} 和 UUID {uuid}