CCPregen Mod
This simple mod is specifically designed for Cubic Chunks and serves as a world pregeneration tool. It offers a single command /ccpregen for automatically generating specified map areas.
How to Use
All mentioned coordinates are automatically converted by the system — you don't need to worry about unit conversion.
Command Examples:
• To generate a 500-block cube starting from point (0,0,0):
/ccpregen 0 0 0 500 500 500
• To create a tunnel in the Nether 300 blocks wide and tall, 1000 blocks long, starting from (-150,0,0):
/ccpregen -150 0 0 149 300 1000 -1
Process Management
Since the mod supports only one active generation task at a time, there are commands for process control:
/ccpregen_stop— completely stop generation/ccpregen_pause— pause the process/ccpregen_resume— resume paused generation