Fork me on GitHub

Getting Started

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.

  1. 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.

  1. Load the configuration from somewhere
  2. Work with it!