Vendetta/API/activate mod
From Quasar-RCE
Definition
lib.activate_plugin (id, version, verification_key) :: nil
Description
Attempts to activate a mod in the registry
Arguments
- string id: name of the mod to be activated
- string version: version of the mod to be activated
- verification_key: a security key given to Neoloader's active management system
Returns
- nil
Other notes
- Added in LME 3.x.x (Initial design)
- Edited in 3.4.x: plugins can now manually activate other plugins if they have the authorization token
- Mods shouldn't try to self-load; mods are meant to be controlled by the user.