Community listing page, reviews here may not be monitored by the author.
ClientBlock
No reviews yet
Filter Minecraft clients at server side, block or allow them. Fabric Mod.
Community voices
Reviews
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
Runs on a dedicated server only; does not work in singleplayer.
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
ClientBlock
A Fabric Mod for blocking/filtering Minecraft clients (JUST SERVER SIDE!).
Configuration
The configuration file is created automatically inside your Fabric Mods
configurations folder. The file is named clientblock.json which has
this structure:
{
// Json schema for having types in config
"$schema": "https://raw.githubusercontent.com/arch-fan/ClientBlock/refs/heads/main/config.schema.json",
"action": "block", // "block" or "allow" (block by default)
"clients": [
"fabric"
], // Array of clients to block or allow (based in action mode) (empty by default)
"kickMessage": "Custom kick message", // The client is not allowed! ("The client is not allowed!" by default)
"logger": false, // Where to log every single person client entering at the server (false by default)
"whitelist": [
"PlayerOne"
] // Array of players to bypass the client filter (empty by default)
}
Here you can copy the template without comments :)
{
"$schema": "https://raw.githubusercontent.com/arch-fan/ClientBlock/refs/heads/main/config.schema.json",
"action": "block",
"clients": [
"fabric"
],
"kickMessage": "Custom kick message",
"logger": false,
"whitelist": [
"PlayerOne"
]
}
Commands
/clients for listing all clients.
Publication
Actually, the mod is published in two mod providers
- <input type="checkbox" disabled style="margin: 0px 0.35em 0.25em -1.6em; vertical-align: middle;" checked> https://www.curseforge.com/minecraft/mc-mods/clientblock
- <input type="checkbox" disabled style="margin: 0px 0.35em 0.25em -1.6em; vertical-align: middle;" checked> https://modrinth.com/mod/clientblock
ClientBlock
A Fabric Mod for blocking/filtering Minecraft clients (JUST SERVER SIDE!).
Configuration
The configuration file is created automatically inside your Fabric Mods
configurations folder. The file is named clientblock.json which has
this structure:
{
// Json schema for having types in config
"$schema": "https://raw.githubusercontent.com/arch-fan/ClientBlock/refs/heads/main/config.schema.json",
"action": "block", // "block" or "allow" (block by default)
"clients": [
"fabric"
], // Array of clients to block or allow (based in action mode) (empty by default)
"kickMessage": "Custom kick message", // The client is not allowed! ("The client is not allowed!" by default)
"logger": false, // Where to log every single person client entering at the server (false by default)
"whitelist": [
"PlayerOne"
] // Array of players to bypass the client filter (empty by default)
}
Here you can copy the template without comments :)
{
"$schema": "https://raw.githubusercontent.com/arch-fan/ClientBlock/refs/heads/main/config.schema.json",
"action": "block",
"clients": [
"fabric"
],
"kickMessage": "Custom kick message",
"logger": false,
"whitelist": [
"PlayerOne"
]
}
Commands
/clients for listing all clients.
Publication
Actually, the mod is published in two mod providers
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers