Tags
Creators
Details
R3HF
Compatibility
Changes
Fixed a vulnerability and removed the version of the plugin on the modrinth page which contains it. It is critical you update to this version.
Audit logs
Log player infractions with configurable limits on the amount of player infractions to save at a time, and how many of their infractions to save, this ensures admins know that a player has been likely xraying and lets them teleport to where that infraction happened without bloating storage space.

Checking for updates
Plugin will now automatically warn you when updates are available so you never fail to have the newest protections against xray!
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:u0aVZy46:wNKgpIS3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:u0aVZy46:wNKgpIS3"
}![[MAX] ML Anti XRay](https://cdn.modrinth.com/data/u0aVZy46/d41e90364500f273c8bacb37523cf01121d7b2ae_96.webp)

