Saving List to config

I was wondering if it were possible to save a List containing player names to a config file so that the list of player names would there after a server restart. If possible, How would one go about doing that.

It’s in the docs Configuring Plugins — Sponge 7.2.0 documentation

A list of strings or UUID’s should be able to automatically be serialized and deserialized for you without any other work.