
Panda Anti-Exploit
A drop-in mod for preventing common exploits. Fully configurable and works well alongside other anti-cheats like GrimAC.
⬇ Download on ModrinthPanda Anti-Exploit
Drop-in Fabric server mod that prevents common combat, interaction and packet-based exploits. This works great with other anti-cheats, such as GrimAC. It also will fix a common problem with Anti xray where a player is able to hit blocks in freecam to reveal ores.
- Combat: Prevents players from hitting through walls, checks for excessive reach, and validates hit angles.
- Player Actions: Restricts actions for dead players, and prevents various entity interaction exploits.
- Block Interaction: Manages block placement and breaking rules, including checks for air placement, distance, angle, and preventing interaction through walls. Also includes checks for long-range block breaking and usage.
- Packets: Hardens the client-server communication by removing sensitive data from packets. This includes stripping teleport data for entities out of view, removing health and equipment details, sanitizing dropped item tags (preserving visible visuals and stack size), and obfuscating sound coordinates to prevent location exploits.
Configuring
config/PandaAntiExploit.json generated at runtime.
Reload at runtime: /panda-anti-exploit reloadConfig
{
"doLogging": false,
"combat": {
"preventWallHit": true,
"checkHitDistance": true,
"checkHitAngle": true,
"fixAttributeSwap": true //Patch attribute swap exploit
},
"player": {
"preventDeadPlayerActions": true
},
"blockPlacement": {
"preventAirPlacement": true,
"checkPlacementDistance": true,
"preventThroughBlockPlacement": true,
"checkPlacementAngle": true,
"preventLongRangeBlockBreaking": true,
"preventLongRangeBlockUsage": true
},
"packet": {
"removeTeleportData": true, //Strip other player's teleport data from packet
"removeHealthTags": true, //Remove health information of other players
"removeHealthTagsFromMobs": true,
"removeEquipmentTags": true, //Remove extra information from equipment (enchants and more)
"removeDroppedItemTags": true, //Remove extra information from dropped items (enchants and more)
"patchSoundExploits": true, //Obsfucate where global sounds came from so triangulation is harder
"patchSoundExploitsStrict": true, //Make global sounds play from same block as player, making triangulation impossible
"preventBlockBreakExploits": true, //Prevent Anti-Xray bypass
"capNetherViewDistance": true, //Make nether view distance match vanilla fog
"capNetherViewDistanceBuffer": false, //Extra 1 chunk buffer for laggy connections
"checkBookNBTSize": true, //Prevent book ban exploits
"maxBookNBTSizeKB": 10 //Maximum book NBT size in KB
}
}
Try it out
hardcoreanarchy.gay (Deathban Anarchy)sky.hardcoreanarchy.gay (Skyblock Anarchy)
GrimAC Compatability
GrimAC doesn't cancel START_DESTROY_BLOCK packets properly, it also has really poor place/break checks. In order for it to not interfere with how this mod fixes anti-xray, go into your
config/GrimAC/punishments.yml
and comment out Break/Place checks
Misc:
remove-violations-after: 300
checks:
- "Vehicle"
- "NoSlow"
- "Sprint"
- "MultiActions"
#- "Place"
- "Baritone"
#- "Break"
Support
License
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 26.2
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
- Ships as panda-anti-exploit-2.1.5+26.2.jar — drop this file into the mods folder
- Download size: 305 KB
- Download link checked 30 Aug 2026 — working
These come from our own check of the pack file, not from the source page.