ElinPluginTemplate 1.1.1

dotnet new install ElinPluginTemplate@1.1.1
                    
This package contains a .NET Template Package you can call from the shell/command line.

Elin.PluginTemplate

Consumption

nuget

.NET SDK 10.0.x

Install from NuGet, using NPM or dotnet CLI:

dotnet new install ElinPluginTemplate

Build

The environment variable ElinGamePath must be set to the root path of the Elin installation.

ElinGamePath/
├─ BepInEx/
│  ├─ core/
│  │  ├─ *.dll
├─ Elin_Data/
│  ├─ Managed/
│  │  ├─ *.dll

Create Project

Use JetBrains Rider or Visual Studio to create a new project from template. Fill in the necessary template information in the advanced settings. new

Or if you really want to use VSC:

dotnet new elinplugin -n MyNewMod --Guid "unique.mod.id" --ModName "My New Awesome Mod"

Anything put inside package/ folder will be copied to the output folder, which is ElinGamePath/Package/Mod_{ModName}/.

Things you can put in package/ folder:

  • package.xml
  • preview.jpg
  • Texture folder
  • Sound folder
  • etc.
  • .NETStandard 2.1

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.1 309 2/17/2026
1.1.0 398 12/14/2025
1.0.6 598 12/10/2025
1.0.5 426 11/2/2025
1.0.4 394 10/29/2025
1.0.3 388 10/29/2025
1.0.2 385 10/29/2025
1.0.1 197 10/29/2025