Folia plugin compatibility

Plugins we have personally converted with Turnleaf and boot-verified on a real Folia server (Folia 26.1.2). “Clean” means: 0 scheduler blockers, 0 region-lock risks after conversion, and the plugin enables without plugin-scoped errors on boot.

Most rows come from a sweep of the top 60 Paper/Spigot plugins on Modrinth (July 2026), run with the built-in turnleaf corpus command. Conversion quality improves over time — if a plugin failed here on an older version of the tool, re-convert with the latest release before concluding anything. Rows that touch world settings (Multiverse, InvSee++, PowerRanks) need a Turnleaf build newer than v1.0.0.

37 of 37 plugins

PluginVersion testedResultNotes
Advanced Backups3.7.1✅ clean
AdvancedEnchantments9.23.8✅ clean41 scheduler blockers fixed
AdvancedPets2.22.14✅ cleanneeds Vault installed (its Vault hook throws without it)
BlueMap5.22✅ clean
BuildPaste1.11.1✅ clean
CalcMod1.5.1✅ clean
Common Network1.0.23✅ clean
CustomDropsrevamped✅ clean
EssentialsX2.22.1-dev✅ clean2.22.0 stable also verified
InvSee++0.31.15✅ cleanships folia-supported: false plus a delay-0 bug in its own dormant Folia path — the converter overrides the flag and clamps the delay
ItemsAdder4.0.17✅ cleanrequires ProtocolLib dev build (rejects stable) — convert that too
ItemSwapper0.2.1✅ clean
JourneyMap6.0.0✅ clean
Let Me Despawn1.0.0✅ clean
LifeStealZ2.21.1✅ clean
Multiverse-Core5.7.2-pre.2✅ cleanconvert + AI Repair — the repair patches its spawn-safety probe to skip off-region reads on Folia
Multiverse-Inventories5.3.5-pre✅ cleanboots clean alongside repaired Multiverse-Core
MythicEnchants5.13.0✅ cleanrequires MythicMobs
MythicMobs (Premium)5.13.0✅ clean
OneBlock1.6.2✅ clean
Oraxen1.217.0✅ clean
PlayerKits 21.23.1✅ clean
PowerRanks1.10.10✅ cleanconvert + AI Repair — tablist rank sorting turns itself off with a one-line warning (Folia does not support scoreboard team registration); everything else works
ProtocolLibdev build✅ cleanconverted as a dependency for ItemsAdder
Server Redirect1.4.3✅ clean
SetHome6.2✅ clean
TabTPS1.4.1✅ clean
TPS HUD1.9.0✅ clean
Vault1.7.3✅ cleanconverted as a dependency for AdvancedPets
Villager In A Bucket1.5.0✅ clean
VoxelMap-Updated1.16.7✅ clean
Discord Integration3.0.7.1🟡 boots with errorsthe only boot error is the unconfigured INSERT BOT TOKEN placeholder — the conversion itself is clean; set your token and try it
Orbital Strike Cannon7.0🟡 boots with errorscalls Bukkit.reloadData() in onEnable, which Folia cannot do — the plugin catches the failure itself and keeps working; the boot error is cosmetic
Dynmap3.7-beta-8❌ needs author updateno Dynmap build for this MC generation exists — the newest release (Jan 2025) ships version helpers up to MC 1.21.4 only, so it cannot render on plain modern Paper either. Use BlueMap (converts clean, above).
FastAsyncWorldEdit2.15.2❌ needs author updatetargets this MC version on Paper, but FAWE does not support Folia upstream — its NMS adapter layer fails to bind, and its own async chunk engine conflicts with Folia's region ownership. Use WorldEdit (Folia-native, below).
WolfyUtilities4.17-beta.1❌ needs author updateuses legacy NMS (versioned CraftBukkit package + per-version NMS adapters) and would fail on plain modern Paper too — not a Folia or conversion issue. Ships no NMS adapter for modern Minecraft.
CustomCrafting4.17-beta.5❌ blockedhard-depends on WolfyUtilities (above)

Already Folia-native — no conversion needed

These popular plugins ship native Folia support as-is — install them directly and skip Turnleaf entirely:

  • VeinMiner
  • Simple Voice Chat
  • VeinMiner Enchantment
  • Chunky
  • Chunky Border
  • WorldEdit
  • WorldGuard
  • Emotecraft
  • Plasmo Voice
  • Simple Voice Chat Discord Bridge
  • Customizable Player Models
  • ViaVersion
  • ViaBackwards
  • ViaRewind
  • LuckPerms
  • PatPat
  • SkinsRestorer
  • Geyser
  • TAB
  • PacketEvents
  • Terra
  • Grim Anticheat
  • DiscordSRV
  • Click Villagers
  • mclo.gs
  • CoreProtect
  • FancyNpcs
  • FancyHolograms
  • NBT-API
  • CrazyCrates
  • Infinite Villager Trading
  • LagFixer
  • AuthMe ReReloaded
  • ImageFrame

Boot groups tested together

Beyond individual boots, these sets of converted plugins were loaded together on one server and passed:

  • PASSProtocolLib + Vault + ItemsAdder + Oraxen + CustomDrops + AdvancedPets
  • PASSAdvancedEnchantments + EssentialsX + MythicEnchants + MythicMobs

Converted a plugin yourself?

Open an issue (the app's crash analyzer has a one-click Report button) or a pull request adding a row to COMPATIBILITY.md — plugin name, version, result, and any dependency notes.

Report a result on GitHub