Blocked by: #8, #16, #24, #25, #35. The way I want to accomplish this is: - [ ] A `plugin-name/meta.json` file in it's source folder should contain - Plugin name - Source repo - Version - Updating URL - Current version Version checking would check updating URL's version, and see if it's larger than ours (regex, format to int). - [ ] Remove `-plugindir` and force them to a standard path, update docs accordingly After initial plugin loading, - [ ] Display a message in OPERATOR_CHANNEL and ping OPERATOR_ID if plugin updates are available, and if we want to reload them - [ ] The plugin command should also show if updates are available
Blocked by: #8, #16, #24, #25, #35.
The way I want to accomplish this is:
plugin-name/meta.jsonfile in it's source folder should containVersion checking would check updating URL's version, and see if it's larger than ours (regex, format to int).
-plugindirand force them to a standard path, update docs accordinglyAfter initial plugin loading,