{"id":114696,"date":"2026-06-06T21:13:17","date_gmt":"2026-06-06T18:13:17","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/oaexploits\/"},"modified":"2026-06-06T21:13:17","modified_gmt":"2026-06-06T18:13:17","slug":"oaexploits","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/oaexploits\/","title":{"rendered":"oaexploits"},"content":{"rendered":"<p>### Key Features and Configurations<\/p>\n<p>#### Key Features<\/p>\n<p>1. **\/oaexploitsgui Command Features:**<br \/>\n   &#8211; **Ban and Unban GUI:** Intuitive GUIs for banning and unbanning players with player heads for easy identification. Includes confirmation messages for admins and prevents self-banning.<\/p>\n<p>2. **Illegal Items Management:**<br \/>\n   &#8211; Detects and removes illegal items from inventories and containers.<\/p>\n<p>3. **Chunk Limiter:**<br \/>\n   &#8211; Sets limits for specific items within each chunk to prevent excessive block placement.<\/p>\n<p>4. **Command Control:**<br \/>\n   &#8211; Blocks specific commands and allows a whitelist of permitted commands.<\/p>\n<p>5. **Customizable Notifications:**<br \/>\n   &#8211; Sends customizable messages to players when they interact with illegal items.<\/p>\n<p>6. **\/stats Command:**<br \/>\n   &#8211; Provides comprehensive world statistics for admins and players.<\/p>\n<p>7. **Admin Alerts:**<br \/>\n   &#8211; Sends alerts to admins when players interact with illegal items.<\/p>\n<p>8. **Deop on Leave:**<br \/>\n   &#8211; Automatically deops players upon leaving the server, with optional teleportation and messages.<\/p>\n<p>9. **Logging and Debugging:**<br \/>\n   &#8211; Logs illegal item actions with configurable log levels and debug mode.<\/p>\n<p>10. **Wither Spawn Sound Alert:**<br \/>\n    &#8211; Plays a sound for all players within a configurable radius when a Wither is spawned.<\/p>\n<p>11. **Clear Withers in Chunk:**<br \/>\n    &#8211; Allows admins to clear all Withers in a chunk using the GUI.<\/p>\n<p>#### Configuration (config.yml)<\/p>\n<details>\n<summary>Spoiler<\/summary>\n<p>&#8220;`yaml<br \/>\nconfig-version: 1.3.81<\/p>\n<p># Illegal items configuration<br \/>\nillegal-items:<br \/>\n  blocks:<br \/>\n    &#8211; CHAIN_COMMAND_BLOCK<br \/>\n    &#8211; COMMAND_BLOCK<br \/>\n    &#8211; COMMAND_BLOCK_MINECART<br \/>\n    &#8211; REPEATING_COMMAND_BLOCK<br \/>\n    &#8211; BEDROCK<br \/>\n    &#8211; BARRIER<br \/>\n    &#8211; STRUCTURE_BLOCK<br \/>\n    &#8211; STRUCTURE_VOID<br \/>\n    &#8211; NETHER_PORTAL<br \/>\n    &#8211; LIGHT<br \/>\n    &#8211; END_PORTAL_FRAME<br \/>\n    &#8211; END_PORTAL<br \/>\n    &#8211; SPAWNER<br \/>\n  items:<\/p>\n<p>discord-alerts:<br \/>\n  webhook-url: &#8220;YOUR_DISCORD_WEBHOOK_URL&#8221; # Replace with your actual Discord webhook URL<\/p>\n<p># define the radius on how far the wither-spawn sound should be<br \/>\nwither-sound:<br \/>\n  radius: 20<br \/>\n  sound: ENTITY_WITHER_SPAWN<br \/>\n  volume: 1.0<br \/>\n  pitch: 1.0<\/p>\n<p># Chunk limiter configuration<br \/>\nchunk-limiter:<br \/>\n  limits:<br \/>\n    CHEST: 400<br \/>\n    TRAPPED_CHEST: 400<br \/>\n    TNT: 200<br \/>\n  messages:<br \/>\n    block-limit-exceeded: You cannot place more than {limit} {block} blocks in this chunk.<\/p>\n<p># Command whitelist configuration<br \/>\ncommand-whitelist:<br \/>\n  enabled: true<br \/>\n  commands:<br \/>\n    &#8211; help<br \/>\n    &#8211; vote<br \/>\n    &#8211; joindate<br \/>\n    &#8211; kill<br \/>\n    &#8211; discord<br \/>\n    &#8211; togglechat<br \/>\n    &#8211; toggleconnectionmsgs<br \/>\n    &#8211; toggletells<br \/>\n    &#8211; togglewhispering<br \/>\n    &#8211; toggleprivatemsgs<br \/>\n    &#8211; ignore<br \/>\n    &#8211; ignorelist<br \/>\n    &#8211; ignorehard<br \/>\n    &#8211; toggledeathmsg<br \/>\n    &#8211; dmt<br \/>\n    &#8211; worldstats<br \/>\n    &#8211; playtime<br \/>\n    &#8211; stats<br \/>\n    &#8211; tps<br \/>\n    &#8211; msg<br \/>\n    &#8211; whisper<br \/>\n    &#8211; w<br \/>\n    &#8211; m<br \/>\n    &#8211; t<br \/>\n    &#8211; pm<br \/>\n    &#8211; tell<br \/>\n    &#8211; r<br \/>\n    &#8211; reply<br \/>\n    &#8211; last<br \/>\n    &#8211; kill<br \/>\n    &#8211; shop<br \/>\n    &#8211; skin<\/p>\n<p># Command blacklist configuration<br \/>\ncommand-blacklist:<br \/>\n  enabled: true<br \/>\n  commands:<br \/>\n    &#8211; op<br \/>\n    &#8211; deop<br \/>\n    &#8211; plugins<br \/>\n    &#8211; pl<br \/>\n    &#8211; bukkit:plugins<br \/>\n    &#8211; bukkit:pl<br \/>\n    &#8211; bukkit:?<br \/>\n    &#8211; bukkit:help<br \/>\n    &#8211; .plugins<\/p>\n<p># Additional configurations<br \/>\nadditional-configs:<br \/>\n  check-interval: 10 # Time in seconds between periodic checks<br \/>\n  inventory-scan-depth: 3 # Depth of inventory scanning, affects how many nested inventories are checked<\/p>\n<p>removal-options:<br \/>\n  remove-illegal-items: true<br \/>\n  clean-shulkers-on-place: true<br \/>\n  notify-player-on-illegal-placement: true<\/p>\n<p>messages:<br \/>\n  illegal-item-placement:<br \/>\n    title: &#8220;&#038;cIllegal Block!&#8221;<br \/>\n    subtitle: &#8220;&#038;cThis is an illegal item!&#8221;<br \/>\n  illegal-item-interaction:<br \/>\n    title: &#8220;&#038;cIllegal Item!&#8221;<br \/>\n    subtitle: &#8220;&#038;cYou tried to interact with an illegal item: %item%&#8221;<br \/>\n  illegal-item-movement:<br \/>\n    title: &#8220;&#038;cIllegal Item!&#8221;<br \/>\n    subtitle: &#8220;&#038;cContainer tried to move an illegal item: %item%&#8221;<br \/>\n  illegal-item-removal:<br \/>\n    title: &#8220;&#038;cIllegal Items Removed!&#8221;<br \/>\n    subtitle: &#8220;&#038;cIllegal items were removed from your inventory.&#8221;<br \/>\n  admin-alert: &#8220;&#038;c%player% tried to interact with an illegal item: %item%&#8221;<\/p>\n<p># Maximum levels for enchantments<br \/>\nmax_enchantment_levels:<br \/>\n  PROTECTION: 4<br \/>\n  FIRE_PROTECTION: 4<br \/>\n  FEATHER_FALLING: 4<br \/>\n  BLAST_PROTECTION: 4<br \/>\n  PROJECTILE_PROTECTION: 4<br \/>\n  RESPIRATION: 3<br \/>\n  AQUA_AFFINITY: 1<br \/>\n  THORNS: 3<br \/>\n  DEPTH_STRIDER: 3<br \/>\n  FROST_WALKER: 2<br \/>\n  BINDING_CURSE: 1<br \/>\n  SHARPNESS: 5<br \/>\n  SMITE: 5<br \/>\n  BANE_OF_ARTHROPODS: 5<br \/>\n  KNOCKBACK: 2<br \/>\n  FIRE_ASPECT: 2<br \/>\n  LOOTING: 3<br \/>\n  SWEEPING_EDGE: 3<br \/>\n  EFFICIENCY: 5<br \/>\n  SILK_TOUCH: 1<br \/>\n  UNBREAKING: 3<br \/>\n  FORTUNE: 3<br \/>\n  POWER: 5<br \/>\n  PUNCH: 2<br \/>\n  FLAME: 1<br \/>\n  INFINITY: 1<br \/>\n  LUCK_OF_THE_SEA: 3<br \/>\n  LURE: 3<br \/>\n  LOYALTY: 3<br \/>\n  IMPALING: 5<br \/>\n  RIPTIDE: 3<br \/>\n  CHANNELING: 1<br \/>\n  MULTISHOT: 1<br \/>\n  PIERCING: 4<br \/>\n  QUICK_CHARGE: 3<br \/>\n  MENDING: 1<br \/>\n  VANISHING_CURSE: 1<\/p>\n<p># Enchantment settings<br \/>\nenchantment_settings:<br \/>\n  revert_items: true<br \/>\n  notify_player: false<br \/>\n  log_illegal_items: true<\/p>\n<p># Enchantment messages<br \/>\nenchantment_messages:<br \/>\n  illegal_item: &#8220;&#038;aAn item in your inventory had illegal enchantments and has been reverted to a legal state.&#8221;<br \/>\n  log_illegal_item: &#8220;&#038;eIllegal enchantment detected on item: &#038;c%item% &#038;efrom player: &#038;c%player%&#8221;<br \/>\n  admin_alert: &#8220;&#038;c%player% tried to interact with an illegal item: %item%&#8221;<\/p>\n<p>deop-on-leave:<br \/>\n  enabled: true  # Set to false to disable deop on leave<br \/>\n  whitelist:<br \/>\n    players:<br \/>\n      &#8211; &#8220;AdminPlayer1&#8221;<br \/>\n      &#8211; &#8220;AdminPlayer2&#8221;<br \/>\n  teleport:<br \/>\n    world: &#8220;world&#8221;<br \/>\n    x: 0.0<br \/>\n    y: 64.0<br \/>\n    z: 0.0<br \/>\n    yaw: 0.0<br \/>\n    pitch: 0.0<br \/>\n  message: &#8220;&#038;cYou have been deopped, your inventory cleared, and you have been teleported to the spawn point.&#8221;<br \/>\n  title:<br \/>\n    main: &#8220;&#038;cDeopped&#8221;<br \/>\n    subtitle: &#8220;&#038;cYou have been deopped and teleported to the spawn point.&#8221;<br \/>\n    fade-in: 20  # Duration in ticks (1 second = 20 ticks)<br \/>\n    stay: 60  # Duration in ticks<br \/>\n    fade-out: 20  # Duration in ticks<\/p>\n<p># Admin alerts configuration<br \/>\nadmin-alerts:<br \/>\n  enabled: true<br \/>\n  permission: oaexploits.alerts<br \/>\n  cooldown: 60 # seconds between alerts to avoid spam<\/p>\n<p># Logging settings configuration<br \/>\nlog-settings:<br \/>\n  log-illegal-item-actions: true<br \/>\n  log-file: logs\/oaexploits.log<br \/>\n  log-level: WARNING<\/p>\n<p># Debug mode configuration to see what commands people are executing<br \/>\ndebug-mode: false<br \/>\n&#8220;`<\/p>\n<\/details>\n<p>For any issues or support, please visit the OaExploits Discord. Leave a review of the plugin on Spigot and let us know what you think!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Prevent exploits on your server.<\/p>\n","protected":false},"featured_media":114697,"template":"","meta":{"_minecraft_slug":"oaexploits","_minecraft_project_id":"DXHS2DvS","_minecraft_author":"fanlim","_minecraft_license":"MIT","_minecraft_downloads":600,"_minecraft_follows":4,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"oaexploits.zip","_minecraft_size_bytes":18545859,"_minecraft_version_count":15,"_minecraft_updated_at":"2026-05-16T10:18:09.743775Z","_minecraft_date_created":"2024-07-01T21:40:57.602807Z","_minecraft_date_modified":"2024-07-26T14:09:09.827490Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/oaexploits","_minecraft_icon_attachment_id":114697,"_minecraft_imported_at":"2026-06-06T18:13:18+00:00","_minecraft_import_hash":"a42f49d5f3ef85ea9d7652a6055287bb","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,124,844,89,126,90,127,128,129],"mod_loader":[130,132,133,134],"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,22,23,24,25,26,27,28,29,30,31,860,861,862,863,864],"class_list":["post-114696","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-bukkit","mod_category-economy","mod_category-game-mechanics","mod_category-management","mod_category-optimization","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","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-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"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>oaexploits - 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\/oaexploits\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"oaexploits - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Prevent exploits on your server.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/oaexploits\/\" \/>\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\\\/oaexploits\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/oaexploits\\\/\",\"name\":\"oaexploits - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/oaexploits\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/oaexploits\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/oaexploits-icon-d7b68e9678d43760873ed67e86b2b70c2969a048_96.webp\",\"datePublished\":\"2026-06-06T18:13:17+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/oaexploits\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/oaexploits\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/oaexploits\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/oaexploits-icon-d7b68e9678d43760873ed67e86b2b70c2969a048_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/oaexploits-icon-d7b68e9678d43760873ed67e86b2b70c2969a048_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/oaexploits\\\/#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\":\"oaexploits\"}]},{\"@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":"oaexploits - 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\/oaexploits\/","og_locale":"en_US","og_type":"article","og_title":"oaexploits - Minecraft","og_description":"Prevent exploits on your server.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/oaexploits\/","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\/oaexploits\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/oaexploits\/","name":"oaexploits - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/oaexploits\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/oaexploits\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/oaexploits-icon-d7b68e9678d43760873ed67e86b2b70c2969a048_96.webp","datePublished":"2026-06-06T18:13:17+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/oaexploits\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/oaexploits\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/oaexploits\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/oaexploits-icon-d7b68e9678d43760873ed67e86b2b70c2969a048_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/oaexploits-icon-d7b68e9678d43760873ed67e86b2b70c2969a048_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/oaexploits\/#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":"oaexploits"}]},{"@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\/114696","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\/114697"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=114696"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=114696"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=114696"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=114696"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}