Tags
Creators
Details
v2.0.11-mod
Compatibility
Required content
Changes
🚀 AntiCrasher v2.0.11
Minor Update
Changelog
- Bumped PacketEvents to 2.12.3-SNAPSHOT (latest ver support)
- Added 1.21.11 Fabric support & updated some deps
Patches
Please note that this plugin is mainly designed for older versions of Minecraft.
The following exploits are currently patched in this plugin/mod:
- Bundle Crash Exploit
- Book Dupe Exploit
- Negative Slot ID Crash Exploit
- NBT Tab Completion Crash Exploit
Installation
Paper/Folia/Velocity
[!NOTE] You only need to run this on the backends, or the proxy, not on both.
- Download the latest version from Modrinth and place it in the
pluginsfolder. Restart the server/proxy.
Fabric
[!WARNING] PacketEvents Fabric is currently broken for online mode servers running 1.20.4-1.21.7 and onwards. There is no workaround for this issue at the moment. If you run a Velocity proxy, you can use the proxy version there instead.
- Download the latest version from Modrinth and place it in the
modsfolder. - Install the latest Fabric API for your server.
- Download the latest
fabric-buildpackage from Axionize/packetevents, and place it in themodsfolder. Restart your server. Use the Official PacketEvents Builds for 1.21.8+.
Commands
- /ac reload - Reloads configs.
anticrasher.command.reload
Permissions
-
anticrasher.alerts- Receive alerts when a player attempts to run an exploit. -
anticrasher.bypass- Bypass all AntiCrasher checks. -
anticrasher.updates- Receive plugin update notifications
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:jCl6Q4Pv:J138VMv0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jCl6Q4Pv:J138VMv0"
}
