pop4959 / Chunky

Pre-generates chunks, quickly, efficiently, and safely.
GNU General Public License v3.0
556 stars 63 forks source link

suggestion: for modpack devs it would be nice if you can have a config to start a task #339

Closed Thunderrock424242 closed 3 months ago

Thunderrock424242 commented 3 months ago

this would be used if a modpack dev needs to pregen a world so server owners don't have to

it could be like a true or false so people have a option against it. and you can do it just like the command but in the config choose where the player spawns in or world spawn then chose a shape distance and whatever else is needed for the task to begin

pop4959 commented 3 months ago

This is already possible, you can create the task file ahead of time and set the continue-on-restart option to true which will immediately start generating on startup.

Spawning a player in a specific location is something that is outside of scope for chunky to be handling.

Thunderrock424242 commented 3 months ago

This is already possible, you can create the task file ahead of time and set the continue-on-restart option to true which will immediately start generating on startup.

Spawning a player in a specific location is something that is outside of scope for chunky to be handling.

Not spawning but like pregen of world spawn or where the player is

pop4959 commented 3 months ago

The center can also be entered in the task. The player usually enters in around the world spawn location.