Short answer

Choose Paper for a small server, a normal SMP or broad plugin compatibility. Choose Folia only when you expect many players spread across the world and every required plugin explicitly supports Folia.

The practical difference

PaperOne primary server tick loopA familiar model with broad Bukkit, Spigot and Paper plugin support.
FoliaIndependent regions tick in parallelNearby chunks are grouped into regions that can run across multiple CPU threads.
Best Paper fitFriends, SMPs and plugin serversThe easiest starting point when compatibility and predictable setup matter.
Best Folia fitLarge, distributed player workloadsMost useful when many players are active far apart and the hardware has many CPU cores.

Why Paper is the default choice

Paper improves the Minecraft Java server while retaining the plugin ecosystem most administrators already understand. Permissions, protection, homes, moderation and quality-of-life plugins are generally easiest to deploy on Paper.

For a Free Beta server with a few friends, Folia usually adds compatibility work without creating a meaningful advantage. Paper is therefore NodeArc's recommended starting point unless your use case clearly needs something else.

What Folia changes

Folia is a Paper fork maintained by the PaperMC team. It divides loaded chunks into independent regions and runs eligible regions in parallel. This can help a large server whose players are spread across separate areas, such as some skyblock or large SMP designs.

Folia is not a universal performance switch. Players gathered in the same area still create a concentrated workload, and small servers rarely have enough independent regions to benefit significantly.

Paper and Folia plugin compatibility

A Paper plugin is not automatically compatible with Folia. Folia removes the assumption of one global main thread, so plugin code must schedule work against the correct region or entity. PaperMC requires compatible plugins to declare folia-supported: true, but the project documentation also warns that the declaration alone does not make unsafe code compatible.

  • Check the plugin's official page or documentation for explicit Folia support.
  • Do not assume that a plugin works because its Paper version loads successfully.
  • Test backups and core gameplay before moving a live world.
  • Use Paper when even one essential plugin depends on the traditional scheduler.

Will Folia make your server faster?

It depends on the workload, player distribution, plugin support and available CPU cores. Folia can scale independent regions in parallel, but it cannot turn every slow plugin, overloaded chunk or undersized server into a fast one.

NodeArc recommendation: start with Paper. Consider Folia later only when monitoring shows a real scaling problem and your complete plugin list supports it.

Decision checklist

  • Choose Paper for a first server, a few friends, common plugins or the widest compatibility.
  • Choose Folia for many distributed players, suitable multi-core hardware and a verified Folia plugin stack.
  • Choose Purpur when you want Paper compatibility with more built-in gameplay configuration.
  • Choose Fabric when you need Fabric mods rather than Bukkit-style plugins.

Start with Paper in the Free Beta

Create a small Minecraft server, choose your version and manage it from the NodeArc panel. No credit card is required.

CREATE FREE SERVER