- To install a plugin, run the command
openmod install <NuGet Package ID[@Version]> [-Pre]>
. - To update plugins, do the same as to install it.
- To uninstall a plugin, run
openmod uninstall <NuGet Package ID>
.
For more information, use the help
command: e.g. use help openmod install
.
Name | NuGet Package ID | Author | Platform | Description | License | Source Code |
---|---|---|---|---|---|---|
AdvancedThief | SS.AdvancedThief | Senior S | Unturned | This plugin add a command to have a best rol in Roleplays servers! | EUPL-1.2 | GitHub |
BuilderMode | SS.BuilderMode | Senior S | Unturned | A simple/shitty plugin to build with more facility. | EUPL-1.2 | GitHub |
DeathMessenger | Tortellio.DeathMessenger | Tortellio | Unturned | Sending death messages based on player death causes. | EUPL-1.2 | GitHub |
Dummy | EvolutionPlugins.Dummy | DiFFoZ | Unturned | Creates a dummy to help with debugging a plugins | GPL-3.0-only | GitHub |
DutyUI | SS.DutyUI | Senior | Unturned | Simple plugin to give temporary permission to the staff with a simple UI to check where you are on duty | EUPL-1.2 | GitHub |
Global Ban | Pustalorc.GlobalBan | Pustalorc | Unturned | Keep bans globally between servers. Supports HWID & IP banning. | EUPL-1.2 | GitHub |
HiddenIdentity | SS.HiddenIdentity | Senior S | Unturned | Now you can be a good thief, if you have a mask anyone cant see your name! | EUPL-1.2 | GitHub |
ItemAbilities | SS.ItemAbilities | Senior S | Unturned | You can assign effects (Speed/Jump/Gravity Multiplier) to any item like a Katana or a Hat. | EUPL-1.2 | GitHub |
JobsOnlineUI | SS.JobsOnlineUI | Senior S | Unturned | A simple plugin to check the players or jobs online while press a key. | EUPL-1.2 | GitHub |
Kits | DiFFoZ.Kits | DiFFoZ | Universal | Universal plugin for OpenMod. Adds a kit system. | EUPL-1.2 | GitHub |
MyVehicleKeys | SS.MyVehicleKeys | Senior S | Unturned | A plugin to add a system of keys in your roleplay server. | EUPL-1.2 | GitHub |
NewEssentials | Kr4ken.NewEssentials | Kr4ken | Unturned | The new essential plugin for Unturned. This project aims to be a replacement for uEssentials built on OpenMod. | GPL-3.0-only | GitHub |
OpenMod Economy | OpenMod.Economy | OpenMod | Unturned | An economy provider for OpenMod | EUPL-1.2 | GitHub |
OpenMod RocketMod Bridge | OpenMod.Rocket.Unturned | OpenMod | Unturned | Legacy RM4 support for OpenMod | MIT | GitHub |
OpenMod RocketMod Permission Link | OpenMod.Rocket.PermissionLink | OpenMod | Unturned | Makes RM4 use OpenMod Permissions | EUPL-1.2 | GitHub |
OpenMod Uconomy Bridge | OpenMod.Uconomy.Bridge | OpenMod | Unturned | Support rocketmod plugins to use OpenMod Economy. | EUPL-1.2 | GitHub |
OpenMod Web DataStore | OpenMod.WebDataStore | OpenMod | Universal | Sync data files such as permissions, roles etc via the web. | EUPL-1.2 | GitHub |
Player Info Library | Pustalorc.PlayerInfoLib.Unturned | Pustalorc | Unturned | Player Info Library, store information about all your players. | EUPL-1.2 | GitHub |
Permission Extensions | DiFFoZ.PermissionExtensions | DiFFoZ | Unturned | Add support prefix, suffix, and color for OpenMod | GPL-3.0-only | GitHub |
RealisticVehicleLock | SS.RealisticVehicleLock | Senior S | Unturned | A plugin to add more realism to your roleplay server, the name say all! | EUPL-1.2 | GitHub |
RustResources | F.RustResources | Feli | Unturned | A plugin that simulates the resource system of rust. | EUPL-1.2 | GitHub |
SimpleClock | SS.SimpleClock | Senior S | Unturned | A simple clock to see what hour is based in the game world. | EUPL-1.2 | GitHub |
SimpleTPA | SS.SimpleTpa | Senior S | Unturned | A simple TPA plugin that replace the old bored commands with movements. | EUPL-1.2 | GitHub |
SimpleWebCommand | SS.SimpleWebCommand | Senior S | Unturned | A simple plugin to send web request to your players and set urls with a interval. | EUPL-1.2 | GitHub |
Before adding your plugin to this list, ensure that the following conditions are met:
- Your plugin does not violate any copyright.
- The plugin is licensed under an open source license.
- The plugin package is already published on nuget.org.
- The source code is available publicly (e.g. on GitHub).
After ensuring you meet these conditions, you can add your plugin:
- Go to https://www.tablesgenerator.com/.
- Click on File->Paste table data...
- Paste the table from above and click load.
- Add your plugin(s) in alphabetical order, based on the name. Plugins abusing the alphabetical ordering will be rejected.
- Add your license as SPDX identifier. See here for SPDX identifiers.
- Keep your descriptions as short as possible.
- Create a pull request.