Xrai is a state-of-the-art AI powered Xray detection tool built to help you administrate your server by automatically catching cheaters with suspicious mining patterns by using it's dataset of mines, and running programmable actions when they're found.
If you have any questions or concers, drop me a message on BBB and I'll do my best to help you out! Thank youu
Paths
To determine if a user is cheating or not, Xrai uses “Paths”. Paths are a set of “BlockMine” objects in a configurable radius. The plugin runs a constant check over all players at a configurable interval and if they don’t have a path started already, then it starts a path for them. If a user leaves the given radius or leaves the server, then their path will be ended.Server moderators can define a maximum Y level at which Paths can be started.
BlockMines
BlockMines are objects that represent the mining of a given block. When a user has a Path started and they mine a block, a BlockMine object with the coordinates of the block relative to the starting position of the parent Path and the block that was mined is added to the Path.AI Analysis
Once a Path has been finished, it gets sent to the AI (hosted on an external server) and the AI responds with a percentage chance of if it thinks they were cheating or not.Please note that as with any AI model, there will likely be false positives - and I'm working to improve the AI model as time goes by!