Skip to content
This repository has been archived by the owner on Dec 21, 2019. It is now read-only.

RocketMod/Rocket.Templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rocket.Templates

This repository contains the plugin templates for the RocketMod .NET Game Server Plugin Framework.

Getting Started

To get started, first install the templates: dotnet new -i "Rocket.Templates::*"

After installing the template, you can now create a new plugin using the following command: dotnet new rocket-plugin

The full command is like this:

dotnet new rocket-plugin [--name <ProjectName>] [--FullPluginName <FullPluginName>] [--GenerateConfiguration <true/false>] [--GenerateCommands <true/false>] [--PluginType <Universal/Unturned/Eco>]

For example, if you want to create an Unturned plugin, you can use the following command:

dotnet new rocket-plugin --FullPluginName "My Unturned Plugin" --PluginType Unturned

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages