This plugin allows your game server to find and install plugins easily using RCON.
pm_search <query>- This searches for plugins that match the provided query.pm_check- This will check all installed plugins to see if there is a new version available.pm_list- This will list your installed plugins and versionspm_upgrade <PluginID>- This will upgrade the plugin to the latest version. You can see a list of PluginIDs by usingpm_listpm_install <plugin_name>- This will install the plugin and download all files required for the plugin.
You can use make compile to compile the plugin. If you want to create a Zip archive to install on your game server, you can run make zip which will create a zip archive inside the build/ folder.
Please the LICENSE file.