{"id":103055,"date":"2026-06-06T01:11:43","date_gmt":"2026-06-05T22:11:43","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/mirroranticheat\/"},"modified":"2026-06-06T01:11:43","modified_gmt":"2026-06-05T22:11:43","slug":"mirroranticheat","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/mirroranticheat\/","title":{"rendered":"Mirror AntiCheat"},"content":{"rendered":"<p><center><\/p>\n<p>![Modrinth Icon](https:\/\/modrinth.com\/project\/v4yw0pI3)<br \/>\n![Github Icon](https:\/\/github.com\/Solmeye\/Mirror-Anticheat)<br \/>\n![Discord Icon](https:\/\/discord.gg\/FVq3j5heAc)<\/p>\n<p><\/p>\n<p>![Fabric Icon](https:\/\/fabricmc.net\/)<br \/>\n![Quilt Icon](https:\/\/quiltmc.org\/)<br \/>\n![NeoForge Icon](https:\/\/neoforged.net\/)<br \/>\n![Forge Icon](files.minecraftforge.net)<\/p>\n<p>![Paper Icon](https:\/\/papermc.io\/)<br \/>\n![Spigot Icon](https:\/\/www.spigotmc.org\/)<br \/>\n![Bukkit Icon](https:\/\/dev.bukkit.org\/)<br \/>\n![Purpur Icon](http:\/\/purpurmc.org\/)<\/p>\n<p><\/center><\/p>\n<p>___<\/p>\n<p>Mirror AntiCheat is a server-side anti-cheat designed to help server administrators detect cheating, malicious behavior, and alternate accounts, while providing tools to investigate.<\/p>\n<p>The project focuses on being compatible with the latest Minecraft version (26.1+) and avoiding any false flag.<\/p>\n<p>This project uses mixins to filter and analyze at the packet level.<br \/>\nHowever, these mixins are currently not at a low enough level to be completely compatible with other mods<\/p>\n<p>## Dependency<br \/>\nThis mod requires Ignite to work with Paper, Spigot, Bukkit and Purpur.<\/p>\n<p>## Next updates<br \/>\n***You can suggest on the Github or on the Discord***<\/p>\n<p>&#8211; Support for Sponge<br \/>\n&#8211; Configuration for ingoing and outgoing packets<br \/>\n&#8211; Option to disable the auto antialt check<br \/>\n&#8211; Fix #1<br \/>\n&#8211; Fix #2<br \/>\n&#8211; `\/mirror freeze` command<\/p>\n<p>## Known bugs<\/p>\n<details>\n<summary>Clients receive a damage tilt when their food levels change and their health are not full<\/summary>\n<p>&#8211; https:\/\/github.com\/Solmeye\/Mirror-Anticheat\/issues\/1<br \/>\n&#8211; Versions : `0.38.0-alpha`<br \/>\n&#8211; Loader : `Paper`<\/p>\n<\/details>\n<details>\n<summary>The client can decide when to use the auto resolver<br \/>\n<\/summary>\n<p>When the client finishes loading a world, it sends the packet handleAcceptPlayerLoad, which automatically triggers the autoresolver.<br \/>\nThis happens with a Vanilla client, during a change of world (Overworld to Nether)<\/p>\n<p>&#8211; https:\/\/github.com\/Solmeye\/Mirror-Anticheat\/issues\/2<br \/>\n&#8211; Version : `0.38.0-alpha`<br \/>\n&#8211; Loader : `All`<\/p>\n<\/details>\n<p>## Packet analysis<br \/>\n### Ingoing<br \/>\n*The following incoming packets are scanned for impossible or suspicious behavior*<\/p>\n<p>[None]<\/p>\n<p>### Outgoing<br \/>\n*Subsequent outgoing packets are filtered and fake the data when a Vanilla client cannot distinguish the difference.<br \/>\nThis is done in order to prevent or limit the effectiveness of a cheat*<\/p>\n<details>\n<summary>ClientboundPlayerCombatEndPacket<\/summary>\n<p>&#8211; Packet<\/p>\n<p>> Cancelled<\/p>\n<\/details>\n<details>\n<summary>ClientboundPlayerCombatEnterPacket<\/summary>\n<p>&#8211; Packet<\/p>\n<p>> Cancelled<\/p>\n<\/details>\n<details>\n<summary>ClientboundSetExperiencePacket<\/summary>\n<p>&#8211; Field `ExperienceProgress`<\/p>\n<p>> Lossless scrambling value accuracy<\/p>\n<p>> [To implement] Hides the value when it is not supposed to be exploitable (eg.when the locator bar is used)<\/p>\n<p>&#8211; Field `TotalExperience`<\/p>\n<p>> Hides the value<\/p>\n<\/details>\n<details>\n<summary>ClientboundSetHealthPacket<\/summary>\n<p>&#8211; Packet<\/p>\n<p>> Cancelled when the packet only update the saturation<\/p>\n<p>&#8211; Field `Health`<\/p>\n<p>> Lossless scrambling value accuracy<\/p>\n<p>> [To implement] Hides the value when it is not supposed to be exploitable (eg.when the gamemode is creative)<\/p>\n<p>&#8211; Field `Food`<\/p>\n<p>> [To implement] Hides the value when it is not supposed to be exploitable (eg.when riding a horse)<\/p>\n<p>&#8211; Field `Saturation`<\/p>\n<p>> Hides the value<\/p>\n<\/details>\n<p>## Commands<br \/>\n&#8211; `\/mirror`<br \/>\nDisplays the mod version<\/p>\n<p>&#8211; `\/mirror info`<br \/>\nDisplays the mod version<\/p>\n<p>&#8211; `\/mirror version`<br \/>\nDisplays the mod version<\/p>\n<p>&#8211; `\/mirror discord`<br \/>\nDisplays the Discord link<\/p>\n<p>&#8211; `\/mirror modrinth`<br \/>\nDisplays the Modrinth link<\/p>\n<p>&#8211; `\/mirror reload`<br \/>\nReload the configuration<\/p>\n<p>&#8211; `\/mirror profile <targets>`<br \/>\nDisplays a player&#8217;s profile (IP, latency, brand&#8230;)<\/p>\n<p>&#8211; `\/mirror alt <targets>`<br \/>\nTry to detect alternative accounts<\/p>\n<p>&#8211; `\/mirror crash <targets>`<br \/>\nCrashes a player&#8217;s client<\/p>\n<p>&#8211; `\/mirror schedule <command> <time>`<br \/>\nSchedules the execution of any command<\/p>\n<p>&#8211; `\/mirror data <targets> <path> <value>`<br \/>\nWrites data to the json file associated with the player.s<br \/>\nSee https:\/\/datatracker.ietf.org\/doc\/html\/rfc6901<\/p>\n<p>&#8211; `\/mirror webhook <message>`<br \/>\nSend a message through the webhook<\/p>\n<p>&#8211; `\/mirror resolve <targets> <key>`<br \/>\nResolves translation keys. Useful for detecting some resource packs or mods.<\/p>\n<p>## Configuration<\/p>\n<details>\n<summary>Default configuration<\/summary>\n<p>&#8220;`<br \/>\n{<br \/>\n  &#8220;key&#8221;: [<br \/>\n    {<br \/>\n      &#8220;identifier&#8221;: &#8220;minecraft&#8221;,<br \/>\n      &#8220;keys&#8221;: [<br \/>\n        &#8220;key.forward&#8221;,<br \/>\n        &#8220;key.left&#8221;,<br \/>\n        &#8220;key.back&#8221;,<br \/>\n        &#8220;key.right&#8221;,<br \/>\n        &#8220;key.jump&#8221;,<br \/>\n        &#8220;key.sneak&#8221;,<br \/>\n        &#8220;key.sprint&#8221;,<br \/>\n        &#8220;key.inventory&#8221;,<br \/>\n        &#8220;key.swapOffhand&#8221;,<br \/>\n        &#8220;key.drop&#8221;,<br \/>\n        &#8220;key.use&#8221;,<br \/>\n        &#8220;key.attack&#8221;,<br \/>\n        &#8220;key.pickItem&#8221;,<br \/>\n        &#8220;key.chat&#8221;,<br \/>\n        &#8220;key.playerlist&#8221;,<br \/>\n        &#8220;key.command&#8221;,<br \/>\n        &#8220;key.socialInteractions&#8221;,<br \/>\n        &#8220;key.screenshot&#8221;,<br \/>\n        &#8220;key.togglePerspective&#8221;,<br \/>\n        &#8220;key.smoothCamera&#8221;,<br \/>\n        &#8220;key.fullscreen&#8221;,<br \/>\n        &#8220;key.advancements&#8221;,<br \/>\n        &#8220;key.quickActions&#8221;,<br \/>\n        &#8220;key.toggleGui&#8221;,<br \/>\n        &#8220;key.toggleSpectatorShaderEffects&#8221;,<br \/>\n        &#8220;key.hotbar.1&#8221;,<br \/>\n        &#8220;key.hotbar.2&#8221;,<br \/>\n        &#8220;key.hotbar.3&#8221;,<br \/>\n        &#8220;key.hotbar.4&#8221;,<br \/>\n        &#8220;key.hotbar.5&#8221;,<br \/>\n        &#8220;key.hotbar.6&#8221;,<br \/>\n        &#8220;key.hotbar.7&#8221;,<br \/>\n        &#8220;key.hotbar.8&#8221;,<br \/>\n        &#8220;key.hotbar.9&#8221;,<br \/>\n        &#8220;key.saveToolbarActivator&#8221;,<br \/>\n        &#8220;key.loadToolbarActivator&#8221;,<br \/>\n        &#8220;key.spectatorOutlines&#8221;,<br \/>\n        &#8220;key.spectatorHotbar&#8221;,<br \/>\n        &#8220;key.debug.overlay&#8221;,<br \/>\n        &#8220;key.debug.modifier&#8221;,<br \/>\n        &#8220;key.debug.crash&#8221;,<br \/>\n        &#8220;key.debug.reloadChunk&#8221;,<br \/>\n        &#8220;key.debug.showHitboxes&#8221;,<br \/>\n        &#8220;key.debug.clearChat&#8221;,<br \/>\n        &#8220;key.debug.showChunkBorders&#8221;,<br \/>\n        &#8220;key.debug.showAdvancedTooltips&#8221;,<br \/>\n        &#8220;key.debug.copyRecreateCommand&#8221;,<br \/>\n        &#8220;key.debug.spectate&#8221;,<br \/>\n        &#8220;key.debug.switchGameMode&#8221;,<br \/>\n        &#8220;key.debug.debugOptions&#8221;,<br \/>\n        &#8220;key.debug.focusPause&#8221;,<br \/>\n        &#8220;key.debug.dumpDynamicTextures&#8221;,<br \/>\n        &#8220;key.debug.reloadResourcePacks&#8221;,<br \/>\n        &#8220;key.debug.profiling&#8221;,<br \/>\n        &#8220;key.debug.copyLocation&#8221;,<br \/>\n        &#8220;key.debug.dumpVersion&#8221;,<br \/>\n        &#8220;key.debug.profilingChart&#8221;,<br \/>\n        &#8220;key.debug.fpsCharts&#8221;,<br \/>\n        &#8220;key.debug.networkCharts&#8221;,<br \/>\n        &#8220;key.debug.lightmapTexture&#8221;<br \/>\n      ],<br \/>\n      &#8220;commandsOnEachFound&#8221;: [<br \/>\n        &#8220;mirror data %s &#8220;fingerprint\/translations\/%c\/0&#8221; &#8220;%t&#8221;&#8221;,<br \/>\n        &#8220;mirror data %s &#8220;fingerprint\/translations\/%c\/1&#8221; &#8220;%k&#8221;&#8221;<br \/>\n      ],<br \/>\n      &#8220;commandsOnEachNotFound&#8221;: [<br \/>\n        &#8220;kick %s Please remove your anti translation exploit software&#8221;<br \/>\n      ],<br \/>\n      &#8220;autoresolve&#8221;: true<br \/>\n    }<br \/>\n  ],<br \/>\n  &#8220;antiAlt&#8221;: {<br \/>\n    &#8220;scoreSuspicious&#8221;: 65,<br \/>\n    &#8220;scoreConfirmed&#8221;: 90,<br \/>\n    &#8220;scoreNormalCommand&#8221;: [],<br \/>\n    &#8220;scoreSuspiciousCommand&#8221;:<br \/>\n      &#8220;mirror webhook &#8220;`%s` is suspected of alting with [%i\\\\n-# Matching score : `%m`&#8221;&#8221;<br \/>\n    ],<br \/>\n    &#8220;scoreConfirmedCommand&#8221;:<br \/>\n      &#8220;mirror webhook &#8220;`%s` is probably alting with [%i\\\\n-# Matching score : `%m`\\\\n-# Automatic action executed&#8221;&#8221;,<br \/>\n      &#8220;mirror crash %s&#8221;,<br \/>\n      &#8220;ban %s Alting&#8221;<br \/>\n    ]<br \/>\n  },<br \/>\n  &#8220;delayAntiAltCheck&#8221;: 30,<br \/>\n  &#8220;ingoingFilter&#8221;: {},<br \/>\n  &#8220;outgoingFilter&#8221;: {<br \/>\n    &#8220;ClientboundSetHealthPacket&#8221;: {<br \/>\n      &#8220;enabled&#8221;: true,<br \/>\n      &#8220;options&#8221;: {<br \/>\n        &#8220;fakeSaturation&#8221;: 20.0<br \/>\n      }<br \/>\n    }<br \/>\n  },<br \/>\n  &#8220;webhook&#8221;: &#8220;&#8221;,<br \/>\n  &#8220;version&#8221;: 1<br \/>\n}<br \/>\n&#8220;`<\/p>\n<\/details>\n<details>\n<summary>Explanation<\/summary>\n<p>  &#8211; `key`<\/p>\n<p>    &#8211; `identifier` Identifier where the key comes from.<br \/>\nUsed for display purposes only<\/p>\n<p>    &#8211; `keys` Key list<\/p>\n<p>    &#8211; `commandsOnEachFound` Command to execute for each key when resolved by autoresolve<\/p>\n<p>    &#8211; `commandsOnEachNotFound` Command to execute for each key when not resolved by autoresolve<\/p>\n<p>    &#8211; `autoresolve` Automatically resolves this key group when connecting a player or not<\/p>\n<p>  &#8211; `antiAlt`<\/p>\n<p>    &#8211; `scoreSuspicious` Threshold to execute the commands associated. When the matching alt value is higher than `scoreSuspicious`, it means that the match is suspicious and needs investigation. Min `0` Max `100`<\/p>\n<p>    &#8211; `scoreConfirmed` Threshold to execute the commands associated. When the matching alt value is higher than `scoreConfirmed`, it means that the match is confirmed an is an alternative account. Min `0` Max `100`<\/p>\n<p>    &#8211; `scoreNormalCommand` Commands executed when the matching score is not suspicious or confirms an alt<\/p>\n<p>    &#8211; `scoreSuspiciousCommand` Commands executed when the matching score is suspicious<\/p>\n<p>    &#8211; `scoreConfirmedCommand` Commands executed when the matching score confirms an alt.<\/p>\n<p>  &#8211; `delayAntiAltCheck`<br \/>\n(In ticks) Delay before checking for alts after that a player joined your server. Higher values makes it easier to disconnect to avoid the scan.<\/p>\n<p>  &#8211; `webhook`<br \/>\nWebhook of your Discord Webhook<\/p>\n<p>  &#8211; `version`<br \/>\nVersion of the configuration. Do not touch!<\/p>\n<\/details>\n<p>## AntiAlt<br \/>\nThe antialt system is not explained in detail to avoid easy bypass.<\/p>\n<p>## FAQ<br \/>\n### How does this mod work?<br \/>\nMirror AntiCheat modifies outgoing network packets to remove or alter data that a vanilla client does not rely on. This is intended to reduce unnecessary information exposure without affecting normal gameplay.<\/p>\n<p>### Is it possible to have a false flag?<br \/>\nNormally, no, with the default values.<\/p>\n<p>### What is the impact on performance?<br \/>\nCurrently, no statistics have been compiled on the CPU impact. The impact can only be negative.<br \/>\nHowever, due to the reduction in packets sent, bandwidth can be decreased.<\/p>\n<p>### Will this mod backport to previous versions of Minecraft 26.1?<br \/>\nNo.<\/p>\n<p>### Can I install it on my client?<br \/>\nYes. Please note, however, that this project may not work correctly if done.<\/p>\n<p>### What version should I update this project to?<br \/>\nAlpha versions may have unstable behavior.<\/p>\n<p>Beta versions are relatively stable and will not pose a problem.<\/p>\n<p>Releases are the most stable.<\/p>\n<p>It is recommended to update this project to the latest beta or stable version, as appropriate<\/p>\n<p>### Is this compatible with [mod]?<br \/>\nTo date, no incompatibilities have been reported. If you encounter any, please let me know.<\/p>\n<p>## Support me!<br \/>\nJoin my Hardcore Minecraft server: `38.143.19.130:51965`<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Filters sensitive outgoing packets, analyzes incoming packets, and detects cheaters<\/p>\n","protected":false},"featured_media":103056,"template":"","meta":{"_minecraft_slug":"mirroranticheat","_minecraft_project_id":"v4yw0pI3","_minecraft_author":"Solmey","_minecraft_license":"CC-BY-NC-4.0","_minecraft_downloads":524,"_minecraft_follows":6,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"mirroranticheat.zip","_minecraft_size_bytes":38388825,"_minecraft_version_count":17,"_minecraft_updated_at":"2026-05-16T10:31:38.096075Z","_minecraft_date_created":"2026-04-14T02:19:18.113846Z","_minecraft_date_modified":"2026-04-23T01:38:46.851102Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/mirroranticheat","_minecraft_icon_attachment_id":103056,"_minecraft_imported_at":"2026-06-05T22:11:44+00:00","_minecraft_import_hash":"b73111b21aa296dc49a711e935e1a257","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,97,104,89,126,158,127,128,98,129,123,92],"mod_loader":[99,100],"minecraft_version":[83,167,163],"class_list":["post-103055","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-fabric","mod_category-forge","mod_category-game-mechanics","mod_category-management","mod_category-neoforge","mod_category-paper","mod_category-purpur","mod_category-quilt","mod_category-spigot","mod_category-technology","mod_category-utility","mod_loader-fabric","mod_loader-quilt","minecraft_version-26-1","minecraft_version-26-1-1","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Mirror AntiCheat - 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\/mirroranticheat\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Mirror AntiCheat - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Filters sensitive outgoing packets, analyzes incoming packets, and detects cheaters\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/mirroranticheat\/\" \/>\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=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mirroranticheat\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mirroranticheat\\\/\",\"name\":\"Mirror AntiCheat - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mirroranticheat\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mirroranticheat\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/mirroranticheat-icon-f5182296f2cd89e86f38a8c929b12c839996790f.png\",\"datePublished\":\"2026-06-05T22:11:43+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mirroranticheat\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mirroranticheat\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mirroranticheat\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/mirroranticheat-icon-f5182296f2cd89e86f38a8c929b12c839996790f.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/mirroranticheat-icon-f5182296f2cd89e86f38a8c929b12c839996790f.png\",\"width\":180,\"height\":180},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mirroranticheat\\\/#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\":\"Mirror AntiCheat\"}]},{\"@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":"Mirror AntiCheat - 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\/mirroranticheat\/","og_locale":"en_US","og_type":"article","og_title":"Mirror AntiCheat - Minecraft","og_description":"Filters sensitive outgoing packets, analyzes incoming packets, and detects cheaters","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/mirroranticheat\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/mirroranticheat\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/mirroranticheat\/","name":"Mirror AntiCheat - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/mirroranticheat\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/mirroranticheat\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/mirroranticheat-icon-f5182296f2cd89e86f38a8c929b12c839996790f.png","datePublished":"2026-06-05T22:11:43+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/mirroranticheat\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/mirroranticheat\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/mirroranticheat\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/mirroranticheat-icon-f5182296f2cd89e86f38a8c929b12c839996790f.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/mirroranticheat-icon-f5182296f2cd89e86f38a8c929b12c839996790f.png","width":180,"height":180},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/mirroranticheat\/#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":"Mirror AntiCheat"}]},{"@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\/103055","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:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/103056"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=103055"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=103055"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=103055"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=103055"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}