-
-
Notifications
You must be signed in to change notification settings - Fork 67
Getting Started
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.
- 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.
- Load the configuration from somewhere
- Work with it!