Folia is a Paper fork adding regionalized multithreading to the server to support large amounts of players playing on the same server without the need for BungeeCord.

It works by grouping nearby chunks to form an “independent region.”

Each independent region has its own tick loop, which is ticked at the regular Minecraft tick rate (20 TPS). There is no main thread anymore, as each region effectively has its own “main thread” that executes the entire tick loop.

In this video, I’ll show you how to compile and run Folia.

In this episode, we’re going to cover:

  • What is Folia — Briefly about Folia and how it works.
  • Compiling Folia — How to compile Folia from the source code.

Source Codes:

Links:

  • PaperMC — The official PaperMC website.
  • GitHub – GitHub repository of Folia.
  • Intro Article – The article shown at the beginning of this video.

 

Learn To Make Minecraft Plugins

Creating Minecraft plugins can be confusing, with most YouTube tutorials being painfully outdated, disorganized and offering no live support.

If you want to learn from the best and create truly customized plugins, see Project Orion. This is a full training tried and tested by 2,000+ people showing you step-by-step how to make plugins (minigames, custom mobs, antipiracy, dungeons, claims etc.) and much more!

You’ll get 2x/weekly 1:1 calls to review your code and get your questions answered, plus a 1,900+ community on Discord and our private portal, covered by 30-day guarantee. It’s just so much better experience than any blog post or video since I can pour my time and heart into it and teach you 100X faster than any free YouTube tutorial can. Click here to learn more!