-
Notifications
You must be signed in to change notification settings - Fork 18
Mod Organizer Plugin Directory
The current plugin directory is located at /src/pluginfinder/pluginfinder_directory.json
To add your plugin to Plugin Finder or update an existing plugin, you have two options;
- Make the edit yourself and open a pull request, which I will check and approve as soon as I see it.
- Open a new issue with the details needed to add an entry and I will make the change when I get a chance, but this may take longer than a pull request.
The following is an example plugin entry in the directory
{
"Id": "rootbuilder",
"Name": "Root Builder",
"Description": "Root Builder is a Mod Organizer 2 plugin that allows you to manage files in the base game folder, not just the Data folder.",
"Author": "Kezyma",
"Nexus": "https://www.nexusmods.com/skyrimspecialedition/mods/31720",
"Github": "https://github.com/Kezyma/ModOrganizer-Plugins",
"Download": "https://github.com/Kezyma/ModOrganizer-Plugins/releases/download/Current/rootbuilder.zip",
"Path": [ "rootbuilder" ],
"Data": [ "data/rootbuilder" ]
}