OffByOneStudios / massive-dangerzone

A platform agnostic module management system.
6 stars 1 forks source link

Add an ignore flag to plugins. #10

Closed mason-bially closed 11 years ago

mason-bially commented 11 years ago

Add an option to plugin stubs that cause it to be completely ignored.

This could just be something like:

ignore = True

plugin = Plugin(
...
)
mason-bially commented 11 years ago

Can be done using platform_check attribute.