Plugin dependencies

Bukkit had this feature that you could ask the server to require other plugins as dependencies for you plugin in the plugin.yml.

Have you heard any news if a similar feature will be/is supported by Sponge? I’ve search the API a bit and the example plugin doesn’t give any hint on that.

1 Like

Look here. https://github.com/SpongePowered/SpongeAPI/blob/master/src/main/java/org/spongepowered/api/plugin/Plugin.java#L62-L79

Nice find! Strange, it didn’t show when I launched my search on the repo.

I like the flexibility but i’m not sure I like that it’s handled by a single string.