OpenMod is a plugin framework for .NET.
It supports authorization, plugin configurations, internalization, command handling and much more. OpenMod can be used for games, bot frameworks, web servers or anything else and has official implementations for Unturned, Rust (WIP) and a standalone console.
For a list of available plugins, visit openmod-plugins.
OpenMod is based on modern C# code and best practices.
- Modern API for plugin development with C# and Unity best practices
- Plugin installation with NuGet
- Can self update with NuGet
- Based on .NET Generic Host
- IoC and Dependency Injection using Autofac
- Configure OpenMod and plugins with yaml configurations, environment variables, commandline arguments, etc.
- Serilog for logging, including rich configuration options via logging.yml
To get started, visit the OpenMod Documentation.
If you would like to install OpenMod, installation guides for the following platforms are available:
If you want to make plugins for OpenMod, you can get started by reading the Making your first plugin page.
Currently Unturned is the only supported game. More games might follow in the future.
Openmod supports RocketMod4, they can work together without any plugins. You need to put them to Modules directory.
framework | standalone | unityengine | unturned |
---|---|---|---|