{"id":46798,"date":"2026-06-02T13:16:11","date_gmt":"2026-06-02T10:16:11","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/cozytreasurehunt\/"},"modified":"2026-06-02T13:16:11","modified_gmt":"2026-06-02T10:16:11","slug":"cozytreasurehunt","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/cozytreasurehunt\/","title":{"rendered":"CozyTreasureHunt"},"content":{"rendered":"<p><img decoding=\"async\" alt=\"CozyTreasureHunt\" src=\"https:\/\/raw.githubusercontent.com\/Cozy-Plugins\/CozyTreasureHunt\/main\/graphics\/1000x300_banner.png\"><\/p>\n<p><img decoding=\"async\" alt=\"About\" src=\"https:\/\/raw.githubusercontent.com\/Cozy-Plugins\/CozyTreasureHunt\/main\/graphics\/heading_about.png\"><\/p>\n<p>User-friendly **treasure hunt** creator.<\/p>\n<p>Designed for your **server events**, this plugin will help you **create, log and place** treasure for players to **find, click and gain** a reward!<\/p>\n<p><img decoding=\"async\" alt=\"Guide\" src=\"https:\/\/raw.githubusercontent.com\/Cozy-Plugins\/CozyTreasureHunt\/main\/graphics\/heading_guide.png\"><\/p>\n<p>&#8211; Create treasure with `\/treasure editor`<br \/>\n&#8211; Set a treasure location with `\/treasure set [name]`<br \/>\n&#8211; Spawn the treasure with `\/treasure spawn`<\/p>\n<p><img decoding=\"async\" alt=\"Configuration\" src=\"https:\/\/raw.githubusercontent.com\/Cozy-Plugins\/CozyTreasureHunt\/main\/graphics\/heading_configuration.jpg\"><\/p>\n<p>&#8220;`yaml<br \/>\n#  _____                                    _   _             _<br \/>\n# |_   _| __ ___  __ _ ___ _   _ _ __ ___  | | | |_   _ _ __ | |_<br \/>\n#   | || &#8216;__\/ _ \/ _` \/ __| | | | &#8216;__\/ _  | |_| | | | | &#8216;_ | __|<br \/>\n#   | || | |  __\/ (_| __  |_| | | |  __\/ |  _  | |_| | | | | |_<br \/>\n#   |_||_|  ___|__,_|___\/__,_|_|  ___| |_| |_|__,_|_| |_|__|<br \/>\n#<br \/>\n# Organisation : Cozy Plugins<br \/>\n# Author : Smudge<\/p>\n<p># The amount of treasure each player is able to find.<br \/>\n# Setting to -1 will let players get unlimited treasure.<br \/>\nglobal_treasure_limit: -1<br \/>\nglobal_treasure_limit_message: &#8220;&#038;7You have reached the global treasure limit. You cannot redeem any more treasure.&#8221;<br \/>\n&#8220;`<br \/>\n&#8220;`yaml<br \/>\n#  _____                                    _   _             _<br \/>\n# |_   _| __ ___  __ _ ___ _   _ _ __ ___  | | | |_   _ _ __ | |_<br \/>\n#   | || &#8216;__\/ _ \/ _` \/ __| | | | &#8216;__\/ _  | |_| | | | | &#8216;_ | __|<br \/>\n#   | || | |  __\/ (_| __  |_| | | |  __\/ |  _  | |_| | | | | |_<br \/>\n#   |_||_|  ___|__,_|___\/__,_|_|  ___| |_| |_|__,_|_| |_|__|<br \/>\n#<br \/>\n# Organisation : Cozy Plugins<br \/>\n# Author : Smudge<\/p>\n<p>treasure:<br \/>\n  enabled: true<br \/>\n  type: &#8220;treasure&#8221;<br \/>\n  name: &#8220;treasure&#8221;<\/p>\n<p>  editor:<br \/>\n    enabled: true<br \/>\n    name: &#8220;editor&#8221;<br \/>\n    permission: &#8220;treasurehunt.editor&#8221;<\/p>\n<p>  set:<br \/>\n    enabled: true<br \/>\n    name: &#8220;set&#8221;<br \/>\n    permission: &#8220;treasurehunt.set&#8221;<br \/>\n    # Set to false if players should not<br \/>\n    # be able to replace treasure locations.<br \/>\n    override_treasure: true<br \/>\n    unable_to_override_treasure: &#8220;&#038;7Treasure already exists in this location and cannot be overridden.&#8221;<br \/>\n    replaced_treasure: &#8220;&#038;7The treasure in this location has been replaced.&#8221;<br \/>\n    placed_treasure: &#8220;&#038;7Treasure has been placed in this location.&#8221;<br \/>\n    invalid_treasure: &#8220;&#038;7Treasure type does not exist.&#8221;<br \/>\n    # When true, the treasure will be spawned immediately in the location.<br \/>\n    spawn_immediately: false<\/p>\n<p>  remove:<br \/>\n    enable: true<br \/>\n    name: &#8220;remove&#8221;<br \/>\n    permission: &#8220;treasurehunt.remove&#8221;<br \/>\n    removed: &#8220;&#038;7Removed treasure at location {location}&#8221;<br \/>\n    remove_all: &#8220;&#038;7All locations have been removed.&#8221;<br \/>\n    none: &#8220;&#038;7There are no treasure locations nearby. (4 block radius)&#8221;<\/p>\n<p>  spawn:<br \/>\n    enable: true<br \/>\n    name: &#8220;spawn&#8221;<br \/>\n    permission: &#8220;treasurehunt.spawn&#8221;<br \/>\n    spawned_treasure: &#8220;&#038;7Attempted to spawn all treasure. {result}&#8221;<\/p>\n<p>  unspawn:<br \/>\n    enable: true<br \/>\n    name: &#8220;unspawn&#8221;<br \/>\n    permission: &#8220;treasurehunt.unspawn&#8221;<br \/>\n    unspawned_treasure: &#8220;&#038;7Attempted to un-spawn all the treasure.&#8221;<\/p>\n<p>  find:<br \/>\n    enable: true<br \/>\n    name: &#8220;find&#8221;<br \/>\n    permission: &#8220;treasurehunt.find&#8221;<br \/>\n    header: &#8220;&#038;aFound &#038;f{amount} &#038;atreasure.&#8221;<br \/>\n    max_lines: 5<br \/>\n    line: &#8220;&#038;e&#038;l{name} &#038;7is at &#038;f{location}&#038;7. &#038;eClick to teleport.&#8221;<\/p>\n<p>  save:<br \/>\n    enable: true<br \/>\n    name: &#8220;save&#8221;<br \/>\n    permission: &#8220;treasurehunt.save&#8221;<\/p>\n<p>  reload:<br \/>\n    enable: true<br \/>\n    name: &#8220;reload&#8221;<br \/>\n    permission: &#8220;treasurehunt.reload&#8221;<br \/>\n&#8220;`<\/p>\n<p>![CodeFactor](https:\/\/www.codefactor.io\/repository\/github\/cozy-plugins\/cozytreasurehunt)<br \/>\n![Github All Releases](https:\/\/github.com\/smuddgge\/leaf\/releases)<br \/>\n![GitHub issues](https:\/\/github.com\/smuddgge\/leaf\/issues)<br \/>\n![GitHub pulls](https:\/\/github.com\/smuddgge\/leaf\/pulls)<br \/>\n![GitHub version](https:\/\/github.com\/smuddgge\/leaf\/releases)<br \/>\n&#8220;`yaml<br \/>\n#  _____                                    _   _             _<br \/>\n# |_   _| __ ___  __ _ ___ _   _ _ __ ___  | | | |_   _ _ __ | |_<br \/>\n#   | || &#8216;__\/ _ \/ _` \/ __| | | | &#8216;__\/ _  | |_| | | | | &#8216;_ | __|<br \/>\n#   | || | |  __\/ (_| __  |_| | | |  __\/ |  _  | |_| | | | | |_<br \/>\n#   |_||_|  ___|__,_|___\/__,_|_|  ___| |_| |_|__,_|_| |_|__|<br \/>\n#<br \/>\n# Spigot Plugin<br \/>\n# Organisation : Cozy Plugins<br \/>\n# Author : Smudge<br \/>\n&#8220;`<\/p>\n<p>![BStats](https:\/\/bstats.org\/plugin\/bukkit\/CozyTreasureHunt\/19286)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Create your own treasure hunt!<\/p>\n","protected":false},"featured_media":46799,"template":"","meta":{"_minecraft_slug":"cozytreasurehunt","_minecraft_project_id":"Bybb6661","_minecraft_author":"smuddgge","_minecraft_license":"GPL-3.0-only","_minecraft_downloads":284,"_minecraft_follows":7,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"cozytreasurehunt.zip","_minecraft_size_bytes":1839370,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-16T11:54:15.120565Z","_minecraft_date_created":"2023-08-05T17:33:01.732370Z","_minecraft_date_modified":"2023-07-31T19:34:36.451193Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/cozytreasurehunt","_minecraft_icon_attachment_id":46799,"_minecraft_imported_at":"2026-06-02T10:16:12+00:00","_minecraft_import_hash":"55ae8355aabdf71070682522249c53b0","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,124,89,866,127,128,129],"mod_loader":[130,132,133,134],"minecraft_version":[54,55,56,57,58,59,36],"class_list":["post-46798","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-bukkit","mod_category-game-mechanics","mod_category-minigame","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","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"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>CozyTreasureHunt - 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\/cozytreasurehunt\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CozyTreasureHunt - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Create your own treasure hunt!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/cozytreasurehunt\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/raw.githubusercontent.com\/Cozy-Plugins\/CozyTreasureHunt\/main\/graphics\/1000x300_banner.png\" \/>\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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/cozytreasurehunt\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/cozytreasurehunt\\\/\",\"name\":\"CozyTreasureHunt - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/cozytreasurehunt\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/cozytreasurehunt\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/cozytreasurehunt-icon-6cafb86e083d764c1f396a28da8fda9a61a34354_96.webp\",\"datePublished\":\"2026-06-02T10:16:11+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/cozytreasurehunt\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/cozytreasurehunt\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/cozytreasurehunt\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/cozytreasurehunt-icon-6cafb86e083d764c1f396a28da8fda9a61a34354_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/cozytreasurehunt-icon-6cafb86e083d764c1f396a28da8fda9a61a34354_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/cozytreasurehunt\\\/#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\":\"CozyTreasureHunt\"}]},{\"@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":"CozyTreasureHunt - 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\/cozytreasurehunt\/","og_locale":"en_US","og_type":"article","og_title":"CozyTreasureHunt - Minecraft","og_description":"Create your own treasure hunt!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/cozytreasurehunt\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/raw.githubusercontent.com\/Cozy-Plugins\/CozyTreasureHunt\/main\/graphics\/1000x300_banner.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/cozytreasurehunt\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/cozytreasurehunt\/","name":"CozyTreasureHunt - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/cozytreasurehunt\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/cozytreasurehunt\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/cozytreasurehunt-icon-6cafb86e083d764c1f396a28da8fda9a61a34354_96.webp","datePublished":"2026-06-02T10:16:11+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/cozytreasurehunt\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/cozytreasurehunt\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/cozytreasurehunt\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/cozytreasurehunt-icon-6cafb86e083d764c1f396a28da8fda9a61a34354_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/cozytreasurehunt-icon-6cafb86e083d764c1f396a28da8fda9a61a34354_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/cozytreasurehunt\/#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":"CozyTreasureHunt"}]},{"@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\/46798","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\/46799"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=46798"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=46798"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=46798"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=46798"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}