Ore-Readout
Main Concept
This mod provides server owners with a simple way to monitor suspicious player activity that may indicate the use of X-ray cheats. At the same time, it does not create significant performance overhead, unlike traditional anti-cheat systems against X-ray vision.
Configuration Setup
The configuration file is located at: config/ore-readout.json
Example configuration file:
[
{
"block": "minecraft:diamond_ore",
"op_chat": true,
"log": true,
"public_chat": false
}
]