Plugins are server-side modifications that add new features and functionality to your Unturned server.
Download Plugins
Here's list of some popular websites where you can find free and paid plugins for your Unturned server:
💡 PRO TIP
We only guarantee the quality and safety of plugins downloaded from our website restoremonarchy.com.
Install Plugins (ZIP File)
Once you download the plugins you want to install, follow these steps to install them on your Unturned server:
Extract the ZIP file you downloaded. You can do this by right-clicking the file and selecting Extract All.
Then it will open a new window where you can select the destination folder. Simply click Extract.
Another explorer window will open with the extracted files. You will see two folders:
Libraries
andPlugins
.The
Libraries
folder contains the dependencies required for the plugin to work. You have to copy theLibraries
folder files to theRocket/Libraries
directory of your server.
- The
Plugins
folder contains the plugin files. You have to copy thePlugins
folder files to theRocket/Plugins
directory of your server.
- Restart your server to apply the changes.
While the server is starting, you can check the console to see if the plugins are loading correctly.
When the plugin is successfully loaded for the first time it will create a configuration file in the Rocket/Plugins
directory. You can edit this file to configure the plugin settings. Make sure to read the plugin description to learn all about its features and settings.
If you have any issues with the plugin, you can check the console for error messages. If you can't solve the problem, you can contact the plugin developer for support.
💡 PRO TIP
When contacting the plugin developer for help, make sure to provide detailed information about the issue, including the error messages from the console. You should also attach the Rocket.log file, which contains all the server logs.
You can find the Rocket.log file in the Rocket/Logs directory of your server.
Video Tutorial
Watch our video tutorial on how to install plugins on your Unturned server.
If you need help with the documentation or have any questions, feel free to ask on the forum.
Ask on the forumIf you want to contribute to the documentation, you can do so by creating a pull request on GitHub.
Contribute on GitHub