Compatibility
Minecraft: Java Edition
1.20.1
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed GPL-3.0-only
Published last year
Updated last year
CustomClientBlocker
A simple plugin that kicks player using specific client brand
Usage
Configuration
You can configure this plugin by editing plugins/CustomClientBlocker/config.yml
# The list of clients to block
blacklist:
- forge
# Kick message
kickMessage: Using %client% is not allowed!
Commands
The base command is /clientblocker
or /ccb
And base permission is customclientblocker.command
Command | Description | Permission |
---|---|---|
players | Lists players, but the connected client is shown | customclientblocker.command.players |
list | Lists which clients are blocked | customclientblocker.command.list |
block | Adds an entry to client blacklist | customclientblocker.command.block or customclientblocker.command.modify |
unblock | Removes an entry to client blacklist | customclientblocker.command.unblock or customclientblocker.command.modify |
reload | Reloads the setting from config file | customclientblocker.command.reload |
Bypassing specific players
You can add an except by adding permission customclientblocker.bypass
to a player