With the plugin system you can code your own addon management system. The methods required for this system can be found in the addon skeleton located at includes\classes\plugins\skeletons\addons.php
We have also included the Bukget addon manager as a working example, you can find this code in includes\plugins\bukget\bukget.php.
Return an array of addons associated with this plugin.
This is passed the game id as a variable
Save an addon associated with this plugin
This is passed an array containing the following variables
Save an addon associated with this plugin
This is passed an array containing the following variables
Delete an addon associated with this plugin
This is passed an array containing the following variables
Install an addon
This is passed an array containing the following variables
This should return an array containing “error” ⇒ 0 if successful.
Displays the list of addons for the game server
This is passed the game id as a variable
Displays the addon manager for admins
This is passed the game id as a variable