Compatibility
Minecraft: Java Edition
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Description
IPWhitelist is a lightweight Spigot plugin that lets server admins control who can join the server based on IP address. It uses a persistent, easy-to-manage IP whitelist that can be modified in-game or manually through a whitelist.yml
file.
Admins can add or remove IPs using simple commands, enable or disable the whitelist at any time, and reload the list without restarting the server. Players whose IPs are not on the whitelist will be shown a customizable kick message.
This plugin is ideal for private or semi-private servers where access control is needed without relying on Mojang accounts or whitelisting usernames. The whitelist is saved between restarts and can be edited manually or via commands.
There are no external dependencies. Java 17 or higher is required.
Commands
- Add an IP to the whitelist
/ipwhitelist add <IP>
- Remove an IP from the whitelist
/ipwhitelist remove <IP>
- Show all whitelisted IPs
/ipwhitelist list
- Enable the IP whitelist
/ipwhitelist on
- Disable the IP whitelist
/ipwhitelist off
- Reload the IP whitelist from file
/ipwhitelist reload