This repository has been archived by the owner on Dec 7, 2024. It is now read-only.
Releases: Minecrell/plugin-yml
Releases · Minecrell/plugin-yml
plugin-yml 0.6.0
- Folia support (contributed by rainbowdashlabs) - Nukkit: Fix problem with configuration cache - Initial support for Paper plugins (contributed by rainbowdashlabs, TheMeinerLP, lordofpipes) - Quote api-version to avoid interpretation of 1.20 as "1.2" (contributed by dawon)
plugin-yml 0.5.3
- Update for Gradle 8 compatibility (contributed by jpenilla)
plugin-yml 0.5.2
- Resolve library dependencies during generation (fixes possible StackOverflowError) (contributed by 56738) - Use compileOnly instead of compileClasspath for libraries (fixes Kotlin stdlib detection) (contributed by 56738)
plugin-yml 0.5.1
- Update jackson dependency to avoid problems when using other plugins with a newer jackson dependency (contributed by jpenilla)
plugin-yml 0.5.0
- Avoid some problems with parallel builds by adding a resource directory instead of adding the file to "processResources" (contributed by jpenilla) - Add support for "libraries" feature on Spigot/Bungee (contributed by 56738)
plugin-yml 0.4.0
- Modernize for Gradle 7.0 (minimum supported Gradle version: 5.0) - Bukkit: Add "childrenMap" to set a children permission to false - Bukkit: Add Spigot's "provides" field - README: Note that register("...") should be used for kotlin-dsl on newer Gradle versions - Fix generation of permissions when using register("...")
plugin-yml 0.3.0
- Bukkit: Added
api-version
introduced in 1.13 - Nukkit: Added Nukkit support (contributed by @DevSrSouza)
- Avoid generating empty elements for
commands
/permissions
- Add more validation to avoid generating invalid files