Paper server plugins

Minecraft Paper plugins, chosen for the stack you run.

Paper is a common foundation for modern Minecraft Java servers, but 'Paper compatible' should still mean more than a jar that happens to start. Use this hub to browse Paper-targeted plugins and understand the checks that matter before production.

Paper compatibility is the starting point, not the finish line.

A production plugin should fit your Minecraft version, dependencies, event workload and the other systems already installed on your server.

Paper API fit

Confirm the plugin explicitly supports Paper or a compatible API level for your server version.

Dependency chain

Check libraries, placeholder systems, economy bridges, databases and any other required plugins before installation.

Operational impact

Pay attention to scheduled tasks, database writes, chunk work and integrations that can become expensive as player count grows.

How to evaluate a Paper plugin before production.

Use a staging server with the same Java, Paper build and important dependencies as production. A plugin that works alone can still conflict with permissions, economy, protection or packet-level systems.

01Match Paper and Minecraft versions

Check the supported Minecraft release and whether the plugin depends on a specific Paper API generation.

02Test with your real dependencies

Install the same libraries, permission system, database and integrations you use in production.

03Watch behavior under load

Test the actions players will repeat most often and inspect logs, timings or profiling data before rolling it out widely.

Quick answers

Useful questions before you choose.

Can Spigot plugins run on Paper?

Many can because Paper maintains broad Bukkit/Spigot API compatibility, but you should still verify the plugin's documented support and test it on your exact Paper build.

Do Paper plugins work on Folia?

Not automatically. Folia changes threading assumptions, so a plugin should explicitly support Folia before you rely on it there.

Should I update Paper plugins immediately?

Review release notes and compatibility first, then test updates on a staging server when the plugin affects important gameplay or stored data.

Build a cleaner Paper plugin stack.

Browse CraftVia's Paper-focused plugin view and keep version and creator context attached while you compare resources.

Browse Paper plugins →