Skip to content
zml edited this page Mar 22, 2015 · 11 revisions

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.0.1</version> <!-- this may not be the latest available version -->

Make sure to check the releases page for the latest release.

  1. Load the configuration from somewhere
  2. Work with it!
Clone this wiki locally