-
Notifications
You must be signed in to change notification settings - Fork 1
Installation.md
Fragmer2 edited this page Feb 3, 2026
·
6 revisions
- Minecraft Server: 1.18 or newer (tested up to 1.20.6)
- Server Software: Spigot, Paper, or Purpur
- Java: 17 or newer
- RAM: At least 1GB free
Download the latest SpawnChestPlugin-X.X.X.jar from:
- Stop your Minecraft server
- Copy
SpawnChestPlugin-X.X.X.jarto thepluginsfolder - Start the server
On first launch, the plugin will create:
plugins/SpawnChestPlugin/
├── config.yml # Main configuration
├── custom_loot.yml # Custom loot tables
├── timer.txt # Spawn timer state
├── statistics.yml # Player statistics
└── lang/ # Language files
├── en.yml
├── ru.yml
├── ua.yml
├── es.yml
├── de.yml
├── fr.yml
├── zh.yml
├── pt.yml
├── pl.yml
└── it.yml
Edit /plugins/SpawnChestPlugin/config.yml:
Minimum Configuration:
# Change language (en, ru, ua, es, de, fr, zh, pt, pl, it)
language: "en"
# Spawn interval in seconds (default: 600 = 10 minutes)
settings:
spawn-interval-seconds: 600
# Enabled worlds
settings:
enabled-worlds:
- "world"
- "world_nether"
- "world_the_end"/reloadchestconfig
/chestnow # Spawn a chest immediately
After installation, verify everything works:
- Check console for
[SpawnChestPlugin] Plugin enabled - Run
/chestconfig list features- should show settings - Run
/chestnow- chest should spawn - Open chest - should contain loot
- Configure - Customize all settings
- Set Permissions - Give players access
- Create Custom Loot - Design your own loot tables
- Learn Commands - Master all commands
- Stop the server
- Backup
/plugins/SpawnChestPlugin/folder - Replace the old JAR with new version
- Start the server
- Check console for migration messages
Note: Configuration files are preserved during updates!
If chest doesn't spawn:
- Check
/nextchest- how much time remaining? - Check enabled worlds in config
- Check console for errors
- See Troubleshooting page