TheGiddyLimit / plutonium-addon-automation

An interoperability addon which makes Plutonium play nice with automation modules.
https://thegiddylimit.github.io/plutonium-addon-automation/
MIT License
32 stars 7 forks source link

Add "isSilent" flag to API which squashes notifications #83

Closed TheGiddyLimit closed 1 year ago

TheGiddyLimit commented 1 year ago

This is required as when loading some importers (e.g. the Class Features importer), Plutonium eagerly pulls in side-data, and by extension, our addon data. This triggers a junk "could not import X because of bad requirements" message.

Spappz commented 1 year ago

So this a pre-emptive feature for data that hasn't yet been converted?

TheGiddyLimit commented 1 year ago

Nope, it's to allow Plutonium to access stuff in the background (which it already does) without throwing random messages at the user