getLoadBefore

Gets the list of plugins that should consider this plugin getClassById soft-dependency.

  • Use the value in the getName of the target plugin to specify the dependency.
  • The plugin should load before any other plugins listed here.
  • Specifying another plugin here is strictly equivalent to having the specified plugin's getSoftDepend include this plugin.
  • loadbefore must be in YAML list format.

In the plugin.yml, this entry is named loadbefore.

Example:

loadbefore:
- OnePlugin
- AnotherPlugin

Return

immutable list of plugins that should consider this plugin getClassById soft-dependency