This pull request fixes a bug that was causing the settings to not be saved properly (instead of the config json containing the settings object under "settings", the string "settings" was being saved under the plugin's name).
In addition to that, settings weren't being loaded from the file on startup. This is also fixed in this pull request.
This pull request fixes a bug that was causing the settings to not be saved properly (instead of the config json containing the settings object under "settings", the string "settings" was being saved under the plugin's name). In addition to that, settings weren't being loaded from the file on startup. This is also fixed in this pull request.