#Configurate help
1 messages · Page 1 of 1 (latest)
So @vivid hull
So what I do when using Configurate is create an object of my config
Excuse the bad use of static old project:
https://paste.md-5.net/gosefezotu.java
https://paste.md-5.net/isofagecuh.java
First paste is an example of a config and second is what's called an object mapper
What's great here is that Configurate automatically understands lists and stuff so since I have mapped the Component object it means I can just put List<Component> name = List.of(); For example to create a list of a value. The list being the default value