

Mod Blacklist
This mod operates exclusively on the server side and is designed to prevent players from connecting if they are using any prohibited modifications from a specified blacklist.
Configuration
An example setup demonstrates how the mod functions. The configuration file is typically located at: config/modblacklist-common.toml
# Enable the mod blacklist system?
blacklistEnabled = true
# Comma-separated mod IDs for complete BAN (example: journeymap;jei;jade)
banMods = "journeymap;simplemaps;blazemap"
# Comma-separated mod IDs for automatic KICK (example: journeymap;jei;jade)
kickMods = ""
Installation
As this is a purely server-side modification, no client installation is required. Simply place the mod file in your server's mods
folder, and it's ready to function.
Usage
Feel free to implement this mod to safeguard your server against unwanted modifications.