Metadata + binaries for JAPI plugins!
- Fork this repository
- Add your plugin binaries to
plugins/
(notice: the binary should be named after the plugin'sguid
and have the.dll
extension) - Add your plugin metadata to
plugins.json
(notice: theurl
should 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": []
}