[Solved] Save ArrayList to Config

So Im trying to save an arraylist of an object to the config. I already have a custom serializer for the object and I registered it but I still get the error Configuration does not accept objects of type class [class].

Nevermind, I figured out why it wasn’t working