{"id":89757,"date":"2026-06-05T06:02:07","date_gmt":"2026-06-05T03:02:07","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/kauri-antivpn\/"},"modified":"2026-06-05T06:02:07","modified_gmt":"2026-06-05T03:02:07","slug":"kauri-antivpn","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/kauri-antivpn\/","title":{"rendered":"Kauri AntiVPN"},"content":{"rendered":"<p><center><\/p>\n<p>![Kauri AntiVPN Logo](https:\/\/cdn.modrinth.com\/data\/cached_images\/8d94a561bb11978475e77ed7805b73f2c6f58ee6.png)<\/p>\n<p># KauriVPN<br \/>\nThe most accurate and lightweight AntiVPN plugin<\/p>\n<p>*If you&#8217;re enjoying the service, please leave a review!*<\/p>\n<p>*Join our Discord for support!*<\/p>\n<p>## Web Based Proxy Lookup: isitbad.io<br \/>\n<\/center><\/p>\n<p>&#8212;<\/p>\n<p>## Description<br \/>\nThis AntiVPN plugin isn&#8217;t like other AntiVPN plugins, which use external databases and services not made by the developer themselves. We use our own in-house API to keep things fast and well integrated. And, it&#8217;s **compatible with Velocity, BungeeCord, and Spigot** in the same JAR!<\/p>\n<p>## Why KauriVPN?<br \/>\nWe don&#8217;t use any external APIs on our backend, just our homemade special sauce for detecting VPNs, Proxies, and TOR. Not only do we have a **high accuracy** and detection rate, but we also process your queries **fast** in under 2ms! Our API updates its IP tables every 10 minutes, so you don\u2019t have to worry about outdated information allowing bad actors on your server or blocking legitimate connections.<\/p>\n<p>We have multiple regions for our API, allowing for extremely low network latency for most locations!<\/p>\n<p>You can test our API with your own VPN here!<\/p>\n<p>&#8212;<\/p>\n<p>## Plugin Features!<br \/>\n&#8211; Optional use of MySQL databases to cache query results.<br \/>\n&#8211; Exemption of individual uuids\/players from VPN checking.<br \/>\n&#8211; Block players based on prefix so you can exempt Bedrock players.<br \/>\n&#8211; Ingame player IP lookups, with very extensive detail.<br \/>\n&#8211; Get alerts when players join on VPNs!<\/p>\n<p>![User Joining on a VPN](https:\/\/cdn.modrinth.com\/data\/cached_images\/291c67bdc89da6cf7e85b37e2517aa72a6fc2f7a.png)<br \/>\n![Viewing API Queries used by the plugin](https:\/\/cdn.modrinth.com\/data\/cached_images\/7f4c9202b838cdc9185b50793ebf92000447fb97.png)<br \/>\n&#8212;<\/p>\n<p>## Plugin Information *(IMPORTANT TO READ)*<\/p>\n<p>### Compatibility<br \/>\n&#8211; **BungeeCord Versions**: b1100 and newer have been tested to work<br \/>\n&#8211; **Bukkit\/Spigot Versions**: 1.7.10 and newer have been tested to work<br \/>\n&#8211; **Velocity Versions**: 3.0.1 and newer have been tested to work<\/p>\n<p>### TCPShield<br \/>\nIf you are going to be using TCPShield, please ensure you are using their provided &#8220;RealIP&#8221; plugin. Without this plugin, KauriVPN will see players joining from TCPShield proxies. This means players will always be seen as on a VPN, even if they are not using one.<\/p>\n<p>### GeyserMC Users<br \/>\nBe wary of how you configure GeyserMC for your server. Some configurations of KauriVPN and GeyserMC will result in all Bedrock players being detected as using a proxy. If this is the case for you, please set your player names to use a prefix and configure the `prefixWhitelist` section of KauriVPN with your prefix to prevent detection.<\/p>\n<p>### Commands<br \/>\n&#8211; `\/antivpn` &#8211; View all commands you can use. &#8211; `antivpn.command`<br \/>\n&#8211; `\/antivpn lookup <player>` &#8211; Lookup player IP information &#8211; `antivpn.command.lookup`<br \/>\n&#8211; `\/antivpn alerts` &#8211; Toggle your VPN usage alerts &#8211; `antivpn.command.alerts`<br \/>\n&#8211; `\/antivpn allowlist <add\/remove> <player\/uuid\/ip>` &#8211; Exempt players or IPs from proxy checks &#8211; `antivpn.command.allowlist`<br \/>\n&#8211; `\/antivpn clearcache` &#8211; Clear the API response cache if problems occur<br \/>\n&#8211; `\/antivpn plan` &#8211; View your KauriVPN Plan and Queries Info<br \/>\n&#8211; `\/antivpn reload` &#8211; Reload the KauriVPN plugin<\/p>\n<p>### Other Permissions<br \/>\n&#8211; `antivpn.bypass`: Allow a player to bypass the checking\/kicking for proxies.<\/p>\n<p>### Generated Files<\/p>\n<details>\n<summary>**config.yml**<\/summary>\n<p>&#8220;`yaml<br \/>\n#####################################################<br \/>\n#                  KauriVPN Config                  #<br \/>\n#              by Brighten Development              #<br \/>\n#####################################################<br \/>\n# If you find that you run out of your free 20,000 queries, you may purchase a license on https:\/\/funkemunky.cc\/shop<br \/>\nlicense: &#8221;<br \/>\n# Message only sent with commands disabled below. Supports color codes (&#8216;&#038;&#8217;)<br \/>\nkickMessage: Proxies are not allowed on our server<br \/>\n# Caching results will lower your query usage, but results may be out of date.<br \/>\ncachedResults: true<br \/>\n# All players with any of the following characters in the beginning of their name will be whitelisted<br \/>\n# This is a useful feature for servers that allow players through Geyser and their IPs are not forwarded, causing<br \/>\n# players to be removed falsely for use of proxy.<br \/>\nprefixWhitelists: []<br \/>\n# Configure your database here.<br \/>\ndatabase:<br \/>\n  # Enable to cache queries and save alerts state beyond restarts<br \/>\n  enabled: false<br \/>\n  useCredentials: true<br \/>\n  #Options Mongo and MySQL<br \/>\n  type: MySQL<br \/>\n  # The database name you would like to use<br \/>\n  database: kaurivpn<br \/>\n  # Can be used if you prefer to authenticate via Mongo URL<br \/>\n  mongoURL: &#8221;<br \/>\n  # Your database username<br \/>\n  username: root<br \/>\n  # Your database password<br \/>\n  password: password<br \/>\n  # The IP of your database goes here<br \/>\n  ip: localhost<br \/>\n  # -1 will use default port of databases (MySQL:3306, Mongo:27017). Otherwise, enter alternative ports here.<br \/>\n  port: -1<br \/>\ncommands:<br \/>\n  # Enable this to override the default kick function of the plugin with your own commands<br \/>\n  enabled: false<br \/>\n  # List of commands to run when a player is detected to be using a proxy. Supports color codes (&#8216;&#038;&#8217;)<br \/>\n  execute:<br \/>\n    &#8211; kick %player% VPNs are not allowed on our server!<br \/>\n# Enable\/disable the default kicking feature of KauriVPN.<br \/>\nkickPlayers: true<br \/>\n# Configure all alerting functionality<br \/>\nalerts:<br \/>\n  # You may set to &#8216;false&#8217; to disable all alerts functionality<br \/>\n  enabled: true<br \/>\n  # Message to send to users with alerts enabled<br \/>\n  # Placeholders: %country% (Country name), %player% (Player name), %reason% (Proxy detection method),<br \/>\n  # %city% (City name).<br \/>\n  message: &#8216;&#038;8[&#038;6KauriVPN&#038;8] &#038;e%player% &#038;7has joined on a VPN\/proxy &#038;8(&#038;f%reason%&#038;8)<br \/>\n    &#038;7in location &#038;8(&#038;f%city%&#038;7, &#038;f%country%&#038;8)&#8217;<br \/>\n# Configuration for country gatekeepings<br \/>\ncountries:<br \/>\n  # You must use ISO codes for country configuration: https:\/\/www.iban.com\/country-code<br \/>\n  # Leave empty to disable this configuration<br \/>\n  list: []<br \/>\n  # Set whitelist to true to only allow listed country codes, and false to deny listed country codes.<br \/>\n  whitelist: true<br \/>\n  # The commands to be run if the player is not allowed on the server with the above configured conditions<br \/>\n  # Placeholders: %country% (Country name), %player% (Player name), %code% (Country ISO Code)<br \/>\n  # Keep this empty with &#8220;[]&#8221; if you want to use the built-in kicking system.<br \/>\n  commands: []<br \/>\n  # The kick message that will be used if commands are configured to use the built-in kicking sytem.<br \/>\n  # PlaceHolders: %country% (Country name), %player% (Player name), %code% (Country ISO Code)<br \/>\n  vanillaKickReason: &#8220;&#038;cSorry, but our server does not allow connections fromn&#038;f%country%&#8221;<br \/>\n# This will disable any information being sent to https:\/\/bstats.org. We recommend you keep this enabled as it helps<br \/>\n# us understand our users and put effort where it is needed. All information sent goes under their privacy as seen<br \/>\n# here: https:\/\/bstats.org\/privacy-policy<br \/>\nbstats: true<br \/>\n&#8220;`<\/p>\n<\/details>\n<p>## Dependencies<br \/>\nNone \ud83d\ude42<\/p>\n<p>&#8212;<\/p>\n<p>## Free AntiVPN?<br \/>\nYes, it&#8217;s free! You don&#8217;t even have to pay for an external API. Our service offers a generous 20,000 queries per month for free. If you are a server with less than 80 players concurrently, you are highly unlikely to reach this cap and won&#8217;t need to upgrade. If you start reaching the cap, you can upgrade your plan on https:\/\/funkemunky.cc\/shop and insert your license into the `config.yml`.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The most accurate and lightweight AntiVPN. Stop cheaters and malicious players in their tracks!<\/p>\n","protected":false},"featured_media":89758,"template":"","meta":{"_minecraft_slug":"kauri-antivpn","_minecraft_project_id":"5UF9tf3G","_minecraft_author":"funkemunky","_minecraft_license":"Apache-2.0","_minecraft_downloads":1719,"_minecraft_follows":2,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"kauri-antivpn.zip","_minecraft_size_bytes":54658108,"_minecraft_version_count":8,"_minecraft_updated_at":"2026-05-16T06:52:26.972879Z","_minecraft_date_created":"2025-02-13T06:56:52.724533Z","_minecraft_date_modified":"2026-05-03T18:56:28.709057Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/kauri-antivpn","_minecraft_icon_attachment_id":89758,"_minecraft_imported_at":"2026-06-05T03:02:07+00:00","_minecraft_import_hash":"30e4e397db40ef140a61720066e76db7","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,894,125,126,127,128,129,1005,123,92,985,992],"mod_loader":[130,895,131,132,133,134,1006,986,993],"minecraft_version":[339,340,341,357,359,360,379,382,385,438,446,449,110,111,112,113,114,115,116,117,118,119,120,46,47,48,49,50,51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82,180,21,13,14,15,16,17,18,19,20,22,23,24,25,26,27,28,29,30,31,860,861,862,863,864,83,167,163],"class_list":["post-89757","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-bungeecord","mod_category-folia","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-sponge","mod_category-technology","mod_category-utility","mod_category-velocity","mod_category-waterfall","mod_loader-bukkit","mod_loader-bungeecord","mod_loader-folia","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","mod_loader-sponge","mod_loader-velocity","mod_loader-waterfall","minecraft_version-1-10","minecraft_version-1-10-1","minecraft_version-1-10-2","minecraft_version-1-11","minecraft_version-1-11-1","minecraft_version-1-11-2","minecraft_version-1-12","minecraft_version-1-12-1","minecraft_version-1-12-2","minecraft_version-1-13","minecraft_version-1-13-1","minecraft_version-1-13-2","minecraft_version-1-14","minecraft_version-1-14-1","minecraft_version-1-14-2","minecraft_version-1-14-3","minecraft_version-1-14-4","minecraft_version-1-15","minecraft_version-1-15-1","minecraft_version-1-15-2","minecraft_version-1-16","minecraft_version-1-16-1","minecraft_version-1-16-2","minecraft_version-1-16-3","minecraft_version-1-16-4","minecraft_version-1-16-5","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","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","minecraft_version-1-21-9","minecraft_version-1-7","minecraft_version-1-7-10","minecraft_version-1-7-2","minecraft_version-1-7-3","minecraft_version-1-7-4","minecraft_version-1-7-5","minecraft_version-1-7-6","minecraft_version-1-7-7","minecraft_version-1-7-8","minecraft_version-1-7-9","minecraft_version-1-8","minecraft_version-1-8-1","minecraft_version-1-8-2","minecraft_version-1-8-3","minecraft_version-1-8-4","minecraft_version-1-8-5","minecraft_version-1-8-6","minecraft_version-1-8-7","minecraft_version-1-8-8","minecraft_version-1-8-9","minecraft_version-1-9","minecraft_version-1-9-1","minecraft_version-1-9-2","minecraft_version-1-9-3","minecraft_version-1-9-4","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>Kauri AntiVPN - 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\/kauri-antivpn\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Kauri AntiVPN - Minecraft\" \/>\n<meta property=\"og:description\" content=\"The most accurate and lightweight AntiVPN. Stop cheaters and malicious players in their tracks!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/kauri-antivpn\/\" \/>\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\\\/kauri-antivpn\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/kauri-antivpn\\\/\",\"name\":\"Kauri AntiVPN - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/kauri-antivpn\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/kauri-antivpn\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/kauri-antivpn-icon-db3121ece7fab6443b9d84b9f0a31bd2a9b0bd72_96.webp\",\"datePublished\":\"2026-06-05T03:02:07+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/kauri-antivpn\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/kauri-antivpn\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/kauri-antivpn\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/kauri-antivpn-icon-db3121ece7fab6443b9d84b9f0a31bd2a9b0bd72_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/kauri-antivpn-icon-db3121ece7fab6443b9d84b9f0a31bd2a9b0bd72_96.webp\",\"width\":64,\"height\":64},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/kauri-antivpn\\\/#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\":\"Kauri AntiVPN\"}]},{\"@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":"Kauri AntiVPN - 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\/kauri-antivpn\/","og_locale":"en_US","og_type":"article","og_title":"Kauri AntiVPN - Minecraft","og_description":"The most accurate and lightweight AntiVPN. Stop cheaters and malicious players in their tracks!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/kauri-antivpn\/","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\/kauri-antivpn\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/kauri-antivpn\/","name":"Kauri AntiVPN - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/kauri-antivpn\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/kauri-antivpn\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/kauri-antivpn-icon-db3121ece7fab6443b9d84b9f0a31bd2a9b0bd72_96.webp","datePublished":"2026-06-05T03:02:07+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/kauri-antivpn\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/kauri-antivpn\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/kauri-antivpn\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/kauri-antivpn-icon-db3121ece7fab6443b9d84b9f0a31bd2a9b0bd72_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/kauri-antivpn-icon-db3121ece7fab6443b9d84b9f0a31bd2a9b0bd72_96.webp","width":64,"height":64},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/kauri-antivpn\/#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":"Kauri AntiVPN"}]},{"@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\/89757","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\/89758"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=89757"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=89757"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=89757"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=89757"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}