-
-
Notifications
You must be signed in to change notification settings - Fork 67
Home
zml edited this page Jun 2, 2023
·
9 revisions
Welcome to the Configurate wiki!
This wiki currently documents Configurate 4.1.2. The documentation may not be accurate for other versions.
Configurate is composed of a few segments. These are:
- Loaders: Load that config in from a file
- Node: Working with the configuration data directly
- Type Serializers and Object Mapper: Converting between basic configuration data and more complex native structures.
- Transformations and Visitors: Simple ways to perform operations across an entire configuration tree
- Cookbook: Code examples for common use cases
For help getting started with Configurate, check out the Getting Started page. It contains a brief tutorial to give a basic understanding of how the basic functions of the library work. For more details on specific classes and methods in Configurate, take a look at the Javadocs
For any further questions, feel free to be in touch in the SpongePowered Discord. We also appreciate any contributions to this wiki to improve the documentation.