-
Notifications
You must be signed in to change notification settings - Fork 1
Home
SpawnChestPlugin is an advanced Minecraft plugin that spawns treasure chests at random locations with customizable loot, guardians, and legendary items. Perfect for survival servers, events, and PvP gameplay!
- Random Chest Spawning — Chests spawn automatically at configurable intervals
- Batch Spawning — Spawn multiple chests per interval simultaneously (new in 4.4)
- Three Tier System — Common, Rare, and Legendary chests with different loot
- Guardian Protection — Mobs spawn to guard the chests
- 9 Legendary Items — Unique weapons and tools with special abilities
- Custom Loot System — Create your own loot tables with GUI editor
- 10 Languages — Full localization support
- Statistics & Achievements — Track player progress
- Four Summoner Apple Types — Force specific chest tiers on demand (new in 4.4)
- World Apple Drop — Physical item spawns in the world with coordinates (new in 4.4)
- Pre-Open Timer — First click starts a countdown before chest can be opened (new in 4.4)
- Chest Protection Zone — Area around chest protected from building/breaking (new in 4.4)
- Particle Effects — Visual effects for chest spawns
- BossBar — Optional HUD timer with countdown and active chest info (improved in 4.4)
- Protection Plugin Integration — WorldGuard, GriefPrevention, GriefDefender, Lands
- Notification Permissions — Fine-grained control over who sees announcements
- Minecraft 26.1 / 26.1.1 Support — Mojang's new versioning scheme handled automatically (new in 4.4)
Spawn multiple chests per interval. Each chest finds its own random location with a configurable delay between spawns to avoid server lag.
settings:
chest-count-per-interval: 3
chest-spawn-delay-seconds: 5Chests start locked after spawning. The first player to right-click starts a countdown. Only after it ends can anyone open the chest — giving distant players a chance to run. The chest-disappear timer starts fresh after the chest is opened.
pre-open-timer:
enabled: true
duration-seconds: 30
notify-radius: 20.0Blocks around an active chest are protected from breaking and placing. Uses real WorldGuard regions when available, falls back to built-in event blocking otherwise. Zone is removed when the chest disappears or is opened.
chest-protection-zone:
enabled: true
radius: 5Four distinct items — random, common, rare, legendary. Each can be given via /giveapple, configured to drop inside chests independently, and obtained through /getlegendaryitems.
When enabled, a Summoner Apple spawns as a physical item in the world each time a chest appears. Players see the coordinates in chat and race to pick it up. The item never despawns until collected.
Control which surfaces chests are allowed to spawn on.
spawn-zone:
exclude-surfaces:
water: true
lava: true
ice: true
sand: false- Unopened chest disappears after
chest-disappear-minutesfrom spawn - Opened chest gets a fresh
chest-disappear-minutesfrom the moment it was opened - The two timers are fully independent
Mojang introduced a new versioning scheme in 2026. The version adapter now handles both 1.X and YY.X formats transparently — no changes needed on the server side.
- Installation — How to install and setup
- Configuration — All config options explained
- Commands* — Complete command reference
- Permissions* — Permission nodes
- Legendary Items* — All legendary items and abilities
- Custom Loot* — How to create custom loot tables
- Statistics* — Player stats and achievements
- Language Files* — Multi-language support
- API* — For developers
- FAQ* — Frequently asked questions
- Troubleshooting* — Common issues and solutions
- Download the plugin JAR file
- Place it in your server's
pluginsfolder - Restart the server
- Edit
plugins/SpawnChestPlugin/config.yml - Use
/reloadchestconfigto apply changes - First chest will spawn in 30 seconds
- Configure custom loot with
/putintothechest
- Issues: GitHub Issues
- Discord: Join our Discord
- SpigotMC: Plugin Page
- Modrinth: Plugin Page
This plugin is released under MIT
Last Updated: April 2026 Plugin Version: 4.4 Minecraft Version: 1.18 – 1.21.x · 26.1 · 26.1.1