FoliaPhantom v1.3.0
FoliaPhantom v1.3.0
同梱ファイル
| ファイル | 説明 |
|---|---|
Folia Phantom Plugin-*.jar |
Bukkit/Paper サーバーに追加するプラグイン JAR |
Folia Phantom CLI-*.jar |
コマンドラインツール JAR(java -jar で実行) |
使い方
プラグインとして使用する場合:
plugins/ フォルダに Folia Phantom Plugin-*.jar を配置してサーバーを起動
CLIとして使用する場合:
java -jar "Folia Phantom CLI-1.3.0.jar" <input.jar>What's Changed
- Fix GUI label, harden plugin filters, and add core tests by @Summer110622 in #38
- Fix runtime patcher stability and harden JAR metadata handling by @Summer110622 in #39
- Fix patching stability and GUI safeguards by @Summer110622 in #40
- Fix GUI verbose-logging crash and add CLI ASCII-art banner by @Summer110622 in #41
- Improve plugin watcher performance and scan stability by @Summer110622 in #42
- Add Gradle multi-project build and wrapper; update README with Gradle instructions by @Summer110622 in #43
- Stabilize GUI patch workflow and add desktop app-image packaging by @Summer110622 in #44
- Redirect CraftScheduler virtual calls to FoliaPatcher and add transformer tests by @Summer110622 in #45
- Add GitHub Actions workflow for Gradle build by @Summer110622 in #48
- Add Folia-safe Scoreboard#registerNewTeam hook, scanner detection, and tests by @Summer110622 in #47
- Bump Java baseline to 21 and add CI build workflow by @Summer110622 in #49
- Revert native app-image (jpackage) support in GUI module by @Summer110622 in #50
- Remove jpackage app-image profile, clean up GUI imports, and update README by @Summer110622 in #51
- Remove jpackage app-image profile, clean up GUI imports, and update README by @Summer110622 in #53
- Remove jpackage app-image profile, clean up GUI imports, and update README by @Summer110622 in #52
- Move JavaFX configuration to Gradle, remove Maven jpackage profile, and fix GUI Stage imports by @Summer110622 in #54
- Integrate JavaFX Gradle plugin, remove jpackage app-image profile, and tidy GUI Stage usage by @Summer110622 in #55
- ci: Maven-based automatic JAR release on version tags by @Summer110622 in #57
Full Changelog: v1.1.2...v1.3.0