Sample plugin catalog
These examples live in the repository and are not installed automatically. Each linked folder contains its own README and manifest. Plugins run with full trust; inspect an example before loading it.
The samples
| Plugin | Runtime | Capability | What it shows |
|---|---|---|---|
MaxSkills | .NET | save operation | the smallest managed save operation, with a parameter |
RepairNeeds | .NET | save operation | a no-parameter operation that tops up survival needs |
GrantFlag | .NET | save operation | a forward-compatible fix-up: add a raw world flag |
SaveStats | .NET | console command | a new CLI verb that behaves like a built-in |
VersionShim | .NET | save upgrader | recovering a save with an unsupported version |
HelloScript | JavaScript | save op + command + menu action + event handler | one script, four capabilities, no build |
WebStats | JavaScript | web tool | an offline HTML UI served from a bundled folder |
ReactDashboard | JavaScript | web tool | a React UI (React from a CDN), no build step |
ReactAppDashboard | JavaScript | web tool + save op | a full Vite + React app that also drives the editor |
See Building and installing for setup and the Authoring guide for the SDK.
Interface examples: settings and tools.
