v4.1.3-rc2
Pre-release
Pre-release
What's Changed
- Bump me.clip:placeholderapi from 2.10.0 to 2.11.5 by @dependabot in #17
- Bump me.clip:placeholderapi from 2.11.5 to 2.11.6 by @dependabot in #19
- Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.3 to 3.6.0 by @dependabot in #20
- Bump fr.xephi:authme from 5.6.0-beta2 to 5.6.0 by @dependabot in #22
Full Changelog: v4.1.2...v4.1.3-rc2
新增功能
- [未测试] 允许特定 IP 绕过白名单检查
配置更新
whitelist:
# 允许这些玩家加入游戏, 不参与白名单检查
# 与 AutoWL 不同的是, 通过这些方法加入的玩家不会被记入白名单, 也不参与白名单配置中的其他检查
bypass:
enable: false
bypassMaxPlayersLimit: false # 同时绕过最大玩家数限制
# 通过 IP 检查玩家
ipList: [ ]
# - '^/127\.0\.0\.1$'
# - '^/0:0:0:0:0:0:0:1$'
# 从这里开始, 接下来的操作涉及数据库查询与更新