Skip to content

Release: 0.0.2

Choose a tag to compare

@RezzedUp RezzedUp released this 15 Jul 14:42
· 20 commits to main since this release

Add:

  • Additional YamlValue builders for Sound, Material, and Instant.

Change:

  • Updated dependencies.
  • Uses standard adapters where applicable.

Fix:

  • Value migrations now apply.

Maven

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>
<dependency>
    <groupId>community.leaf.configvalues</groupId>
    <artifactId>config-values-bukkit</artifactId>
    <version>0.0.2</version>
</dependency>