HSGamer/HSCore

TOML support for config

HSGamer opened this issue · 6 comments

Need ideas

  • Should have comment support.

I've already a TOML repository but it didn't finish yet. here

<dependency>
    <groupId>io.github.portlek</groupId>
    <artifactId>tomlgration</artifactId>
    <version>1.0.0</version>
</dependency>

the usage same as the jsongration;
TomlConfiguration.load(File);

I'm gonna close this issue and create a new one for Commentable