Skip to content

Release: 0.0.3

Choose a tag to compare

@RezzedUp RezzedUp released this 16 Jul 16:06
· 19 commits to main since this release

Add:

  • ExampleYamlValue type that only gets inserted when a file is first saved, since they're just examples and don't have any meaningful data beyond that.
  • A check for when a YAML file was just created: YamlDataFile.isNewlyCreated().

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.3</version>
</dependency>