Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Dec 21, 2019. It is now read-only.

RocketMod/Rocket.Templates

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

Contributors 2

Languages

AltStyle によって変換されたページ (->オリジナル) /