Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
1.7.10
Platforms
Links
Creators
Details
Licensed MIT
Published 9 months ago
Limit the maximum number of players per IP,It can effectively prevent players from opening multiple accounts and robot attacks.
限制每个IP的最大玩家数量,可以有效防止玩家开设多个账户和机器人攻击。
config:
# IpLimit 配置文件
# 每个IP地址允许的最大在线玩家数量
max-players-per-ip: 1
# 绕过IP限制的权限
bypass-permission: "iplimit.bypass"
# 拒绝连接时显示的消息
kick-message: "§c请勿多开账号,您最多只能进入{max}个账号!"
# 调试模式(打印更多日志信息)
debug: false


