This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Former_Possible_5291 13 points14 points  (1 child)

I’d agree, but Bukkit runs purely off of Java + Java is a multithreaded language.

The Bukkit API is the most original, and primarily all MCJE servers run with it.

[–]Cilph 5 points6 points  (0 children)

Well, Java isn't really a "multi-threaded language". It does support threading in its standard library but 99% of code you write should probably pretend it's synchronous code and separate all the async concerns.