
All checks were successful
Build / Compute Version (push) Successful in 8s
Build / Build Nuget package (CringeBootstrap.Abstractions) (push) Successful in 4m5s
Build / Build Nuget package (NuGet) (push) Successful in 4m8s
Build / Build Nuget package (SharedCringe) (push) Successful in 4m9s
Build / Build Nuget package (CringePlugins) (push) Successful in 4m30s
Build / Build Launcher (push) Successful in 5m22s
add template for user plugins
29 lines
806 B
JSON
29 lines
806 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/template",
|
|
"author": "zznty",
|
|
"classifications": [ "CringeLauncher", "SpaceEngineers", "Plugin" ],
|
|
"identity": "CringePlugins.PluginTemplate.Plugin",
|
|
"name": "SpaceEngineers Plugin Template",
|
|
"shortName": "cringeplugin",
|
|
"tags": {
|
|
"language": "C#",
|
|
"type": "project"
|
|
},
|
|
"defaultName": "Plugin",
|
|
"sourceName": "$projectName$",
|
|
"postActions": [],
|
|
"symbols": {
|
|
"title": {
|
|
"type": "parameter",
|
|
"defaultValue": "Test Plugin",
|
|
"description": "The title of the plugin",
|
|
"replaces": "TitlePlaceholder"
|
|
},
|
|
"description": {
|
|
"type": "parameter",
|
|
"defaultValue": "This is a test plugin",
|
|
"description": "The description of the plugin",
|
|
"replaces": "DescriptionPlaceholder"
|
|
}
|
|
}
|
|
} |