{"id":39350,"date":"2026-06-01T23:43:44","date_gmt":"2026-06-01T20:43:44","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/chest-spawn\/"},"modified":"2026-06-01T23:43:44","modified_gmt":"2026-06-01T20:43:44","slug":"chest-spawn","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/chest-spawn\/","title":{"rendered":"Chest Spawn"},"content":{"rendered":"<p># SpawnChestPlugin<\/p>\n<p>Automatic treasure chest events with custom loot, legendary items, guardians, and a full visual loot editor.<\/p>\n<p>GitHub | Discord | Wiki<\/p>\n<p>&#8212;<\/p>\n<p>## Features<\/p>\n<p>&#8211; Automatic chest spawns with configurable timer and batch spawning<br \/>\n&#8211; Visual loot editor \u2014 drag and drop items directly in a GUI<br \/>\n&#8211; Three chest tiers with different loot and guardian counts<br \/>\n&#8211; Nine legendary items with unique abilities (optional)<br \/>\n&#8211; Pre-open countdown timer \u2014 first click starts a race to the chest<br \/>\n&#8211; Chest protection zone \u2014 blocks cannot be broken near an active chest<br \/>\n&#8211; Four summoner apple types \u2014 force a specific tier on demand<br \/>\n&#8211; World apple drops \u2014 physical item that spawns in the world with coordinates<br \/>\n&#8211; Protection plugin integration \u2014 chests skip claimed territories automatically<br \/>\n&#8211; Permission-based broadcasts \u2014 fine control over who sees what<br \/>\n&#8211; BossBar HUD \u2014 countdown and active chest timer<br \/>\n&#8211; Statistics, achievements, and leaderboards<br \/>\n&#8211; 10 language translations<\/p>\n<p>&#8212;<\/p>\n<p>![Chest Preview](https:\/\/cdn.modrinth.com\/data\/cached_images\/5471ff06978f3e829c7b995e4a4809a2425b245f.png)<\/p>\n<p>&#8212;<\/p>\n<p>## Compatibility<\/p>\n<p>| Platform | Support |<br \/>\n|&#8212;|&#8212;|<br \/>\n| Spigot | Full support |<br \/>\n| Paper | Full support + async chunk loading |<br \/>\n| Purpur | Full support |<br \/>\n| Pufferfish | Full support |<br \/>\n| Folia | Full support |<\/p>\n<p>Minecraft **1.18 \u2013 1.21.x** and **26.1 \/ 26.1.1** (Mojang&#8217;s new versioning). Server type and version are detected automatically at startup.<\/p>\n<p>&#8212;<\/p>\n<p>![Legendary Items](https:\/\/cdn.modrinth.com\/data\/cached_images\/cadca5f589cd329c7c4be0c8e96b3528f4e58548.png)<\/p>\n<p>&#8212;<\/p>\n<p>## Chest Tiers<\/p>\n<p>| Tier | Chance | Guardians | Guardian Type |<br \/>\n|&#8212;|&#8212;|&#8212;|&#8212;|<br \/>\n| Common | 50% | 1 | Zombie |<br \/>\n| Rare | 35% | 2 | Skeleton |<br \/>\n| Legendary | 15% | 3 | Wither Skeleton |<\/p>\n<p>All chances are configurable. Guardians can be disabled entirely.<\/p>\n<p>&#8212;<\/p>\n<p>## Spawn System<\/p>\n<p>&#8211; Distance from 0,0: 400\u20132000 blocks (configurable)<br \/>\n&#8211; Height range: Y 50\u2013200 (configurable)<br \/>\n&#8211; Surface exclusions: block chests from spawning on water, lava, ice, leaves, and more<br \/>\n&#8211; Auto-despawn after 30 minutes if unopened (configurable)<br \/>\n&#8211; **Batch spawning** \u2014 spawn multiple chests per interval with a delay between each<\/p>\n<p>&#8220;`yaml<br \/>\nsettings:<br \/>\n  chest-count-per-interval: 3   # spawn 3 chests at once<br \/>\n  chest-spawn-delay-seconds: 5  # 5 s between each<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## Pre-Open Timer<\/p>\n<p>Chests start locked after spawning. The first player to right-click starts a configurable countdown visible in chat and BossBar. Only after it ends can anyone open the chest \u2014 giving everyone a chance to run for it.<\/p>\n<p>&#8211; Countdown messages sent only to players within a configurable radius<br \/>\n&#8211; Chest-disappear timer starts fresh after the chest is opened<br \/>\n&#8211; Fully optional \u2014 disable with `pre-open-timer.enabled: false`<\/p>\n<p>&#8220;`yaml<br \/>\npre-open-timer:<br \/>\n  enabled: true<br \/>\n  duration-seconds: 30<br \/>\n  notify-radius: 20.0<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## Chest Protection Zone<\/p>\n<p>Blocks around an active chest are protected from breaking and placing by non-op players. The zone is removed automatically when the chest disappears or is opened.<\/p>\n<p>&#8211; Uses real **WorldGuard regions** when WorldGuard is installed<br \/>\n&#8211; Falls back to built-in `BlockBreakEvent` \/ `BlockPlaceEvent` blocking otherwise<br \/>\n&#8211; Radius is configurable<\/p>\n<p>&#8220;`yaml<br \/>\nchest-protection-zone:<br \/>\n  enabled: true<br \/>\n  radius: 5   # 11\u00d711 area around the chest<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## Protection Plugin Integration<\/p>\n<p>Chests never spawn inside claimed or protected areas. Detected automatically at startup \u2014 no extra configuration required.<\/p>\n<p>**Supported:** WorldGuard \u00b7 GriefPrevention \u00b7 GriefDefender \u00b7 Lands<\/p>\n<p>&#8212;<\/p>\n<p>![Custom Loot Editor](https:\/\/cdn.modrinth.com\/data\/cached_images\/f91f79688aea21933a529c934616faf854a937dc.png)<\/p>\n<p>&#8212;<\/p>\n<p>## Custom Loot Editor<\/p>\n<p>Open with `\/putintothechest`. Configure loot visually without touching any YAML.<\/p>\n<p>&#8211; Drag and drop items directly into the chest GUI<br \/>\n&#8211; Toggle between single (27 slots) and double (54 slots) chest<br \/>\n&#8211; Drop rate control: All \u00b7 1\/2 \u00b7 1\/3 \u00b7 1\/4 \u2026 1\/10<br \/>\n&#8211; Per-tier configuration (Common \/ Rare \/ Legendary)<br \/>\n&#8211; Two-step reset confirmation \u2014 items drop at your feet on reset<br \/>\n&#8211; Preserves enchantments, custom names, lore, and NBT data<\/p>\n<p>### Drop Rate Examples<\/p>\n<p>| Rate | Items Saved | Items per Spawn |<br \/>\n|&#8212;|&#8212;|&#8212;|<br \/>\n| 1\/3 (default) | 30 | 10 random |<br \/>\n| 1\/2 | 30 | 15 random |<br \/>\n| All | 30 | All 30 |<\/p>\n<p>&#8212;<\/p>\n<p>## Summoner Apples<\/p>\n<p>Four distinct apple types, each forcing a specific chest tier or picking one at random. All four can be given via command, obtained through `\/getlegendaryitems`, and configured to drop inside chests independently.<\/p>\n<p>| Command | Result |<br \/>\n|&#8212;|&#8212;|<br \/>\n| `\/giveapple random <player>` | Random-tier chest |<br \/>\n| `\/giveapple common <player>` | Always Common |<br \/>\n| `\/giveapple rare <player>` | Always Rare |<br \/>\n| `\/giveapple legendary <player>` | Always Legendary |<\/p>\n<p>### World Apple Drop<\/p>\n<p>When enabled, a Summoner Apple spawns as a physical item in the world with each chest. Players see the coordinates in chat and race to pick it up. The item never despawns until collected.<\/p>\n<p>&#8220;`yaml<br \/>\nworld-apple-drop:<br \/>\n  enabled: false<br \/>\n  spawn-method: near-chest   # near-chest | near-player | with-chest<br \/>\n  radius: 15<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## BossBar<\/p>\n<p>Optional HUD showing next chest countdown or active chest information. Switches between three states automatically:<\/p>\n<p>&#8211; **Yellow** \u2014 countdown to next spawn (shows during last N minutes)<br \/>\n&#8211; **Pink** \u2014 pre-open countdown (first player activated the chest)<br \/>\n&#8211; **Green** \u2014 active chest: tier, coordinates, time until despawn<br \/>\n&#8211; **Grey** \u2014 chest was opened, showing despawn timer<\/p>\n<p>&#8220;`yaml<br \/>\nfeatures:<br \/>\n  bossbar:<br \/>\n    enabled: false   # opt-in<br \/>\n    countdown-show-minutes-before: 5<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## Permission-Based Broadcasts<\/p>\n<p>All announcements check individual permission nodes. On servers where all permissions are denied by default, grant the `spawnchest.notify.*` nodes to the default group.<\/p>\n<p>| Permission | Controls | Default |<br \/>\n|&#8212;|&#8212;|&#8212;|<br \/>\n| `spawnchest.notify.spawn` | Spawn announcement + title | `true` |<br \/>\n| `spawnchest.notify.coordinates` | Coordinates in announcement | `true` |<br \/>\n| `spawnchest.notify.disappear` | Disappear announcement | `true` |<br \/>\n| `spawnchest.notify.countdown` | Countdown warnings | `true` |<br \/>\n| `spawnchest.notify.bossbar` | BossBar visibility | `true` |<\/p>\n<p>Players without `spawnchest.notify.coordinates` still receive the spawn message \u2014 coordinates are just omitted.<\/p>\n<p>&#8212;<\/p>\n<p>## Legendary Items<\/p>\n<p>Nine unique items with special abilities. Entirely optional \u2014 disable the whole system or individual items in config.<\/p>\n<p>| Item | Ability | Cooldown |<br \/>\n|&#8212;|&#8212;|&#8212;|<br \/>\n| Dragon Slayer | +4 damage, ignites targets | 3s |<br \/>\n| Master Pickaxe | Auto-smelt, 50% double drops | 1s |<br \/>\n| Titan Axe | Tree felling, +3 combat damage | 4\u20136s |<br \/>\n| Void Shovel | 3\u00d73 area excavation, auto-collect | 5s |<br \/>\n| Storm Hammer | +5 damage, lightning, AoE shockwave | 8s |<br \/>\n| Guardian Bow | Double shot, homing arrows | 2s |<br \/>\n| Book of Ancient Wisdom | Enchant all gear in inventory | One use |<br \/>\n| Phoenix Feather | Auto-resurrect, passive fire immunity | 5 min |<br \/>\n| Poseidon&#8217;s Trident | Lightning on hit, rain aura | 10s |<\/p>\n<p>All items include Mending and max-level enchantments. All cooldowns, damage values, and behaviours are configurable.<\/p>\n<p>&#8212;<\/p>\n<p>## Custom Potions<\/p>\n<p>Entirely optional \u2014 disable the whole system or individual items in config.<\/p>\n<p>| Potion | Effect | Duration | Tier |<br \/>\n|&#8212;|&#8212;|&#8212;|&#8212;|<br \/>\n| Strength III | +6 Attack | 2 min | Rare, Legendary |<br \/>\n| Haste II | Mining Speed | 3 min | Rare, Legendary |<br \/>\n| Luck II | Loot Boost | 5 min | Legendary |<br \/>\n| Dolphin&#8217;s Grace | Swim Speed | 3 min | Rare, Legendary |<br \/>\n| Turtle Master Extended | Resistance III + Slowness IV | 1 min | Legendary |<br \/>\n| Wither Resistance | Regen II + Resistance II | 30\u201360s | Legendary |<\/p>\n<p>&#8212;<\/p>\n<p>![Achievements](https:\/\/cdn.modrinth.com\/data\/cached_images\/be2f0851c425abf7392def4b9c47ddae3318a0e7.png)<\/p>\n<p>&#8212;<\/p>\n<p>## Statistics &#038; Achievements<\/p>\n<p>### Tracked Stats<\/p>\n<p>&#8211; Chests opened (total and per tier)<br \/>\n&#8211; Legendary items found<br \/>\n&#8211; Guardians killed<br \/>\n&#8211; Summoner Apples used<\/p>\n<p>### Achievements<\/p>\n<p>| Achievement | Requirement | XP |<br \/>\n|&#8212;|&#8212;|&#8212;|<br \/>\n| First Find | Open 1 chest | 50 |<br \/>\n| Treasure Hunter | Open 10 chests | 200 |<br \/>\n| Chest Master | Open 50 chests | 500 |<br \/>\n| Legendary Finder | Find a legendary item | 300 |<br \/>\n| Guardian Slayer | Kill 25 guardians | 400 |<\/p>\n<p>&#8212;<\/p>\n<p>## Commands<\/p>\n<p>### Player Commands<\/p>\n<p>| Command | Aliases | Description |<br \/>\n|&#8212;|&#8212;|&#8212;|<br \/>\n| `\/nextchest` | `\/nc` | Time until next spawn |<br \/>\n| `\/mystats` | `\/stats` | View your statistics |<br \/>\n| `\/leaderboard` | `\/lb`, `\/top` | Server leaderboard |<br \/>\n| `\/cooldowns` | `\/cd` | Legendary item cooldowns |<\/p>\n<p>### Admin Commands<\/p>\n<p>| Command | Description |<br \/>\n|&#8212;|&#8212;|<br \/>\n| `\/chestnow` | Spawn a chest immediately (respects batch count) |<br \/>\n| `\/setchesttimer <seconds>` | Change spawn interval |<br \/>\n| `\/resettimer` | Reset timer \u2014 chest spawns in 10 seconds |<br \/>\n| `\/reloadchestconfig` | Reload config and language files |<br \/>\n| `\/giveapple <random|common|rare|legendary> <player> [amount]` | Give a Summoner Apple |<br \/>\n| `\/getlegendaryitems` | Receive all legendary items |<br \/>\n| `\/togglelegendary [item]` | Toggle legendary items on\/off |<br \/>\n| `\/togglefeature <feature>` | Toggle features on\/off |<br \/>\n| `\/chestconfig get\/set\/toggle\/reload\/list` | Modify config live |<br \/>\n| `\/putintothechest` | Open custom loot editor |<br \/>\n| `\/cheststats` | View current plugin status |<br \/>\n| `\/testchestzone` | Preview 5 random spawn coordinates |<\/p>\n<p>&#8212;<\/p>\n<p>## Permissions<\/p>\n<p>| Permission | Description | Default |<br \/>\n|&#8212;|&#8212;|&#8212;|<br \/>\n| `spawnchest.use` | Player commands | Everyone |<br \/>\n| `spawnchest.legendary` | Receive legendary items | Everyone |<br \/>\n| `spawnchest.apple` | Use Summoner Apple | Everyone |<br \/>\n| `spawnchest.admin` | All admin commands | OP |<br \/>\n| `spawnchest.config` | `\/chestconfig`, `\/togglelegendary`, `\/togglefeature` | OP |<br \/>\n| `spawnchest.bypass` | Bypass item cooldowns | OP |<br \/>\n| `spawnchest.notify.*` | Announcement visibility nodes | Everyone |<\/p>\n<p>&#8212;<\/p>\n<p>## Localization<\/p>\n<p>10 languages included. Edit files in `plugins\/SpawnChestPlugin\/lang\/`<\/p>\n<p>| Code | Language |<br \/>\n|&#8212;|&#8212;|<br \/>\n| `en` | English |<br \/>\n| `ru` | \u0420\u0443\u0441\u0441\u043a\u0438\u0439 |<br \/>\n| `ua` | \u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430 |<br \/>\n| `es` | Espa\u00f1ol |<br \/>\n| `de` | Deutsch |<br \/>\n| `fr` | Fran\u00e7ais |<br \/>\n| `zh` | \u4e2d\u6587 |<br \/>\n| `pt` | Portugu\u00eas |<br \/>\n| `pl` | Polski |<br \/>\n| `it` | Italiano |<\/p>\n<p>&#8212;<\/p>\n<p>## Installation<\/p>\n<p>1. Download the latest JAR<br \/>\n2. Place it in your `plugins\/` folder<br \/>\n3. Start or restart the server<br \/>\n4. Edit `plugins\/SpawnChestPlugin\/config.yml` if needed<br \/>\n5. Run `\/reloadchestconfig` to apply changes<br \/>\n6. Configure custom loot with `\/putintothechest`<\/p>\n<p>&#8212;<\/p>\n<p>## Links<\/p>\n<p>&#8211; **Wiki:** Full Documentation<br \/>\n&#8211; **Issues:** Report Bugs<br \/>\n&#8211; **Discord:** Get Support<\/p>\n","protected":false},"excerpt":{"rendered":"<p>ChestSpawnPlugin is a flexible and fully customizable plugin for Paper Spigot Bukkit Purpur servers that automatically spawns random loot chests at configurable intervals and locations.<\/p>\n","protected":false},"featured_media":39351,"template":"","meta":{"_minecraft_slug":"chest-spawn","_minecraft_project_id":"AOhB9MQL","_minecraft_author":"bogdan6736","_minecraft_license":"MIT","_minecraft_downloads":952,"_minecraft_follows":8,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"chest-spawn.zip","_minecraft_size_bytes":2233404,"_minecraft_version_count":17,"_minecraft_updated_at":"2026-05-16T08:46:07.915507Z","_minecraft_date_created":"2025-05-12T01:17:48.094350Z","_minecraft_date_modified":"2026-05-12T18:58:45.835200Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/chest-spawn","_minecraft_icon_attachment_id":39351,"_minecraft_imported_at":"2026-06-01T20:43:45+00:00","_minecraft_import_hash":"c27633dc50347d82ac3c76be136bc6b6","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,124,156,844,88,125,89,122,866,127,128,129,91],"mod_loader":[130,131,132,133,134],"minecraft_version":[118,49,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,83,167,163],"class_list":["post-39350","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-bukkit","mod_category-decoration","mod_category-economy","mod_category-equipment","mod_category-folia","mod_category-game-mechanics","mod_category-magic","mod_category-minigame","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-storage","mod_loader-bukkit","mod_loader-folia","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-16","minecraft_version-1-17","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-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>Chest Spawn - 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\/chest-spawn\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Chest Spawn - Minecraft\" \/>\n<meta property=\"og:description\" content=\"ChestSpawnPlugin is a flexible and fully customizable plugin for Paper Spigot Bukkit Purpur servers that automatically spawns random loot chests at configurable intervals and locations.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/chest-spawn\/\" \/>\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\\\/chest-spawn\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chest-spawn\\\/\",\"name\":\"Chest Spawn - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chest-spawn\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chest-spawn\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/chest-spawn-icon-ac7d5e57307fc541ad8df5e92b93ec27ca6167c5_96.webp\",\"datePublished\":\"2026-06-01T20:43:44+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chest-spawn\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chest-spawn\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chest-spawn\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/chest-spawn-icon-ac7d5e57307fc541ad8df5e92b93ec27ca6167c5_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/chest-spawn-icon-ac7d5e57307fc541ad8df5e92b93ec27ca6167c5_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chest-spawn\\\/#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\":\"Chest Spawn\"}]},{\"@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":"Chest Spawn - 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\/chest-spawn\/","og_locale":"en_US","og_type":"article","og_title":"Chest Spawn - Minecraft","og_description":"ChestSpawnPlugin is a flexible and fully customizable plugin for Paper Spigot Bukkit Purpur servers that automatically spawns random loot chests at configurable intervals and locations.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/chest-spawn\/","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\/chest-spawn\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/chest-spawn\/","name":"Chest Spawn - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/chest-spawn\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/chest-spawn\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/chest-spawn-icon-ac7d5e57307fc541ad8df5e92b93ec27ca6167c5_96.webp","datePublished":"2026-06-01T20:43:44+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/chest-spawn\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/chest-spawn\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/chest-spawn\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/chest-spawn-icon-ac7d5e57307fc541ad8df5e92b93ec27ca6167c5_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/chest-spawn-icon-ac7d5e57307fc541ad8df5e92b93ec27ca6167c5_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/chest-spawn\/#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":"Chest Spawn"}]},{"@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\/39350","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\/39351"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=39350"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=39350"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=39350"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=39350"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}