#Does Resourceful Config not support maps?
1 messages · Page 1 of 1 (latest)
there is only support for primitives and arrays, in newer mc versions we have support for SerializableObject interface which you can put on an object to have custom serialization, but this is mainly done this way to discouraging complex configs as to allow users to easily be able to edit things and have all the information they need in the config already without external information needed
)