-
Notifications
You must be signed in to change notification settings - Fork 4
Getting Started
SummerMC Developer edited this page May 28, 2026
·
2 revisions
- Java 17+ (runtime & patched plugins)
- Maven 3.8+ (optional, for building from source)
Download from Releases:
| Artifact | Description |
|---|---|
Folia-Phantom-CLI-2.0.0.jar |
Command-line tool |
folia-phantom-gui-2.0.0.jar |
JavaFX desktop GUI |
folia-phantom-plugin-2.0.0.jar |
Server-side plugin |
# Patch a single JAR
java -jar Folia-Phantom-CLI-2.0.0.jar path/to/plugin.jar
# Patch all JARs in a directory
java -jar Folia-Phantom-CLI-2.0.0.jar path/to/jars/
# Interactive mode (no arguments)
java -jar Folia-Phantom-CLI-2.0.0.jarOutput: ./patched-plugins/patched-<filename>.jar
java -jar folia-phantom-gui-2.0.0.jar- Drag & drop JARs into the sidebar
- Configure output directory (optional)
- Click EXECUTE PATCH
- Click Open Results to access patched plugins
- Place
folia-phantom-plugin-2.0.0.jarin Folia'splugins/folder - Create a queue folder:
plugins/folia-patch-queue/ - Drop JARs into the queue folder β auto-patch happens every 5 seconds
- Commands:
-
/foliapatch <plugin>β patch a specific plugin -
/foliapatch listβ list patchable plugins -
/foliapatch statusβ show statistics -
/foliapatch reloadβ reload config
-
git clone https://github.com/MARVserver/pasta.git
cd pasta/folia-phantom
mvn clean package