BentoBoxWorld / Boxed

A game mode where you are boxed into a tiny space that only expands by completing advancements
Eclipse Public License 2.0
15 stars 4 forks source link

Pre-Generate Boxes #5

Closed Fredthedoggy closed 1 year ago

Fredthedoggy commented 3 years ago

Description

Is your feature request related to a problem?

My server (like most others) takes a while to generate a box, as its pasting 2,000 blocks.

Describe the solution you'd like us to implement.

The Solution I suggest is pre-generating 2-3 (Customizable in the config) Boxes, at a much slower speed to not affect the TPS. This way if 2 people join at the same time, it doesn't take 5 minutes for one to play.

Describe alternatives you've considered.

N/A

Additional context

N/A

tastybento commented 3 years ago

What is actually taking the time is the world generation around those blocks (2000 will paste in < 1 second). But I get the request. It's a good request.

tastybento commented 3 years ago

This is in progress: https://github.com/BentoBoxWorld/BentoBox/pull/1734

tastybento commented 1 year ago

Closing old issues.