
Chunk Reset Scheduler
Schedule automatic chunk resets in your world. Ideal for resetting story locations periodically.

Description
Chunk Reset Scheduler
Automatically reset defined chunk areas on a real-world schedule. Perfect for regenerating mines, resource zones, story locations or farming areas without relying on in-game time.
✨ Features
- Real-world time scheduling (not affected by in-game time or server restarts)
- Configurable reset zones (center + radius)
- Custom reset frequency (every X days)
- Precise reset time (hour + minute)
- Automatic warning messages (30, 15, 5, 1 minute before reset)
- Safe execution on main thread
⚙️ Configuration
The config file is located at:
<pre>chunkresetscheduler.json</pre>Example configuration:
<pre>{ "EnableReset": true, "ChunkResets": [ { "Name": "Spawn Mine", "ChunkX": 0, "ChunkZ": 0, "Radius": 3, "ResetEveryXDays": 7, "ResetAtHour": 3, "ResetAtMinute": 30 } ] }</pre>Field Explanation
- Name – Display name used in warnings
- ChunkX / ChunkZ – Center chunk coordinates (use Ctrl + F3 in-game)
- Radius – Number of chunks around the center to reset
- ResetEveryXDays – Real-world days between resets
- ResetAtHour – Hour of reset (0–23)
- ResetAtMinute – Minute of reset (0–59)
⏰ Time & Timezones
This mod uses server system time, not in-game time.
- If your server runs in UTC, your reset times are also UTC
- If your server uses a local timezone, resets follow that timezone
If times don’t match your expectations, verify your server timezone or adjust your configuration accordingly.
🔔 Warnings
Players will receive warnings before a reset:
- 30 minutes
- 15 minutes
- 5 minutes
- 1 minute
Warnings are sent in chat and are designed to prevent accidental item loss.
⚠️ Important Notes
- Chunks are deleted and regenerated when reloaded
- If players are inside the area during reset, regeneration will be cancelled until next planned reset. A warning is also sent mentionning this.
- It is recommended to leave the area before reset
💡 Use Cases
- Regenerating mining areas
- Resetting farming zones
- Maintaining renewable resource regions
- Resetting story locations so admins do not have to do it themselves on a consistent basis
- Server economy balancing
🛠️ Installation
- Download the mod
- Place it in your server
/Modsfolder - Start the server once to generate the config
- Edit
chunkresetscheduler.json - Restart the server
📌 Tips
- Use small radii first to test behavior. The more zones you schedule, the more taxing it is for the server stability. Same thing for the radius.
- Double-check your timezone before going live
- Watch server logs for scheduled execution
🚨 Disclaimer
By using this mod, you acknowledge that chunk resets are destructive.
- All blocks, items, and structures within a reset zone will be permanently lost
- No data is stored or backed up by this mod
- Lost items, builds, or terrain cannot be recovered
- I am not responsible for accidental resets, misconfiguration, or resulting data loss
Ensure your configuration is correct and that players are properly informed before enabling automatic resets.
Built for server owners who want reliable, automated world maintenance without relying on in-game time.
Ratings & reviews
Sign in to leave a rating or comment.

