/
A basic anti-cheat solution for Minecraft servers running NeoForge. This mod helps server administrators detect and prevent the presence of cheats, hacks, and other unauthorized modifications.
This mod is required on both server and client sides.
Players attempting to join a server with this mod installed will be disconnected if they don't have the exact same version of the mod installed on their client.
mods folderconfig/pixelsanticheat.jsonmods folderThe configuration file is located at config/pixelsanticheat.json. It uses a JSON format with comments to make configuration easier.
{
// List of mod IDs that are always allowed
"WhiteList": [
"jei",
"waila",
"journeymap"
],
// List of mod IDs that are always blocked
"BlackList": [
"hackclient",
"cheatmod"
],
// Whether to kick players with suspicious content
"KickOnSuspiciousContent": true
}

A basic anti-cheat solution for Minecraft servers running NeoForge.