
deploy-plugin
by Nfemz
Factory automation mod for Hytale - from steam age to quantum tech
SKILL.md
name: deploy-plugin description: Builds the Fabrica plugin and deploys it to the Hytale mods folder. Use when deploying, building for release, or updating the mod installation.
Build the Fabrica plugin and deploy it to the Hytale mods folder.
Steps
-
Ask user for version bump type using AskUserQuestion:
- Question: "What type of version bump?"
- Options: "Patch" (0.0.X), "Minor" (0.X.0), "Major" (X.0.0)
-
Read current version from
gradle.properties(theversion=X.Y.Zline) -
Increment version based on user choice:
- Patch: increment Z (e.g., 0.0.2 → 0.0.3)
- Minor: increment Y, reset Z to 0 (e.g., 0.0.2 → 0.1.0)
- Major: increment X, reset Y and Z to 0 (e.g., 0.0.2 → 1.0.0)
-
Update gradle.properties with the new version
-
Run
./gradlew buildto build the plugin -
Find the base JAR file (not -javadoc or -sources) in
build/libs/ -
Copy it to
/mnt/c/Users/femia/AppData/Roaming/Hytale/UserData/Mods/ -
Remove the old version JAR from the mods folder (e.g., delete
Fabrica-0.0.2.jarwhen deployingFabrica-0.0.3.jar) -
Report success with:
- Previous version → New version
- Deployed filename
- Deployment location
スコア
総合スコア
リポジトリの品質指標に基づく評価
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
レビュー
レビュー機能は近日公開予定です