Перейти к содержимому
Mineforgian

Badlion Client Disabler

A server-side fabric mod to allow server owners to disable features and mods in the Badlion client.

Загрузки
2K
Подписчики
13
Обновлён
8 июня 2021 г.
Лицензия
MIT

Опубликован 21 октября 2020 г.

BadlionClientDisabler

Java 8 License: MIT Mod loader: Fabric Version

A server-side fabric mod to allow server owners to disable features and mods in the Badlion client.

By default all mods on the Badlion Client are not restricted and a user can enable any of the mods at anytime. By using this mod you remove the ability for a user to activate certain mods or features of mods while they are playing on your server. The user will gain control over the ability to use these mods/features again when they leave your server.

⚠️ A full list of modules and submodules that can be disabled is provided here.

Installation

  1. Download the latest release corresponding to your Minecraft version from the official Modrinth page or the Github release page.
  2. Place the downloaded jar into your mods directory on your Fabric server.
  3. Start the server and a default config will created at config/blcdisabler.json
  4. Edit the config as you see fit and run the command /blcdisabler reload ingame or in the console (see below for more information).

Example Config

To make a config place the information into config/blcdisabler.json in JSON format.
📗 List of all features that can be used in the config.
If you have any JSON errors it will re-create the default config. A quick and easy way to test that your JSON config is valid is to use this tool: https://jsonformatter.curiousconcept.com/

This example config will fully disable the waypoints and minimap mods. It will not disable togglesneak mod, but it will block the player from using the inventorySneak and flySpeed features of 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
                }
            }
        }
    }
}

Ченджлог

1.2.0Релиз1.16.5, 1.17, 1.17.1 · 8 июня 2021 г.
  • Updated to 1.17
  • Specify a whitelist for AutoText (Link)
1.1.0Релиз1.16.3, 1.16.4, 1.16.5 · 21 октября 2020 г.
  • Add support for Minecraft versions 1.14 up to 1.16.2 and possibly further

INFO: Backwards compatibility for 1.8.9 and other versions is still in the works.

Комментарии

Загружаем…