Skip to content

Getting Started

SummerMC Developer edited this page Dec 23, 2025 · 2 revisions

๐Ÿš€ Getting Started

Follow these steps to start patching your plugins for Folia.

๐Ÿ“ฅ Prerequisites

  • Java 17 or higher: Required to run the application and the patched plugins.
  • Maven (optional): Only if you are building from source.

โš™๏ธ Installation

  1. Go to the Releases page.
  2. 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.

๐Ÿ› ๏ธ Basic Usage (GUI)

  1. Launch the application by double-clicking the JAR or running:
    java -jar Folia-Phantom-GUI.jar
  2. Add Plugins: Drag and drop your .jar files into the left sidebar.
  3. Configure: Select an output directory if you want them saved outside the default location.
  4. Execute: Click the big blue EXECUTE PATCH button.
  5. Finalize: Once finished, click Open Results to find your Folia-compatible plugins.

๐Ÿ’ป CommandLine Usage (CLI)

java -jar Folia-Phantom-CLI.jar <input_jar_or_dir> [output_dir]

๐Ÿ”Œ Plugin Usage

  1. Place Folia-Phantom-Plugin.jar in your Folia server's plugins folder.
  2. Start the server.
  3. Use /foliaphantom patch <plugin_name> to patch individual plugins or check the config.yml for automated patching rules.

๐Ÿ  Back to Home

Clone this wiki locally