Skip to content

Release: 0.0.8

Choose a tag to compare

@RezzedUp RezzedUp released this 19 Jun 02:06
· 10 commits to main since this release

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.

Fix

  • Run the reload handler immediately when YamlDataFile is configured to Load.NOW upon calling reloadsWith().

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>