Allows to filter player nicknames, which contain specific text or matches a regex.
To control the blacklist, run the blacklist
command. (Use blacklist help
to see command usage)
The command is also available for admin players by using /blacklist
.
Important
This plugin only works around player nicknames.
For IP/Subnet filtering, please use the Anti-VPN-Service plugin instead.
- Nickname blacklist: Verify if the player name contains any element of the list.
- Nickname normalizer: Removes color and glyphs from player name during checks.
- Regex blacklist: Verify if the player name matches with any pattern of the list.
- Working mode: Can kick the player, ban the uuid or ban the IP.
- Ignore admins: Can ignore admin players.
- Kick Message: Custom kick message when rejecting the player.
Open an issue if you have a suggestion.
Prebuild releases can be found here
Just run ./gradlew build
and the plugin will compile and export automatically.
Simply place the output jar from the step above in your server's config/mods
directory and restart the server.
List your currently installed plugins by running the mods
command.