Skip to content

DrAbcOfficial/NuggetMod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NuggetMod

Write metamod plugin based on .NET 10 and later

NuGet Downloads

Usage

To quickly set up your first MetaMod plugin, refer to the template repository:

NuggetMod.Template

Or refer ChatEngine

Basic Workflow

  1. Create new project from the template repository
  2. Customize the plugin logic for your needs
  3. Publish with .NET 10 AOT
//In your project
dotnet publish -c Release -r win-x86 -o ./build -p:PublishAot=true

Releases

No releases published

Packages

 
 
 

Contributors

Languages