Skip to content
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.

Releases: Minecrell/plugin-yml

plugin-yml 0.6.0

19 Jun 08:18
0.6.0
68e314c
Compare
Choose a tag to compare
- 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

24 Feb 19:21
0.5.3
c7de027
Compare
Choose a tag to compare
- Update for Gradle 8 compatibility (contributed by jpenilla)

plugin-yml 0.5.2

11 Jun 13:42
0.5.2
a3fff7c
Compare
Choose a tag to compare
- 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

03 Dec 18:41
0.5.1
Compare
Choose a tag to compare
- Update jackson dependency to avoid problems when using other plugins
  with a newer jackson dependency (contributed by jpenilla)

plugin-yml 0.5.0

27 Aug 11:28
0.5.0
Compare
Choose a tag to compare
- 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

30 Apr 20:29
0.4.0
e88ee79
Compare
Choose a tag to compare
- 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

24 Jul 14:02
0.3.0
d90424f
Compare
Choose a tag to compare
  • 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