Langue

ClientBlock

ClientBlock

Modrinth

Filter and list Minecraft clients/brands at server side, block or allow them. Fabric Mod.

1.2k téléchargements 5 abonnés mis à jour 6mo ago
dernière v0.1.6 Modrinth
Fabric 1.21 – 1.21.11 Management

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

Versions

Release
0.1.6
fabric · 1.21, 1.21.1, 1.21.2 · 6mo ago
- Supporting up to 1.21.11 - Update Kotlin serialization and Fabric API
196
Release
0.1.5
fabric · 1.21, 1.21.1, 1.21.2 · 12mo ago
- Supporting 1.21.6
114
Release
0.1.4
fabric · 1.21, 1.21.1, 1.21.2 · 14mo ago
- Updated loader version - Supporting 1.21.5
101
Release
0.1.3
fabric · 1.21, 1.21.1, 1.21.2 · 15mo ago
- Now you can exclude players from the filter with the setting "whitelist"
71
Release
0.1.2
fabric · 1.21, 1.21.1, 1.21.2 · 17mo ago
- Working from 1.21 - Json schema available for configuration - Updated schema automatically between versions
112
Release
0.1.1
fabric · 1.21.1, 1.21.2, 1.21.3 · 17mo ago
- Mixins come back...
62
Release
0.1.0
fabric · 1.21.1, 1.21.2, 1.21.3 · 18mo ago
- Mixins come back...
44
Release
0.0.17
fabric · 1.21.1, 1.21.2, 1.21.3 · 18mo ago
- Updated dependencies fixed a bug which prevent booting the server.
52
Release
0.0.16
fabric · 1.21, 1.21.1, 1.21.2 · 18mo ago
- Why do I even need an icon for A MINECRAFT SERVER SIDE MOD?
63
Release
0.0.15
fabric · 1.21, 1.21.1, 1.21.2 · 18mo ago
- Re-design of the Mod Icon
49
Release
0.0.14
fabric · 1.21, 1.21.1, 1.21.2 · 18mo ago
- With version on namefile
49
Release
0.0.14
fabric · 1.21, 1.21.1, 1.21.2 · 18mo ago
- With version on namefile
50

Commentaires 0

Aucun commentaire pour l'instant. Sois le premier à donner ton avis.