A default plugin structure
Xinayder opened this issue ยท 3 comments
I was thinking about my plugin and making an installer when I came across this issue: how to get the plugin info if there's no information about it on a file?
I'd like to suggest the following system for DMP plugins:
Plugin Folder
Subfolders
Plugin.dll
info.json
This would make it much easier. Instead of Subfolders\Parts
you should have each folder in the root directory of the plugin.
Closing - If anything this is part of plugin documentation which we'll write for 0.1.6 :)
You could always embed the description/author within the assembly, but it's a pain to read it.