IP Limit
PluginMIT

IP Limit

Limit the maximum number of players per IP 限制每个IP最多进入多少名玩家

73
Downloads
4
Followers
8 months ago
Updated
📦
1
Versions

📖About IP Limit

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