-
Notifications
You must be signed in to change notification settings - Fork 4
en Getting Started
github-actions[bot] edited this page Aug 24, 2026
·
1 revision
- Open the pasta web app.
- Drop one or more plugin JARs into the patch area.
- Review ready and skipped files.
- Patch and download
patched-*.jar. - For batches, download
pasta-report.csvwhen needed.
The browser workflow is designed to process plugin JARs locally on the user's device.
- name: Patch for Folia
id: pasta
uses: MARVserver/pasta@develop
with:
input: target/my-plugin.jar
output: build/pastaFor production CI, pin a release tag or immutable commit SHA.
java -jar Folia-Phantom-CLI-2.0.0.jar path/to/plugin.jar
java -jar Folia-Phantom-CLI-2.0.0.jar --output ./converted path/to/plugin.jargit clone https://github.com/MARVserver/pasta.git
cd pasta/folia-phantom
mvn clean verifyUse JDK 21+ and Maven 3.8+.