{"id":29859,"date":"2026-06-01T15:28:14","date_gmt":"2026-06-01T12:28:14","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/betteranticheat\/"},"modified":"2026-06-01T15:28:14","modified_gmt":"2026-06-01T12:28:14","slug":"betteranticheat","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/betteranticheat\/","title":{"rendered":"BetterAnticheat"},"content":{"rendered":"<p># BetterAnticheat<\/p>\n<p>**BEFORE INSTALLING, PLEASE READ:** <\/p>\n<p>At this point, BetterAnticheat is in an early developmental state. It is not confirmed to be stable and should be used<br \/>\nwith caution.<\/p>\n<p>BetterAnticheat is an auxiliary anticheat. BetterAnticheat does not aim to and will not catch cheats like flight, speed,<br \/>\nreach, etc. BetterAnticheat exists to catch more niche cheats that many anticheats do not catch on their own, meaning it<br \/>\nshould be run alongside another anticheat.<\/p>\n<p>It is also designed to be lightweight, platform-independent, compatible with other anticheat systems, and most checks<br \/>\nare designed with a 0-buffer system &#8211; meaning if a check flags it means that a player is 100% cheating. Here is how<br \/>\nBetterAnticheat accomplishes this:<br \/>\n&#8211; Lag compensation. BA knows how the client perceives the world at any given time and can account for it.<br \/>\n&#8211; Cookies. BA uses the cookie packet for compensation as to not interfere with Ping\/Pong usage.<br \/>\n&#8211; Runtime command registration. BA commands can have their paths altered live and can be enabled\/disabled.<br \/>\n&#8211; Industry-grade design. BA is designed by anticheat developers with significant experience and history.<br \/>\n&#8211; Machine learning. BA uses machine learning to establish a trust level for users in combat.<\/p>\n<p>### This project and its collaborators use the following regularly and are thankful for their maintenance:<br \/>\n&#8211; PacketEvents<br \/>\n&#8211; sharkbyte-configuration<\/p>\n<p>A public test server exists at `192.18.159.249` for clients 1.21.4 and above, but it is not always online due to being<br \/>\nused for development too.<\/p>\n<p>NOTE: Please stop claiming this is a local ip address! It is not. You are thinking of IPs in the `192.168.0.0` &#8211;<br \/>\n`192.168.255.255` range.<\/p>\n<p>## Requirements<\/p>\n<p>This plugin is designed for 1.21.4+ on Spigot, Paper\/Folia, Sponge, and Velocity.<\/p>\n<p>It requires PacketEvents<\/p>\n<p>On the Spigot and Paper\/Folia platforms, it supports BetterReload. This is an optional dependency.<\/p>\n<p>## Checks<\/p>\n<p>BetterAnticheat has the following checks in the following categories:<\/p>\n<p>### Chat<\/p>\n<p>These checks look for issues with chatting. These may catch macros and chat automation tools.<\/p>\n<p>&#8211; HiddenChat | Sending chat messages with the chat box hidden (often macros).<br \/>\n&#8211; ImpossibleCompletion | Tab completing invalid messages.<br \/>\n&#8211; ImpossibleMessage | Sending empty or invalidly formatted messages.<\/p>\n<p>### Combat<\/p>\n<p>These checks look for issues with combat. These may catch a variety of combat cheats.<\/p>\n<p>&#8211; ActionInteractOrder | Sending an EntityAction packet prior to an InteractEntity in a tick.<br \/>\n&#8211; DualClick | Sending simultaneous left and right clicks.<br \/>\n&#8211; InvalidInteractionPosition | Invalid client-calculated hitbox interactions.<br \/>\n&#8211; InvalidReleaseValues | Releasing a used item with values filled out.<br \/>\n&#8211; InvalidUseActions | Attacking or placing while using an item.<br \/>\n&#8211; MultipleAction | Changing sneak or sprint status multiple times in a tick.<br \/>\n&#8211; MultipleHit | Hitting multiple entities in a tick.<br \/>\n&#8211; NoSwingCombat | Attacking an entity without sending an arm swing packet.<br \/>\n&#8211; SelfHit | Attacking yourself.<br \/>\n&#8211; SlotInteractOrder | Sending a SlotChange prior to InteractEntity packet in a tick.<\/p>\n<p>### Dig<\/p>\n<p>These checks look for issues with digging. These may catch nuker, fast break, and other cheats.<\/p>\n<p>&#8211; DigBlockFacePosition | Digging block faces which cannot be seen.<br \/>\n&#8211; DigOrder | Sending wrongful dig stages.<br \/>\n&#8211; MultiBreak | Digging multiple blocks at once.<br \/>\n&#8211; RepeatedDig | Sending multiple dig packets within a tick.<\/p>\n<p>### Flying<\/p>\n<p>These checks look for issues with flying packets. These may catch position\/rotation alterations and related cheats.<\/p>\n<p>&#8211; ArtificialFlying | Faking flying packets.<br \/>\n&#8211; ArtificialPosition | Sending impossibly small position changes.<br \/>\n&#8211; FlyingSequence | Not sending flying packets within 20 ticks.<br \/>\n&#8211; ImpossiblePosition | Sending position values that are impossible.<br \/>\n&#8211; ImpossibleRotation | Sending rotation values that are impossible.<br \/>\n&#8211; RepeatedRotation | Sending repeated rotation values.<br \/>\n&#8211; RepeatedSteer | Sending steer packets with no corresponding rotation change.<\/p>\n<p>### Heuristic<\/p>\n<p>These checks use statistics and observed behavior to identify cheats. Unlike other checks, these are not built on<br \/>\ndefined behavior and theoretically could be false flagged by perfect player behavior. As such, I&#8217;d recommend that these<br \/>\nshould be used as an indicator to watch players and, at most, kick them rather than issuing more permanent punishments.<\/p>\n<p>&#8211; CombatAcceleration | Constant acceleration during combat.<\/p>\n<p>### Misc<\/p>\n<p>These checks are a variety that don&#8217;t fit into other categories.<\/p>\n<p>&#8211; ImpossibleHorseJump | Sending mathematically wrong horse jumps.<br \/>\n&#8211; ImpossibleSlot | Accessing slots which are not real.<br \/>\n&#8211; LargeName | Renaming an item an excessively long name.<br \/>\n&#8211; MultipleSlot | Changing slots multiple times in a tick.<br \/>\n&#8211; SmallRender | Having a render distance less than 2.<\/p>\n<p>### Packet<\/p>\n<p>These checks look for general packet issues. These may catch packet order alterations.<\/p>\n<p>&#8211; Balance | Checks for accelerated game speeds (WIP).<br \/>\n&#8211; Post | Sending packets in the wrong order.<\/p>\n<p>### Place<\/p>\n<p>These checks look for issues with block placement. These may catch scaffold, fast place, ghost hand, and other cheats.<\/p>\n<p>&#8211; CursorPosition | Invalid client-calculated block raycasts.<br \/>\n&#8211; PlaceBlockFacePosition | Placing on block faces which cannot be seen.<\/p>\n<p># Documentation<\/p>\n<p>For the documentation home, please visit here.<\/p>\n<p>For information on how to hide BetterAnticheat, please visit here.<\/p>\n<p>For information on how to use BetterAnticheat, please visit here.<\/p>\n<p># Support<\/p>\n<p>For general support, please join my Discord server.<\/p>\n<p>For issues with the project, please open an issue in the issues tab.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>An auxiliary anticheat designed with stability as its focus.<\/p>\n","protected":false},"featured_media":0,"template":"","meta":{"_minecraft_slug":"betteranticheat","_minecraft_project_id":"Atcm0gmZ","_minecraft_author":"amnoah","_minecraft_license":"AGPL-3.0-or-later","_minecraft_downloads":1846,"_minecraft_follows":12,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"betteranticheat.zip","_minecraft_size_bytes":1180616104,"_minecraft_version_count":35,"_minecraft_updated_at":"2026-05-16T06:42:02.899805Z","_minecraft_date_created":"2025-06-27T17:38:37.930218Z","_minecraft_date_modified":"2025-08-12T00:03:15.248521Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/betteranticheat","_minecraft_icon_attachment_id":0,"_minecraft_imported_at":"2026-06-01T12:28:15+00:00","_minecraft_import_hash":"19588bd60ce6acf62dffc52b00b2b6ca","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,125,104,126,158,127,128,129,1005,123,92,985],"mod_loader":[130,131,106,160,132,133,134,1006,986],"minecraft_version":[438,446,449,62,37,73,74,38,78,79,80,81],"class_list":["post-29859","mod","type-mod","status-publish","hentry","mod_category-bukkit","mod_category-folia","mod_category-forge","mod_category-management","mod_category-neoforge","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-sponge","mod_category-technology","mod_category-utility","mod_category-velocity","mod_loader-bukkit","mod_loader-folia","mod_loader-forge","mod_loader-neoforge","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","mod_loader-sponge","mod_loader-velocity","minecraft_version-1-13","minecraft_version-1-13-1","minecraft_version-1-13-2","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>BetterAnticheat - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/betteranticheat\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"BetterAnticheat - Minecraft\" \/>\n<meta property=\"og:description\" content=\"An auxiliary anticheat designed with stability as its focus.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/betteranticheat\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/betteranticheat\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/betteranticheat\\\/\",\"name\":\"BetterAnticheat - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"datePublished\":\"2026-06-01T12:28:14+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/betteranticheat\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/betteranticheat\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/betteranticheat\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"BetterAnticheat\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"BetterAnticheat - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/betteranticheat\/","og_locale":"en_US","og_type":"article","og_title":"BetterAnticheat - Minecraft","og_description":"An auxiliary anticheat designed with stability as its focus.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/betteranticheat\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/betteranticheat\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/betteranticheat\/","name":"BetterAnticheat - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"datePublished":"2026-06-01T12:28:14+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/betteranticheat\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/betteranticheat\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/betteranticheat\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"BetterAnticheat"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/29859","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=29859"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=29859"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=29859"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=29859"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}