スキル一覧に戻る
Nfemz

deploy-plugin

by Nfemz

Factory automation mod for Hytale - from steam age to quantum tech

0🍴 1📅 2026年1月19日
GitHubで見るManusで実行

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

  1. 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)
  2. Read current version from gradle.properties (the version=X.Y.Z line)

  3. 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)
  4. Update gradle.properties with the new version

  5. Run ./gradlew build to build the plugin

  6. Find the base JAR file (not -javadoc or -sources) in build/libs/

  7. Copy it to /mnt/c/Users/femia/AppData/Roaming/Hytale/UserData/Mods/

  8. Remove the old version JAR from the mods folder (e.g., delete Fabrica-0.0.2.jar when deploying Fabrica-0.0.3.jar)

  9. Report success with:

    • Previous version → New version
    • Deployed filename
    • Deployment location

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です