Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
A plugin that makes almost all plugins that are not compatible with folia compatible. Trust me! KingdomX and more!
FoliaPhantom
English | 英語
FoliaPhantom is a lightweight "ghost wrapper" that enables existing Bukkit / Spigot / Paper plugins to run on Folia (a threaded-region enabled fork of Paper) with minimal effort.
🧩 Features
- Automatically adapts external plugins for the Folia environment
- Automatically adds
folia-supported: true
toplugin.yml
- Replaces
BukkitScheduler
with a Folia-compatible proxy - Supports both asynchronous and region-locked scheduling
- Automatically patches and regenerates plugin JARs
- Supports wrapping multiple plugins in parallel
⚙️ Installation Steps
Place
FoliaPhantom.jar
into your server'splugins
directoryStart the server once —
config.yml
will be generated automaticallyOpen and configure
plugins/FoliaPhantom/config.yml
to list target plugins:wrapped-plugins: - name: ExamplePlugin original-jar-path: plugins/ExamplePlugin.jar patched-jar-path: plugins/Folia/ExamplePlugin-patched.jar folia-enabled: true
Restart the server (or run
/reload
) — the plugin(s) will be automatically wrapped and enabled
⚠️ Limitations & Notes
- Plugins that depend on NMS (net.minecraft.server) code are not fully supported
➜ Especially those using classes like
WorldServer
,MinecraftServer
, orEntityPlayer
may not function correctly. - Uses
Unsafe
and reflection to hook intoBukkitScheduler
. May not work in JVMs with restricted security policies. - This is not a guaranteed fix for all Folia-incompatible plugins — test and verify compatibility individually.
📂 config.yml
Options
Key | Description |
---|---|
name |
Display name used in logs |
original-jar-path |
Relative path to the original plugin JAR |
patched-jar-path |
Destination path for the Folia-patched plugin JAR |
folia-enabled |
If true , apply Folia patching; otherwise, use as-is |
📜 License
MIT License
✉️ Contact
Please report bugs or share suggestions via GitHub Issues or on our Discord server.
✨ Decompilation Permission
🛠 Let’s build it together.
Sponsors
Information
Category | Admin Tools |
---|---|
Published on | July 8, 2025 |
License | MIT |
Downloads | 13 |
Stars | 1 |
Watchers | 1 |
Supports Folia
Pinned Versions
Pages
Members
Owner