SMMODS
正在开发

Starminer模组功能目前尚未完全稳定,使用SMMODS和模组需自担风险,如有疑问请至以下渠道:#Starminer官方Discord服务器#中的#模组讨论频道#

Modder account flow

Upload a Starminer mod

Browser uploads are disabled until accounts, storage, AV/deep-inspection validation workers, and moderation are deployed. This page exposes the intended fields without submitting package data.

Disabled submission form

Keep using the manual import path until the deployed backend, storage, antivirus scan, file-signature inspection, archive content policy, and moderation services are validated end to end.

This backend flow stays gated until SMMODS readiness reports live backend coverage.

Upload API

Backend boundary remains explicit

The backend endpoint is POST /api/v1/uploads. Static JSON files in this portal model the published catalog output, not the authenticated upload transaction. Account creation, upload ownership, and moderation review are not live services yet. Even after the backend service is installed, upload creation remains blocked with uploads_disabled until SMMODS_LIVE_UPLOADS=1 is set for go-live. The gated state machine and backend API contract are published at /api/v1/publishing/workflow.json and /api/v1/publishing/backend-contract.json, with a JSON Schema beside the backend contract. Framework validation rules are published at /api/v1/publishing/starminer-publishing-validation.v1.json, and upload status responses will use /api/v1/publishing/upload-submission.schema.json.

Interim publishing

Reviewed releases can be imported manually.

Until real accounts and upload storage exist, maintainers can publish an approved release with a versioned ZIP plus sidecar metadata. The importer verifies manifest identity, target build, dependencies, safe ZIP paths, AV/deep-inspection evidence, immutable artifact paths, and SHA256 before updating the catalog API.

.\tools\Import-ModRelease.ps1 -PackagePath ".\mod.zip" -MetadataPath ".\mod.release.json"