plugin-yml icon indicating copy to clipboard operation
plugin-yml copied to clipboard

A Gradle plugin that generates plugin.yml for Bukkit/Paper/BungeeCord/Nukkit plugins based on the Gradle project

Results 8 plugin-yml issues
Sort by recently updated
recently updated
newest added

So whenever I add something to my plugin as a library, it works fine. However, there's one problem. It won't add them to the pom.xml used for publishing. To reproduce:...

``` - Task `:generatePaperPluginDescription` of type `net.minecrell.pluginyml.GeneratePluginDescription`: invocation of 'Task.project' at execution time is unsupported. ``` https://github.com/Minecrell/plugin-yml/blob/b79c47a1ce38a48e26ed98cbf862181dbd4fcb90/src/main/kotlin/net/minecrell/pluginyml/GeneratePluginDescription.kt#L89

When you enable generation of the libraries file, the file includes all repositories that you have set in the entire gradle project, this isn't a big issue but it causes...

Exported dependency coords do not include classifiers and extensions. This leads to some bugs, e.g. server trying to download `jar` artifact for `pom` dependency (with `PluginLoader` implementation presented in README)...

Hello! Just a small question, is it possible to use multiple plugin names, for the same serverDependency Configuration for paper? I am currently using something like this: ``` serverDependencies {...

This PR adds additional validation for the main class and the api version for bukkit based plugin yamls. One of the most common pitfalls for beginners is the api version,...

We may use an alternative solution for runtime dependency management, so we don't need Spigot to load libraries for us at this time. We just need libraries.json