Download Badlion Client Disabler — Minecraft Mods — MetaMods

Badlion Client Disabler

Active

Downloads

0

Last update

4 years ago

Versions

1.14 — 1.17.1
Server
Fabric
Utils

BadlionClientDisabler

A server-side Fabric mod that provides server owners with the ability to disable specific features and mods in the Badlion client.

By default, all mods in the Badlion client are available without restrictions, and users can activate any of them at any time. With this mod, you remove players' ability to use certain mods or their features while playing on your server. Control over these features returns to players after they leave your server.

⚠️ A complete list of modules and submodules that can be disabled is available here.

Installation

  1. Download the latest version corresponding to your Minecraft version from the official Modrinth page or from the releases page on Github.
  2. Place the downloaded jar file in the mods folder on your Fabric server.
  3. Start the server, and a default configuration file will be created in the config/blcdisabler.json folder.
  4. Edit the configuration as desired and execute the command /blcdisabler reload in-game or through the console (more details below).

Example Configuration

To create a configuration, place the information in the config/blcdisabler.json file in JSON format. 📗 List of all features that can be used in the configuration. If there are errors in your JSON file, the default configuration file will be recreated. A quick and easy way to check the validity of your JSON configuration is to use this tool: https://jsonformatter.curiousconcept.com/

This example configuration completely disables the Waypoints and MiniMap mods. It does not disable the ToggleSneak mod but blocks the ability to use the inventorySneak and flySpeed features in the ToggleSneak and ToggleSprint mods.

{
    "modsDisallowed": {
        "Waypoints": {
            "disabled": true
        },
        "MiniMap": {
            "disabled": true
        },
        "ToggleSneak": {
            "disabled": false,
            "extra_data": {
                "inventorySneak": {
                    "disabled": true
                }
            }
        },
        "ToggleSprint": {
            "disabled": false,
            "extra_data": {
                "flySpeed": {
                    "disabled": true
                }
            }
        }
    }
}
Project members
MightyKnight

MightyKnight

Developer

Created: 21 Oct 2020

ID: 12681