SMMODS
正在开发

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

For modders

Build Starminer mods

The framework repo owns the SDK, manifest schema, package layout, examples, and validation. SMMODS turns a validated package into a public catalog entry.

Publishing flow

From local mod to public catalog record

01

Start from the template

Use the framework template and work against a copied Starminer install while testing.

02

Validate the package

Check manifest shape, safe paths, dependencies, entrypoints, target build, and hashes.

03

Submit a version

Accounts and real upload storage are disabled until the production backend is deployed.

Package contract

Publishable mods need manager-readable metadata.

Every installable mod needs a stable id, semantic version, target game build, entrypoints, dependency declarations, a versioned ZIP, and SHA256 metadata. Framework-based Lua mods should depend on starminer.framework.