Skip to content

1.1 | GrechConfig file constructor

Compare
Choose a tag to compare
@nuriofernandez nuriofernandez released this 22 Jan 09:24
· 3 commits to master since this release
f4dc095
  • Added a File constructor to the GrechConfig class to allow to work with files directly.

Maven dependency

<repository>
    <id>nurio-repo</id>
    <url>https://maven.nurio.me/</url>
</repository>
<dependency>
    <groupId>me.nurio</groupId>
    <artifactId>bukkit.configuration</artifactId>
    <version>1.1</version>
    <scope>provided</scope>
</dependency>