Configurate is designed to be easy to get started with. For our examples here we’re going to be using the jackson implementation of configurate, but any loader will work similarly.
Add as a dependency:
<dependency> <groupId>ninja.leaping.configurate</groupId> <artifactId>configurate-json</artifactId> <version>1.1.1</version> <!-- this may not be the latest available version --> </dependency>
Make sure to check the releases page for the latest release.