-
Notifications
You must be signed in to change notification settings - Fork 4
Getting Started
SummerMC Developer edited this page Dec 23, 2025
·
2 revisions
Follow these steps to start patching your plugins for Folia.
- Java 17 or higher: Required to run the application and the patched plugins.
- Maven (optional): Only if you are building from source.
- Go to the Releases page.
- Download the version that suits your needs:
-
Folia-Phantom-GUI.jar: Recommended for desktop users. -
Folia-Phantom-CLI.jar: For headless servers or automation. -
Folia-Phantom-Plugin.jar: To run as a server-side plugin.
-
- Launch the application by double-clicking the JAR or running:
java -jar Folia-Phantom-GUI.jar
-
Add Plugins: Drag and drop your
.jarfiles into the left sidebar. - Configure: Select an output directory if you want them saved outside the default location.
- Execute: Click the big blue EXECUTE PATCH button.
- Finalize: Once finished, click Open Results to find your Folia-compatible plugins.
java -jar Folia-Phantom-CLI.jar <input_jar_or_dir> [output_dir]- Place
Folia-Phantom-Plugin.jarin your Folia server'spluginsfolder. - Start the server.
- Use
/foliaphantom patch <plugin_name>to patch individual plugins or check theconfig.ymlfor automated patching rules.