yaml-language-server
yaml-language-server copied to clipboard
Bukkit plugin.yml treated as PocketMine plugin.yml
I opened a plugin.yml for a Spigot plugin (which seems to have the same format as a Bukkit plugin.yml) (https://github.com/PrisonTeam/Prison) using eclipse Wild Web Developer and from what i can see it seems to be treated as if it's a PocketMine plugin.yml.
Looking at https://github.com/SchemaStore/schemastore/blob/master/src/api/json/catalog.json it seems that Bukkit, Bungee and PocketMine all share the file match "plugin.yml" with PocketMine being the last one in the file.
Sounds like an enhancement request to manage cases when schema store patterns conflict.