Question create the world async.

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.

ooci

New member
Mar 26, 2024
2
0
1
I'm using papermc1.20.4 and I want to create the world async.
Or is there another way to create a world without affecting server performance
 

Notro

New member
Aug 23, 2023
9
0
1
Well you would want to handle the world creation asynchronously.

If you meant that you want to create a world as an arena for mini-game for example, what you would want to do is to copy the "source" files (your main world) .
Here is an old post that will teach you how to do it.

Important thing to note is: If you are running Asynchronous task, some of the Bukkit Api won't work and could potentially cause errors.
 
Last edited:

ooci

New member
Mar 26, 2024
2
0
1
Well you would want to handle the world creation asynchronously.

If you meant that you want to create a world as an arena for mini-game for example, what you would want to do is to copy the "source" files (your main world) .
Here is an old post that will teach you how to do it.

Important thing to note is: If you are running Asynchronous task, some of the Bukkit Api won't work and could potentially cause errors.
no,I serve survival players, so it’s not okay to do this.