x3rt.Chaos.Templates 1.4.1

dotnet new install x3rt.Chaos.Templates::1.4.1
                    
This package contains a .NET Template Package you can call from the shell/command line.

Chaos Theory Templates

Project templates for Chaos Theory LabAPI plugin development.

Installation

dotnet new install x3rt.Chaos.Templates

Updating

dotnet new update

Included Templates

Name ID Description
LabAPI Plugin chaoslabapi Creates a Sample Plugin for LabAPI with everything being set-up properly

Usage

Option 1 - Rider/Visual Studio

  1. Right-click the solution and press 'Add → New Project'
  2. Scroll down until you find 'Chaos Theory LabAPI Plugin'
  3. Fill out the desired Project Name

Option 2 - Command Line

  1. Navigate to the folder where you want to create a new project
  2. Run dotnet new chaoslabapi

LabAPI Plugin Template Options

When creating a new LabAPI plugin, you can configure the following features:

Option Default Description
--EnableHarmony true Include Harmony patching support
--EnableAchievements false Include achievement system support

Example Usage

dotnet new chaoslabapi --EnableHarmony false --EnableAchievements true

License

This project is licensed under the MIT License - see the LICENSE file for details.

  • .NETFramework 4.8

    • 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.4.1 90 4/26/2025
1.4.0 87 4/26/2025
1.3.0 164 4/24/2025
1.2.0 87 4/11/2025
1.1.2 152 4/7/2025
1.1.1 157 4/7/2025