How to Install Rocket Plugins on Your Unturned Server
RocketMod plugins extend your server with custom commands, features, and gameplay changes. Each plugin is uploaded to a specific folder and may require permission configuration before use.
Before you start: Install RocketMod on your server first.
Install a Rocket plugin
- Stop your server.
- Download your chosen plugin from the RocketMod website. Unzip the downloaded archive.
- Connect to your server via FTP or open the File Manager in the game panel. See How to Use an FTP Client with Your Unturned Service for FTP setup.
- Upload the unzipped plugin files to:
Servers\UnturnedServerByHH\Rocket\Plugins\ - Review the plugin's documentation and set up any required permissions. Most plugins define permission nodes that must be assigned to a player group before they can be used. See How to Make Yourself an Admin on Your Unturned Server for group configuration.
- Start your server.
Troubleshooting
- Plugin does not load: confirm the
.dllfile (and any dependency files) are placed directly insideRocket\Plugins\, not in a subfolder. - Commands not working in-game: verify the required permission nodes are assigned to your group in
Permissions.config.xml.