hi, I mean someting like
<script>
require(['admin/settingsplugin'], function(Settings) {
Settings.prepare('pluginname');
});
</script>
A default save system as with admin/settings but for plugin data save from the acp. the setting.prepare is nice but only works for config. it would have been nice to have plugin ssve as as core function of nodebb.
There may be many ways todo this but i hope you understand what I mean 
or... maybe the same
Settings.prepare('config') and Settings.prepare() saves to config ... and
Settings.prepare('pluginname') saves to the plugin document and not config document.
Improve the feat of Settings.prepare hehe