WorldBorder

WorldBorder

1M Downloads

How many thread can WorldBorder use?

gundami opened this issue ยท 2 comments

commented

Hi,
My server' cpu has 40 threads and worldborder only use 2 threads. How can i use all the threads to fill the world?

commented

Didn't found solution?

commented

Filling the world relies on the vanilla chunk loading/generating methods, Those methods were (and probably still are?) run through a single thread in a queue. There's nothing this plugin can do about that.

I'm no longer actively developing this plugin, so I haven't kept up with developments. It's remotely possible those methods were made thread-safe and able to be run multi-threaded, but I doubt it.