Likely this plugin relies on natives from third-party module, and to avoid plugin throwing an error at run-time because native/module doesn't exist, you can decide whether to ignore or not.
To make the plugin optional if you don't have the associated dependency.
From doc:
Quote:
* @note This is useful for creating plugins that can dynamically decide which
* modules or features to use at runtime, often necessary for cross-mod
* plugins. It allows to deploy a single version of the plugin instead
* of compiling multiple versions for each use-case.
|
__________________