Resource icon

Verified High Quality PreChunk 1.1.0

This script was verified by the Denizen team to be a particularly high quality example of how scripts are written.
Denizen Version
REL-1778
PreChunk is a script which pregenerates your map.

The center is the coordinate 0,0.
It generates only square maps.

It will pause until your TPS are higher than 18. Also you can increase the wait time on line 36 if you're receiving lag. But the default option should be fine.

Syntax: /prechunk [size] [world]

A size of 16 correspond to a map of 32x32 chunks -> 1.024x1.024 blocks.

Size table:
[size] [chunks] [blocks]
16 | 32x32 | 512x512
32 | 64x64 | 1.024x1.024
64 | 128x128 | 2.048x2.048
128 | 256x256 | 4.096x4.096
256 | 512x512 | 8.192x8.192

Documentation: https://github.com/Hydroxycobalamin/Denizen-Script-Collection/wiki/PreChunk
Author
Icecapade
Downloads
712
Views
1,153
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Icecapade

Share this resource

Latest updates

  1. Ignore already generated chunks and modernize

    PreChunk will now ignore already generated chunks and was modernized.