A Configurate loader for the TOML file format.
configurate-toml is published to Maven Central with group id: me.lucko.configurate
, artifact id: configurate-toml
.
TOMLConfigurationLoader loader = TOMLConfigurationLoader.builder()
.path(Paths.get("config.toml"))
.build();
ConfigurationNode node = loader.load();