#Configurate help

1 messages · Page 1 of 1 (latest)

indigo glen
#

So @vivid hull

#

So what I do when using Configurate is create an object of my config

#

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