yaml-language-server icon indicating copy to clipboard operation
yaml-language-server copied to clipboard

Bukkit plugin.yml treated as PocketMine plugin.yml

Open coehlrich opened this issue 5 years ago • 1 comments

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.

coehlrich avatar Apr 04 '20 22:04 coehlrich

Sounds like an enhancement request to manage cases when schema store patterns conflict.

gorkem avatar Jun 11 '20 20:06 gorkem