1 124
收录服务器
1486
注册
38 044
玩家
EasyWhitelist 基于名称的白名单
有时候,你必须先加入,然后才能被列入白名单,但这次不是。
作 者 Gober
发布时间 2019年2月27日
支持核心 Spigot
原生版本
支持版本 1.8,1.9,1.10,1.11,1.12,1.13,1.14,1.15,1.16,1.17,1.18
点此下载

EasyWhitelist 插件旨在简化 Minecraft 服务器的白名单管理。它通过名称校验机制,解决了原版白名单在某些情况下无法正确识别玩家的问题,尤其是在新服务器启动时,省去了手动开关白名单的繁琐步骤。

🛡️EasyWhitelist

💡插件简介

当你在一个服务器上启用白名单后,有时即使你已在白名单中,仍然可能无法加入。EasyWhitelist 插件通过检查玩家名称来解决这个问题,无需玩家事先加入服务器即可将其添加到白名单。

使用场景示例

假设你在一个全新的服务器上启用了白名单,并且没有任何玩家加入。按照原版 Minecraft 的机制,你需要在控制台中输入 /whitelist add <Your Name>,但即使这样,你仍然可能无法加入服务器,需要先关闭白名单,加入服务器后再重新启用。EasyWhitelist 简化了这个过程。

使用方法

  1. 安装 EasyWhitelist 插件。
  2. 关闭原版 Minecraft 白名单。
  3. 使用命令 /easywl add <Your Name> 将自己添加到 EasyWhitelist 的白名单中。
  4. 执行 /easywl on 开启 EasyWhitelist 功能。

🔑权限

  • easywhitelist.admin:管理 EasyWhitelist 的权限。

💻命令

  • /easywl:EasyWhitelist 的主命令。

⚙️配置示例


# EasyWhitelist configuration
#
# on - If the EasyWhitelist is on.
# whitelist - The whitelist.
#   Example:
#   whitelist:
#   - Jycko
#   - Steve
#
# You can edit the messages.
# If you don't want the message, just set it to ''

on: false

whitelist:
- Jycko

messages:
  no-permission: '&cYou don''t have permission.'
  whitelist-message: '&cYou are not whitelisted.'
  reload-complete: '&aReload Complete.'
  add-complete: '&a%player% has been added to the whitelist.'
  remove-complete: '&a%player% has been removed from the whitelist.'
  list-title: '&aWhitelist:'
  list-entry: '&7- &a%player%'
  whitelist-on: '&aEasyWhitelist has been turned on.'
  whitelist-off: '&cEasyWhitelist has been turned off.'
  player-not-found: '&cPlayer not found.'
  already-whitelisted: '&c%player% is already whitelisted.'
  not-whitelisted: '&c%player% is not whitelisted.'

  #You can use MiniMessage formatting here: https://docs.adventure.kyori.net/minimessage/format.html
  #Example:
  #whitelist-message: 'You are not whitelisted.'