tgb20 / ClientBlocker

Allows you to block certain clients from joining your server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ClientBlocker

Allows you to block certain clients from joining your server

This plugin allows you to block clients from connecting to your Minecraft server.

This is extremely easy to bypass and you are most likely only blocking the good guys, but maybe it will be useful to some.

Example Config:

kick-message: Modified clients are not allowed on this server
allowed-clients:
- vanilla
- fabric

You can also use Regex in your allowed clients

kick-message: Only lunar client is allowed!
allowed-clients:
- ^lunarclient.*$

About

Allows you to block certain clients from joining your server

License:GNU General Public License v3.0


Languages

Language:Java 100.0%