IpApprove
作者:rebot | 分类:模组
Minecraft 版本: 1.21.11
平台: paper
标签: game-mechanics technology utility
Description
IpApprove blocks player connections at pre-login until their IP address is approved by an administrator.
This is mainly useful for offline-mode servers (online-mode=false) as a simple alternative to password/auth plugins when you run a small private server for friends.
Not recommended for large public servers.
How it works
- If a player joins from an unknown IP, the server rejects the connection and records the attempt as pending.
- An admin approves the IP via a command (permanent or time-limited).
- Allowed IPs are stored in
plugins/IpApprove/allowed-ips.yml.
Commands (permission: ipapprove.admin)
/ipapprove allow <ip> [minutes]— allow an IP (permanent or timed)/ipapprove deny <ip>— remove an IP from the allow-list/ipapprove list— list allowed IPs + time remaining/ipapprove pending— show recent blocked attempts/ipapprove info <ip>— show status for one IP/ipapprove reload— reloadallowed-ips.ymlfrom disk
Notes / limitations
- IP-based access control works best when players have relatively stable IP addresses.
- If you use a proxy (Velocity/Bungee), configure forwarding properly so Paper sees the real client IP.

请登录后举报
暂无评论,抢个沙发吧~