Release: 0.0.8
Add
- Support for comments.
- They'll be added to configs on server versions which support the new
setComments()method, otherwise they'll simply be commentless.
- They'll be added to configs on server versions which support the new
Fix
- Run the reload handler immediately when YamlDataFile is configured to
Load.NOWupon callingreloadsWith().
Remove
- The flawed & redundant
YamlDataFile#isLoaded()method and its associated variables were removed.
Full Changelog: 0.0.7...0.0.8
Maven
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository><dependency>
<groupId>community.leaf.configvalues</groupId>
<artifactId>config-values-bukkit</artifactId>
<version>0.0.8</version>
</dependency>