Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/restoremonarchyplugins/unturnedtemplates
Visual Studio templates for creating Unturned Rocket plugins.
https://github.com/restoremonarchyplugins/unturnedtemplates
unturned unturned-plugin unturned-template
Last synced: about 2 months ago
JSON representation
Visual Studio templates for creating Unturned Rocket plugins.
- Host: GitHub
- URL: https://github.com/restoremonarchyplugins/unturnedtemplates
- Owner: RestoreMonarchyPlugins
- License: mit
- Created: 2024-05-16T08:20:09.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-05-22T05:37:43.000Z (7 months ago)
- Last Synced: 2024-10-29T00:53:54.482Z (about 2 months ago)
- Topics: unturned, unturned-plugin, unturned-template
- Language: C#
- Homepage: https://nuget.org/packages/RestoreMonarchy.UnturnedTemplates/
- Size: 50.8 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unturned Templates
This repository contains templates for creating Unturned Rocket plugins in Visual Studio.![](preview.png)
## Install
```
dotnet new install RestoreMonarchy.UnturnedTemplates
```## Update
```
dotnet new update
```## Uninstall
```
dotnet new uninstall RestoreMonarchy.UnturnedTemplates
```