- 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:
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
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