Metadata + binaries for JAPI plugins!
- Fork this repository
- Add your plugin binaries to
plugins/(notice: the binary should be named after the plugin'sguidand have the.dllextension) - Add your plugin metadata to
plugins.json(notice: theurlshould be a direct link to the binary in this repository) - Create a pull request
- Wait for approval :)
{
"name": "CPK Mod Loader",
"guid": "CPKModLoader",
"author": "Kapilarny",
"version": "1.0.0",
"description": "Allows for the loadage of .cpk mods!",
"url": "https://github.com/Kapilarny/JAPI/raw/refs/heads/3_1_0_rewrite/libJAPIPlugin.dll",
"source_url": "https://github.com/Kapilarny/JAPI/",
"lazy_load": false,
"dependencies": []
}