plugin-yml/src/main/kotlin/net/minecrell/pluginyml
Minecrell 5fff9cf695 Fix permissions generation when using register("...")
It looks like asMap(...) doesn't return lazily registered values.
Might be a bug, but using .associateBy { it.name } is at least as simple
and does not have that problem.
2021-04-30 11:56:53 +02:00
..
bukkit Fix permissions generation when using register("...") 2021-04-30 11:56:53 +02:00
bungee Extend validation of plugin descriptions 2018-07-24 14:52:09 +02:00
nukkit Fix permissions generation when using register("...") 2021-04-30 11:56:53 +02:00
GeneratePluginDescription.kt Avoid generating empty collections/maps in plugin description files 2018-07-24 15:56:38 +02:00
InvalidPluginDescriptionException.kt Add "The MIT License" to license header 2018-07-24 14:16:14 +02:00
PlatformPlugin.kt Update for Gradle 7.0, update jackson dependencies 2021-04-30 11:18:02 +02:00