Skip to content

de Getting Started

github-actions[bot] edited this page Aug 24, 2026 · 1 revision

Erste Schritte

Start · Architektur

Browser

  1. pasta-Web-App öffnen.
  2. Ein oder mehrere Plugin-JARs hinzufügen.
  3. Bereite und übersprungene Dateien prüfen.
  4. Konvertieren und patched-*.jar herunterladen.
  5. Bei Stapeln optional pasta-report.csv laden.

GitHub Actions

- name: Patch for Folia
  uses: MARVserver/pasta@develop
  with:
    input: target/my-plugin.jar
    output: build/pasta

Für Produktions-CI einen Release-Tag oder unveränderlichen Commit-SHA pinnen.

CLI / Build

java -jar Folia-Phantom-CLI-2.0.0.jar path/to/plugin.jar
git clone https://github.com/MARVserver/pasta.git
cd pasta/folia-phantom
mvn clean verify

JDK 21+ und Maven 3.8+ sind erforderlich.

Clone this wiki locally