ContentAPI 0.0.5

dotnet add package ContentAPI --version 0.0.5                
NuGet\Install-Package ContentAPI -Version 0.0.5                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ContentAPI" Version="0.0.5" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ContentAPI --version 0.0.5                
#r "nuget: ContentAPI, 0.0.5"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ContentAPI as a Cake Addin
#addin nuget:?package=ContentAPI&version=0.0.5

// Install ContentAPI as a Cake Tool
#tool nuget:?package=ContentAPI&version=0.0.5                

<h1 align="center">ContentAPI</h1> <div align="center">Join our <a href="https://discord.gg/namelesscircus">Discord</a> for support.</div>

Welcome to ContentAPI, a powerful extension designed to streamline modding by providing enhanced access to game components such as players, shops, and more. With built-in events and utility features, it simplifies game patching and improves the overall modding experience.

Installation

To install ContentAPI, follow these steps:

  1. Download the latest DLL.
  2. Place the downloaded file inside the BepInEx\plugins directory.

For Developers

To integrate ContentAPI into your project:

  1. Go to nuget and search for ContentAPI
  2. Add the nuget package to your project as a reference.
  3. Ensure it is also placed in the BepInEx\plugins directory.

In your code, set up the dependency as follows:

[BepInDependency(ContentPlugin.ContentGUID)] // Specify whether this is a hard or soft dependency. Note: BepInEx defaults to hard dependencies.
public class YourMod : BaseUnityPlugin 
{
    // Implement your mod logic.
}

Contributing

We welcome contributions! If you'd like to help improve ContentAPI, submit a Pull Request with your changes.


Reporting Issues

Encountered a bug or issue? Please let us know through one of the following:

  1. Use the GitHub Issues page.
    • Include a copy of the error message, a brief description of the issue, and any relevant context or expected behavior.
  2. Join our Discord for quick support from the community and developers.

Dependencies

This plugin requires BepInEx to function.


Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
0.0.5 97 12/12/2024
0.0.4 67 12/11/2024
0.0.3 69 12/9/2024
0.0.1 71 12/7/2024