HomeJavaModsPixel's AntiCheat
Pixel's AntiCheat

Pixel's AntiCheat

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.


✨ Features


⚙️ Installation

🔔 Important Note

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.


🖥️ Server Installation

  1. Download the latest version of Pixel's AntiCheat from [CurseForge/Modrinth/GitHub Releases]
  2. Place the JAR file in your server's mods folder
  3. Start your server – a default configuration will be generated automatically
  4. Optionally customize the configuration file located at config/pixelsanticheat.json

🖥️ Client Installation

  1. Download the exact same version of Pixel's AntiCheat that is installed on the server
  2. Place the JAR file in your client's mods folder
  3. Start your game

📝 Configuration

The configuration file is located at config/pixelsanticheat.json. It uses a JSON format with comments to make configuration easier.

🔧 Configuration Options


📦 Example Configuration

{
  // 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
}
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more