{"id":7182,"date":"2026-05-31T17:37:24","date_gmt":"2026-05-31T14:37:24","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/advancedhunt\/"},"modified":"2026-05-31T17:37:24","modified_gmt":"2026-05-31T14:37:24","slug":"advancedhunt","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/advancedhunt\/","title":{"rendered":"AdvancedHunt"},"content":{"rendered":"<p># \ud83c\udfae Advanced Hunt<\/p>\n<p>> Create engaging treasure hunts with customizable collections, rewards, and requirements!<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udfac Plugin Showcase v.2.2<\/p>\n<p>![Plugin Showcase](https:\/\/www.youtube.com\/watch?v=O-yhUdr9a3s)<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udc1b Bug Reports &#038; Support<\/p>\n<p>\u26a0\ufe0f **IMPORTANT**: Please report every bug on our Discord to make the plugin as good as possible!<\/p>\n<p>\ud83d\udeab **DO NOT REPORT BUGS AS RATINGS!**<\/p>\n<p>\ud83d\udcac Need help? Join our Discord Server for support and updates!<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udccb Requirements<\/p>\n<p>&#8211; **NBT-API** (Required)<br \/>\n&#8211; **PlaceholderAPI** (Optional &#8211; supported since v1.6)<br \/>\n&#8211; **PacketEvents** (Required &#8211; since v4.0.0)<\/p>\n<p>&#8212;<\/p>\n<p>## \u2728 Features<\/p>\n<details>\n<summary>Click to expand feature list<\/summary>\n<p>&#8211; \ud83d\udcac Custom messages with multi-language support<br \/>\n&#8211; \u2728 Particle effects for treasures<br \/>\n&#8211; \ud83d\udce6 Interactive list inventory<br \/>\n&#8211; \u2699\ufe0f In-game configuration<br \/>\n&#8211; \ud83c\udfaf Place mode for better item placement<br \/>\n&#8211; \ud83d\udd0a Sound effects for every action<br \/>\n&#8211; \ud83d\udcbe Inventory save during place mode<br \/>\n&#8211; \ud83c\udfc6 Leaderboard menu<br \/>\n&#8211; \ud83d\udcca Progress tracking menu<br \/>\n&#8211; \ud83c\udf1f Treasure glow effects<br \/>\n&#8211; \ud83c\udf81 Custom reward commands<br \/>\n&#8211; \ud83d\udca1 Hint system with cooldowns<br \/>\n&#8211; \ud83d\udcda Multiple independent collections<br \/>\n&#8211; \ud83c\udf0d Multi-language support (EN, DE, FR, VN, BN, ZH)<br \/>\n&#8211; \ud83c\udfa8 Hex color support<br \/>\n&#8211; MYSQL, SQLite support<br \/>\n&#8211; Client-Side hiding when disabled<\/p>\n<\/details>\n<p>&#8212;<\/p>\n<p>## \ud83c\udfa8 Media<\/p>\n<p>\ud83d\udcf8 **More pictures available in the Modrinth Gallery**<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd0c PlaceholderAPI Integration<\/p>\n<details>\n<summary>Available Placeholders<\/summary>\n<p>All placeholders can be viewed on the GitHub Wiki<\/p>\n<\/details>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f Configuration Example<\/p>\n<details>\n<summary>config.yml Preview<\/summary>\n<p>&#8220;`<br \/>\nconfig-version: 4.0<\/p>\n<p>storage:<br \/>\n  # Options: SQLITE, MYSQL, YAML<br \/>\n  type: SQLITE<\/p>\n<p>  # MySQL Configuration (Only needed if type is MYSQL)<br \/>\n  mysql:<br \/>\n    host: localhost<br \/>\n    port: 3306<br \/>\n    database: advancedhunt<br \/>\n    username: root<br \/>\n    password: password<\/p>\n<p># Supported languages are en, de, bn, vi<br \/>\nlanguage: en<\/p>\n<p>command:<br \/>\n  # Defines the main command and its aliases for the plugin.<br \/>\n  # The first value is used as the primary command, all following values (separated by &#8220;|&#8221;) are registered as aliases.<br \/>\n  name: advancedhunt|ah|ahunt|treasure|treasures<\/p>\n<p>  # Enable Brigadier command integration for enhanced command completion.<br \/>\n  # Brigadier provides native Minecraft command suggestions and validation.<br \/>\n  # Disable this if you experience command-related issues or prefer legacy completion.<br \/>\n  brigadier-integration: false<\/p>\n<p>rewards:<br \/>\n  # Commands matching these regex patterns will be blocked from being added or executed.<br \/>\n  # Use ^ to match the start and $ to match the end of the command.<br \/>\n  # Matches are case-insensitive.<br \/>\n  command-blacklist:<br \/>\n    &#8211; &#8220;^([^:]+:)?execute\\b&#8221;<br \/>\n    &#8211; &#8220;^([^:]+:)?op\\b&#8221;<br \/>\n    &#8211; &#8220;^([^:]+:)?deop\\b&#8221;<br \/>\n    &#8211; &#8220;^([^:]+:)?kill\\b&#8221;<br \/>\n    &#8211; &#8220;^([^:]+:)?summon\\b&#8221;<br \/>\n    &#8211; &#8220;^([^:]+:)?setblock\\b&#8221;<br \/>\n    &#8211; &#8220;^([^:]+:)?fill\\b&#8221;<br \/>\n    &#8211; &#8220;^([^:]+:)?reload\\b&#8221;<br \/>\n    &#8211; &#8220;^([^:]+:)?rl\\b&#8221;<br \/>\n    &#8211; &#8220;^([^:]+:)?stop\\b&#8221;<br \/>\n    &#8211; &#8220;^([^:]+:)?restart\\b&#8221;<br \/>\n    &#8211; &#8220;^([^:]+:)?kick\\b&#8221;<br \/>\n    &#8211; &#8220;^([^:]+:)?whitelist\\b&#8221;<br \/>\n    &#8211; &#8220;^([^:]+:)?ban\\b&#8221;<br \/>\n    &#8211; &#8220;^([^:]+:)?ban-ip\\b&#8221;<br \/>\n    &#8211; &#8220;^([^:]+:)?pardon\\b&#8221;<br \/>\n    &#8211; &#8220;^([^:]+:)?pardon-ip\\b&#8221;<br \/>\n    &#8211; &#8220;^([^:]+:)?pex\\b&#8221;<br \/>\n    &#8211; &#8220;^([^:]+:)?lp\\b&#8221;<br \/>\n    &#8211; &#8220;^([^:]+:)?luckperms\\b&#8221;<br \/>\n    &#8211; &#8220;^([^:]+:)?perm\\b&#8221;<br \/>\n    &#8211; &#8220;^([^:]+:)?perms\\b&#8221;<br \/>\n    &#8211; &#8220;^([^:]+:)?permission\\b&#8221;<br \/>\n    &#8211; &#8220;^([^:]+:)?permissions\\b&#8221;<br \/>\n  # If true, blacklisted commands will also be blocked from executing.<br \/>\n  # If false, they will only be blocked when an admin tries to add them via the GUI.<br \/>\n  block-execution: true<\/p>\n<p>particle-settings:<br \/>\n  enabled: true<br \/>\n  view-distance: 32<br \/>\n  # Particles for treasures not found by the current player<br \/>\n  not-found:<br \/>\n    enabled: true<br \/>\n    particle: CRIT<br \/>\n    count: 3<br \/>\n    speed: 0.01<br \/>\n    offset:<br \/>\n      x: 0.3<br \/>\n      y: 0.3<br \/>\n      z: 0.3<br \/>\n  # Particles for treasures already found by the current player<br \/>\n  found-by-player:<br \/>\n    enabled: true<br \/>\n    particle: HAPPY_VILLAGER<br \/>\n    count: 2<br \/>\n    speed: 0.03<br \/>\n    offset:<br \/>\n      x: 0.3<br \/>\n      y: 0.2<br \/>\n      z: 0.3<br \/>\n  # Particles for treasures found by another player in single-player-find collections<br \/>\n  found-by-others:<br \/>\n    enabled: false # Disabled by default for performance<br \/>\n    particle: WAX_OFF<br \/>\n    count: 2<br \/>\n    speed: 0.3<br \/>\n    offset:<br \/>\n      x: 0.3<br \/>\n      y: 0.2<br \/>\n      z: 0.3<\/p>\n<p># Shows an action bar when the placer is in range of a treasure<br \/>\nproximity-settings:<br \/>\n  enabled: true<br \/>\n  range: 10<\/p>\n<p>leaderboard:<br \/>\n  # Maximum number of entries to display in the GUI leaderboard (per collection)<br \/>\n  display-limit: 100<br \/>\n  # How often to refresh the leaderboard cache in seconds (default: 300 = 5 minutes)<br \/>\n  cache-refresh-interval: 300<\/p>\n<p>hint:<br \/>\n  # Enable\/disable the hint feature<br \/>\n  enabled: true<br \/>\n  # Cooldown in seconds before player can request another hint<br \/>\n  cooldown-seconds: 300<br \/>\n  # Maximum distance in blocks to search for treasures<br \/>\n  proximity-range: 50<br \/>\n  # Apply cooldown if the player fails the minigame?<br \/>\n  apply-cooldown-on-fail: true<br \/>\n  # Apply cooldown to operators<br \/>\n  apply-cooldown-to-operators: false<br \/>\n  # Which coordinate to reveal: X, Z, or RANDOM (only X or Z)<br \/>\n  reveal-coordinate: RANDOM<\/p>\n<p>  # Minigame settings for hints<br \/>\n  minigames:<br \/>\n    # Global setting to enable\/disable minigames entirely<br \/>\n    enabled: true<br \/>\n    # Which minigame to use for hints (REACTION, MEMORY, or RANDOM)<br \/>\n    type: RANDOM<\/p>\n<p>    # Settings for the Reaction minigame<br \/>\n    reaction:<br \/>\n      enabled: true<br \/>\n      # Number of correct clicks required to win<br \/>\n      required-clicks: 15<br \/>\n      # Time in ticks (20 ticks = 1 second) before the target moves and counts as a miss<br \/>\n      update-time: 20<\/p>\n<p>    # Settings for the Memory (Simon) minigame<br \/>\n    memory:<br \/>\n      enabled: true<br \/>\n      # Number of rounds to complete to win<br \/>\n      rounds: 5<br \/>\n      # Time in ticks to show each color during the sequence display<br \/>\n      display-time: 20<\/p>\n<p># Updates the plugin automatically when a new version comes out<br \/>\nupdater:<br \/>\n  # Update for AdvancedHunt plugin<br \/>\n  enabled: true<\/p>\n<p>  # Update for dependency plugin<br \/>\n  dependencies:<br \/>\n    PacketEvents: false<br \/>\n    NBT-API: false<br \/>\n    PlaceholderAPI: false<\/p>\n<p>sounds:<br \/>\n  enabled: true<br \/>\n  treasure-found:<br \/>\n    enabled: true<br \/>\n    sound: ENTITY_PLAYER_LEVELUP<br \/>\n    volume: 1.0<br \/>\n    pitch: 1.5<br \/>\n  collection-completed:<br \/>\n    enabled: true<br \/>\n    sound: UI_TOAST_CHALLENGE_COMPLETE<br \/>\n    volume: 1.0<br \/>\n    pitch: 1.0<br \/>\n  treasure-placed:<br \/>\n    enabled: true<br \/>\n    sound: BLOCK_NOTE_BLOCK_PLING<br \/>\n    volume: 1.0<br \/>\n    pitch: 2.0<br \/>\n  treasure-broken:<br \/>\n    enabled: true<br \/>\n    sound: BLOCK_NOTE_BLOCK_SNARE<br \/>\n    volume: 0.6<br \/>\n    pitch: 0.8<br \/>\n  treasure-already-found:<br \/>\n    enabled: true<br \/>\n    sound: BLOCK_NOTE_BLOCK_BASS<br \/>\n    volume: 0.7<br \/>\n    pitch: 0.5<br \/>\n  treasure-claimed-by-other:<br \/>\n    enabled: true<br \/>\n    sound: ENTITY_ENDERMAN_TELEPORT<br \/>\n    volume: 0.6<br \/>\n    pitch: 0.8<br \/>\n  block-protected:<br \/>\n    enabled: true<br \/>\n    sound: ENTITY_VILLAGER_NO<br \/>\n    volume: 0.8<br \/>\n    pitch: 1.0<br \/>\n  place-mode-break-denied:<br \/>\n    enabled: true<br \/>\n    sound: ITEM_SHIELD_BLOCK<br \/>\n    volume: 0.4<br \/>\n    pitch: 0.9<br \/>\n  place-mode-collect-denied:<br \/>\n    enabled: true<br \/>\n    sound: BLOCK_NOTE_BLOCK_BASS<br \/>\n    volume: 1.0<br \/>\n    pitch: 1.0<br \/>\n  collection_unavailable:<br \/>\n    enabled: true<br \/>\n    sound: BLOCK_BEACON_DEACTIVATE<br \/>\n    volume: 1.0<br \/>\n    pitch: 1.0<\/p>\n<p>fireworks:<br \/>\n  # Enable or disable all custom fireworks<br \/>\n  enabled: true<br \/>\n  # Should the firework be silent (no launch\/explosion sound)<br \/>\n  silent: false<br \/>\n  power:<br \/>\n    # Minimum flight power (1 = low, 3 = very high)<br \/>\n    min: 1<br \/>\n    # Maximum flight power<br \/>\n    max: 2<br \/>\n  effects:<br \/>\n    # Enable flickering effect<br \/>\n    flicker: true<br \/>\n    # Enable trail behind the firework<br \/>\n    trail: true<br \/>\n    # Possible firework effect types (used if random-type = true)<br \/>\n    # Available: BALL, BALL_LARGE, STAR, BURST, CREEPER<br \/>\n    # Will pick a random one<br \/>\n    types:<br \/>\n      &#8211; BALL<br \/>\n      &#8211; BALL_LARGE<br \/>\n      &#8211; STAR<br \/>\n      &#8211; BURST<br \/>\n      &#8211; CREEPER<\/p>\n<p>  colors:<br \/>\n    # Main firework colors<br \/>\n    # Available colors:<br \/>\n    # AQUA, BLACK, BLUE, FUCHSIA, GRAY, GREEN, LIME, MAROON,<br \/>\n    # NAVY, OLIVE, ORANGE, PURPLE, RED, SILVER, TEAL, WHITE, YELLOW<br \/>\n    # Will pick a random one<br \/>\n    list:<br \/>\n      &#8211; AQUA<br \/>\n      &#8211; BLUE<br \/>\n      &#8211; PURPLE<br \/>\n      &#8211; RED<br \/>\n      &#8211; ORANGE<br \/>\n      &#8211; YELLOW<br \/>\n      &#8211; LIME<br \/>\n      &#8211; WHITE<\/p>\n<p>  fade-colors:<br \/>\n    # Enable fade colors after explosion<br \/>\n    enabled: true<br \/>\n    # Colors used for fading<br \/>\n    list:<br \/>\n      &#8211; WHITE<br \/>\n      &#8211; SILVER<br \/>\n      &#8211; GRAY<\/p>\n<p># Settings for data migration<br \/>\n# These settings are ONLY used when running &#8216;\/ah migrate mysql&#8217;<br \/>\n# They define the TARGET database where data will be moved TO.<br \/>\nmigration:<br \/>\n  target:<br \/>\n    host: &#8220;localhost&#8221;<br \/>\n    port: 3306<br \/>\n    database: &#8220;advancedhunt_target&#8221;<br \/>\n    username: &#8220;root&#8221;<br \/>\n    password: &#8220;password&#8221;<\/p>\n<p>&#8220;`<\/p>\n<\/details>\n<p>&#8212;<\/p>\n<p>## \u2764\ufe0f Support the Community<\/p>\n<p>If you&#8217;d like to support the developers, please consider donating to **FamaLlama** &#8211; a community-run server for neurodivergents that is completely non-profit and struggling to raise money to keep running.<\/p>\n<p>**Thanks to everyone who supports the community!** \ud83d\ude4f<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udc96 Support the Developers<\/p>\n<p>If you like AdvancedHunt and want to support its future development, consider donating:<\/p>\n<p>\ud83d\udcb8 Donate via Ko-fi<br \/>\n\u2b50 Leave a 5-Star Review on SpigotMC<\/p>\n<p>**Every bit of support helps us continue creating new updates and features \u2764\ufe0f**<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcca Statistics<\/p>\n<p>![bStats](https:\/\/bstats.org\/signatures\/bukkit\/AdvancedHunt.svg)<br \/>\nView all plugin statistics at **bStats**<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcdc Legal Notice<\/p>\n<p>\u26a0\ufe0f **ATTENTION**: This resource is for **private use only**.<\/p>\n<p>&#8211; \u274c It is **NOT allowed** to upload\/publish this resource on other websites<br \/>\n&#8211; \u274c Any misuse will be reported and removed<br \/>\n&#8211; \u2696\ufe0f **Unauthorized distribution is ILLEGAL**<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd17 Quick Links<\/p>\n<p>&#8211; \ud83d\udcd6 Full Documentation<br \/>\n&#8211; \ud83d\udcac Discord Support<br \/>\n&#8211; \ud83d\udc1b Bug Reports<br \/>\n&#8211; \ud83c\udfd7\ufe0f Latest Dev Build (Open a ticket)<\/p>\n<p>&#8212;<\/p>\n<p>*Made with \u2764\ufe0f for the Minecraft community*<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Treasure Hunt plugin for the entire server.<\/p>\n","protected":false},"featured_media":7183,"template":"","meta":{"_minecraft_slug":"advancedhunt","_minecraft_project_id":"8ZWWJnYu","_minecraft_author":"TheRedEnd2000","_minecraft_license":"Apache-2.0","_minecraft_downloads":1539,"_minecraft_follows":9,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"advancedhunt.zip","_minecraft_size_bytes":27769219,"_minecraft_version_count":14,"_minecraft_updated_at":"2026-05-16T07:09:23.680521Z","_minecraft_date_created":"2024-03-27T06:10:01.190220Z","_minecraft_date_modified":"2026-04-04T20:59:25.781517Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/advancedhunt","_minecraft_icon_attachment_id":7183,"_minecraft_imported_at":"2026-05-31T14:37:24+00:00","_minecraft_import_hash":"d24635f9ddfeb8f49e087cbe1150f8bf","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,124,156,866,127,129],"mod_loader":[130,132,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,37,40,41,73,74,38,78,79,80,81,82,30,31,860,861,862,863,864],"class_list":["post-7182","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-bukkit","mod_category-decoration","mod_category-minigame","mod_category-paper","mod_category-spigot","mod_loader-bukkit","mod_loader-paper","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-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-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>AdvancedHunt - 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\/advancedhunt\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AdvancedHunt - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Treasure Hunt plugin for the entire server.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/advancedhunt\/\" \/>\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\\\/advancedhunt\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/advancedhunt\\\/\",\"name\":\"AdvancedHunt - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/advancedhunt\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/advancedhunt\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/advancedhunt-icon-8738dfc406332f137e25ca59f7e6d103c5758612.png\",\"datePublished\":\"2026-05-31T14:37:24+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/advancedhunt\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/advancedhunt\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/advancedhunt\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/advancedhunt-icon-8738dfc406332f137e25ca59f7e6d103c5758612.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/advancedhunt-icon-8738dfc406332f137e25ca59f7e6d103c5758612.png\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/advancedhunt\\\/#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\":\"AdvancedHunt\"}]},{\"@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":"AdvancedHunt - 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\/advancedhunt\/","og_locale":"en_US","og_type":"article","og_title":"AdvancedHunt - Minecraft","og_description":"Treasure Hunt plugin for the entire server.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/advancedhunt\/","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\/advancedhunt\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/advancedhunt\/","name":"AdvancedHunt - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/advancedhunt\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/advancedhunt\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/05\/advancedhunt-icon-8738dfc406332f137e25ca59f7e6d103c5758612.png","datePublished":"2026-05-31T14:37:24+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/advancedhunt\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/advancedhunt\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/advancedhunt\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/05\/advancedhunt-icon-8738dfc406332f137e25ca59f7e6d103c5758612.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/05\/advancedhunt-icon-8738dfc406332f137e25ca59f7e6d103c5758612.png","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/advancedhunt\/#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":"AdvancedHunt"}]},{"@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\/7182","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\/7183"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=7182"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=7182"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=7182"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=7182"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}