Tags
Creators
Details
Licensed GPL-3.0-only
Published 2 years ago
All versions
2.7.12-Legacy
Release
AnarchyExploitFixes 2.7.129 months ago 921
Compatibility
Minecraft: Java Edition
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.2
Platforms
Paper
Purpur
Required content
Any compatible version
Any compatible version
Changes
What's Changed
- Updated to work with 1.21.6 - 1.21.8
- Improvements to performance costs for a variety of modules
- NBT-API is no longer shaded by AEF. This means better performance and less waiting for an update when a new mc release is out.
- Added anti bundle crash
- Added anti illegal DataComponent items module
- Added update notifications. AEF will never auto-update but it will remind you to update starting with this release!
- Added experimental patch for servers that want to protect against a rumored map tracking exploit. (patches.disable-map-player-tracking)
- Fixed beehive coordinate filters for servers that use new DataComponent instead of NBT
- Many more things not listed here
Contributions
- Update README.md by @Pman3 in https://github.com/xGinko/AnarchyExploitFixes/pull/267
- updated serverlist in readme by @cattyngmd in https://github.com/xGinko/AnarchyExploitFixes/pull/270
- add aetheria.cc to server list by @RealFascinated in https://github.com/xGinko/AnarchyExploitFixes/pull/281
- Update README.md by @Localacct21 in https://github.com/xGinko/AnarchyExploitFixes/pull/283
- Revert "Add my server ORICHILL, please" by @TheFaik in https://github.com/xGinko/AnarchyExploitFixes/pull/298
- Update README.md by @10builders10tools in https://github.com/xGinko/AnarchyExploitFixes/pull/299
- Add my server by @tak-gamingYT in https://github.com/xGinko/AnarchyExploitFixes/pull/300
- Update README.md by @10builders10tools in https://github.com/xGinko/AnarchyExploitFixes/pull/301
- Update README.md by @konsheng in https://github.com/xGinko/AnarchyExploitFixes/pull/302
- NoBundleDrops by @Leleawa in https://github.com/xGinko/AnarchyExploitFixes/pull/285
Full Changelog: https://github.com/xGinko/AnarchyExploitFixes/compare/2.7.11...2.7.12
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:pILEwgSo:d0Q8Lwv2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pILEwgSo:d0Q8Lwv2"
}
