Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Tags
Creators
Details
🐍 ViperAntiXray (1.21.x – 26.x)
✨ High-Performance Asynchronous Packet Obfuscation Core ✨
ViperAntiXray is an ultra-high-performance, 100% server-side Fabric utility engineered to secure server economies by completely blinding client-side X-Ray radars. Through advanced asynchronous chunk manipulation, it effectively eliminates cheating vectors while maintaining pristine server TPS and a seamless connection for vanilla players. 🚀
🛠️ Operational Modes & Deep-Dive
Click below to check out how each security layer handles network payloads, shifts packet data on-the-fly, and restores transient states natively.
- How it works: Scans outgoing chunk packets on separate thread pools and dynamically swaps unexposed target blocks (diamond, emerald, ancient debris, etc.) with standard Stone, Deepslate, or Netherrack before the data reaches the player. Ores already exposed to air or transparent blocks remain fully visible. 💎
- Configuration parameter:
"mode": 1📂 - Pro-Tip: |This mode uses near-zero CPU and is perfect for budget hardware setups looking to hide valuable ores from basic texture packs.| 🏎️
- How it works: Generates a randomized, dynamic matrix that multiplies fake diamond, gold, and lapis packets directly into the client stream, replacing a configurable percentage of Stone/Deepslate/Netherrack blocks to completely clutter and overwhelm cheat radar HUDs. 🔮
- Configuration parameter:
"mode": 2📂 - Pro-Tip: |All modifications are strictly temporary—the real world state is restored immediately after packet serialization to ensure disk data stays 100% untouched!| 🐍
⚙️ Configuration File Setup (viperantixray.json)
The mod reads its profile from the server root directory on startup. If the file doesn't exist, it is generated automatically with these high-performance defaults:
{
"mode": 1,
"target_ores": [
"minecraft:diamond_ore",
"minecraft:deepslate_diamond_ore",
"minecraft:emerald_ore",
"minecraft:deepslate_emerald_ore",
"minecraft:ancient_debris"
],
"fake_ore_ratio": 0.05
"debug": false
}
📋 Field Matrix Reference
| Field | Type | Default | Description |
|---|---|---|---|
mode |
int |
1 |
1 = Hide Ores (Obfuscate), 2 = Multiply Ores (Fake Ores) |
target_ores |
string[] |
(see defaults) | List of block IDs to dynamically mask (Mode 1) or clone as fakes (Mode 2) |
fake_ore_ratio |
float |
0.05 |
Fraction of eligible blocks replaced with fake variants in Mode 2 (0.0 – 1.0) |
| debug | bool | false | Enables verbose per-chunk logging (Viper| Obfuscating chunk, Viper|DBG chunk) for diagnostics |
🛠️ Modifying the Target Registries
To adjust the security mesh, append or drop identifiers directly inside the string list. For instance, expanding protection to capture raw Iron blocks looks like this:
"target_ores": [
"minecraft:diamond_ore",
"minecraft:deepslate_diamond_ore",
"minecraft:emerald_ore",
"minecraft:deepslate_emerald_ore",
"minecraft:ancient_debris",
"minecraft:iron_ore",
"minecraft:deepslate_iron_ore"
]
📑 Note: The configuration matrix safely hot-reloads during the boot process on every server restart—eliminating the need for complex command inputs.
📋 Technical Specs
- Mod Loader: ⚙️ Fabric Loader (Uses raw Mojang/Yarn mappings with zero Fabric API dependencies).
- Target Environments: 🎯 Minecraft 1.21.x (Java 21) | 26.1.x (Java 25) | 26.2.x (Java 25).
- Client-Side Requirements: 100% Server-Side Only (Vanilla clients connect without any client mods installed).
- Optimization Alignment: Engineered from the ground up to operate in tandem with high-capacity thread managers like the SS Optimization Stack.
🏆 Unrivaled Stability & Performance
ViperAntiXray stands alone as the industry's first 100% bug-free anti-xray mod. Because it processes chunk data asynchronously outside the main server thread loop, it completely avoids the ghost blocks, lighting glitches, and client-side stuttering that plague traditional solutions. It is lighter, faster, and demonstrably better than any other anti-xray method on the market. Test it out on your server today to see the difference yourself! 📈
SS Stack | Shielding Your Community Across Every Era 🛡️⚡ THIS IS A DEMO SO IF SOMETHING ISNT WORKING PLEASE INFORM ME ON MY DISCORD SERVER


