Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
CozyTreasureHunt
PluginGPL-3.0-only

CozyTreasureHunt

Create your own treasure hunt!

266
Downloads
7
Followers
2 years ago
Updated
📦
2
Versions
adventuregame-mechanicsminigamebukkitpaperpurpurspigot
Download Latestv1.1.0View on Modrinth

📖About CozyTreasureHunt

CozyTreasureHunt


About


User-friendly treasure hunt creator.

Designed for your server events, this plugin will help you create, log and place treasure for players to find, click and gain a reward!


Guide

  • Create treasure with /treasure editor
  • Set a treasure location with /treasure set [name]
  • Spawn the treasure with /treasure spawn
Configuration
#  _____                                    _   _             _
# |_   _| __ ___  __ _ ___ _   _ _ __ ___  | | | |_   _ _ __ | |_
#   | || '__/ _ \/ _` / __| | | | '__/ _ \ | |_| | | | | '_ \| __|
#   | || | |  __/ (_| \__ \ |_| | | |  __/ |  _  | |_| | | | | |_
#   |_||_|  \___|\__,_|___/\__,_|_|  \___| |_| |_|\__,_|_| |_|\__|
#
# Organisation : Cozy Plugins
# Author : Smudge

# The amount of treasure each player is able to find.
# Setting to -1 will let players get unlimited treasure.
global_treasure_limit: -1
global_treasure_limit_message: "&7You have reached the global treasure limit. You cannot redeem any more treasure."
#  _____                                    _   _             _
# |_   _| __ ___  __ _ ___ _   _ _ __ ___  | | | |_   _ _ __ | |_
#   | || '__/ _ \/ _` / __| | | | '__/ _ \ | |_| | | | | '_ \| __|
#   | || | |  __/ (_| \__ \ |_| | | |  __/ |  _  | |_| | | | | |_
#   |_||_|  \___|\__,_|___/\__,_|_|  \___| |_| |_|\__,_|_| |_|\__|
#
# Organisation : Cozy Plugins
# Author : Smudge

treasure:
  enabled: true
  type: "treasure"
  name: "treasure"

  editor:
    enabled: true
    name: "editor"
    permission: "treasurehunt.editor"

  set:
    enabled: true
    name: "set"
    permission: "treasurehunt.set"
    # Set to false if players should not
    # be able to replace treasure locations.
    override_treasure: true
    unable_to_override_treasure: "&7Treasure already exists in this location and cannot be overridden."
    replaced_treasure: "&7The treasure in this location has been replaced."
    placed_treasure: "&7Treasure has been placed in this location."
    invalid_treasure: "&7Treasure type does not exist."
    # When true, the treasure will be spawned immediately in the location.
    spawn_immediately: false

  remove:
    enable: true
    name: "remove"
    permission: "treasurehunt.remove"
    removed: "&7Removed treasure at location {location}"
    remove_all: "&7All locations have been removed."
    none: "&7There are no treasure locations nearby. (4 block radius)"

  spawn:
    enable: true
    name: "spawn"
    permission: "treasurehunt.spawn"
    spawned_treasure: "&7Attempted to spawn all treasure. {result}"

  unspawn:
    enable: true
    name: "unspawn"
    permission: "treasurehunt.unspawn"
    unspawned_treasure: "&7Attempted to un-spawn all the treasure."

  find:
    enable: true
    name: "find"
    permission: "treasurehunt.find"
    header: "&aFound &f{amount} &atreasure."
    max_lines: 5
    line: "&e&l{name} &7is at &f{location}&7. &eClick to teleport."

  save:
    enable: true
    name: "save"
    permission: "treasurehunt.save"

  reload:
    enable: true
    name: "reload"
    permission: "treasurehunt.reload"

CodeFactor
Github All Releases
GitHub issues
GitHub pulls
GitHub version

#  _____                                    _   _             _
# |_   _| __ ___  __ _ ___ _   _ _ __ ___  | | | |_   _ _ __ | |_
#   | || '__/ _ \/ _` / __| | | | '__/ _ \ | |_| | | | | '_ \| __|
#   | || | |  __/ (_| \__ \ |_| | | |  __/ |  _  | |_| | | | | |_
#   |_||_|  \___|\__,_|___/\__,_|_|  \___| |_| |_|\__,_|_| |_|\__|
#
# Spigot Plugin
# Organisation : Cozy Plugins
# Author : Smudge

BStats

👥 Team & Contributors

smuddgge
smuddggeOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitpaperpurpurspigot
Minecraft Versions
1.191.19.11.19.21.19.31.19.41.201.20.1

🔗 Links

Modrinth Page