Release: 0.0.3
Add:
ExampleYamlValuetype 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>