mirror of
https://github.com/plexusorg/plugin-yml.git
synced 2024-10-31 17:19:21 +00:00
Add separate descriptions for all Gradle plugins
This commit is contained in:
parent
3b3c5dfcd6
commit
ac4f48ec8b
|
@ -129,7 +129,7 @@ bukkit {
|
|||
```
|
||||
</details>
|
||||
|
||||
### Bungee
|
||||
### BungeeCord
|
||||
|
||||
<details>
|
||||
<summary><strong>Groovy</strong></summary>
|
||||
|
|
|
@ -61,14 +61,17 @@ pluginBundle {
|
|||
"bukkit" {
|
||||
id = "net.minecrell.plugin-yml.bukkit"
|
||||
displayName = "plugin-yml (Bukkit)"
|
||||
description = "Generate plugin.yml for Bukkit plugins based on the Gradle project"
|
||||
}
|
||||
"bungee" {
|
||||
id = "net.minecrell.plugin-yml.bungee"
|
||||
displayName = "plugin-yml (Bungee)"
|
||||
displayName = "plugin-yml (BungeeCord)"
|
||||
description = "Generate bungee.yml for BungeeCord plugins based on the Gradle project"
|
||||
}
|
||||
"nukkit" {
|
||||
id = "net.minecrell.plugin-yml.nukkit"
|
||||
displayName = "plugin-yml (Nukkit)"
|
||||
description = "Generate nukkit.yml for Nukkit plugins based on the Gradle project"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
group = net.minecrell
|
||||
name = plugin-yml
|
||||
version = 0.4.0-SNAPSHOT
|
||||
description = A Gradle plugin that generates plugin.yml for Bukkit/BungeeCord plugins based on the Gradle project
|
||||
description = A Gradle plugin that generates plugin.yml for Bukkit/BungeeCord/Nukkit plugins based on the Gradle project
|
||||
url = https://github.com/Minecrell/plugin-yml
|
||||
|
|
Loading…
Reference in a new issue