Template

We have a mod template to make getting started easy

Installation

dotnet new --install VRising.ModTemplate

Example usage

dotnet new vrisingmod -n NameOfYourMod --use-vcf --use-bloodstone --description "Description of your mod"

This will get you started with a mod named NameOfYourMod, using Bloodstone and VampireCommandFramework that has a sample server command to uncomment.