MCDReforged/PluginCatalogue

`labels` is not available in `MetaInfo`

Closed this issue · 2 comments

Currently there's no way to get plugin labels from https://raw.githubusercontent.com/MCDReforged/PluginCatalogue/meta/plugins.json

This breaks plugin managers based on this json file

MetaInfo is from plugin's meta, it should not include plugin catalogue labels.

This breaking change should not be considered because:

  • There is no official plugin manager for this repo
  • Schema version has been updated

Personally, I suggest that lock the commit of the meta branch in your plugin manager. Or use third party API listed in #150

labels is not available in MetaInfo
Currently there's no way to get plugin labels from

This is an intended change to split the meta info and publishment info of a plugin

But yeah, an aggregation of plugin_info.json might be useful