Plugin Meta Data should be stored Per Plugin, and not globally

So, I recently ran into the issue while building some stuff, where the settings from one plugin, interfered with another, causing them to break.
I had to go in and delete my MetaData File. (As a last resort)
I’m not sure what Plugin caused the problem, So now I’m back to only the essentials I need. (Gap fill, and Model Resize)

with more and more plugins coming around, the probabilities that two people use the same settings key is increasing rapidly. One of the easiest fixes would be to have have each plugin store it’s own settings, and not a global list of settings.

Perhaps some sort of parameter that chooses whether or not the setting is global or local. I can see use-cases for both but issues arriving as you have described.