Restore Monarchy
  • Home
  • Servers
  • Players
  • Developers
  • Hosting
  • Forum
  • Login
Home Servers Players Developers Hosting Forum
  • News
  • Docs
  • Videos
  • Blog
Setting up environment
Unturned Plugin Development #1
Setting up environment

Setting up your development environment is the first step to creating plugins for Unturned. This guide will help you set up Visual Studio and install project templates for creating plugins.

MCrow
11 months ago
Creating project
Unturned Plugin Development #2
Creating project

This is the second part of the Unturned plugin development blog series. Here we will create our first Unturned plugin using the project templates installed in the previous guide. We will create a simple plugin that logs a message to the console when the server starts. Then we will compile the plugin, install it on the server, and test it.

MCrow
11 months ago
Handling events
Unturned Plugin Development #3
Handling events

This is the third part of the Unturned plugin development blog series. In this blog post, we will learn how to handle game events in the plugin. We will make our plugin send a message to the Unturned chat on PlayerConnected and PlayerDeath events.

MCrow
11 months ago
Trade plugin from scratch
Unturned Plugin Development #4
Trade plugin from scratch

Introduction to the Trade plugin development course. Learn more about the course and what you will learn. Find out what you need to know before starting the course.

MCrow
11 months ago
Adding commands
Unturned Plugin Development #5
Adding commands

Learn two different ways to add commands to Rocket plugin for Unturned. Traditionally by implementing IRocketCommand interface and by using RocketCommandAttribute.

MCrow
10 months ago
Using translations
Unturned Plugin Development #6
Using translations

Translations is the best way to let users of your plugin customize the messages or translate them to other languages. In this blog post, we will learn how to do that.

MCrow
10 months ago
Finding events
Unturned Plugin Development #7
Finding events

In this episode, we will learn how to find events in the game that we can use in our plugins. This is tricky because the game does not provide a list of events and they keep getting added by Nelson.

MCrow
9 months ago
© Restore Monarchy | About | Privacy Policy