Hi! what is the easiest way to store data generated by a mod so that it is associated to the mod user account? If I use localStorage and the mod user has 2 PC, the won't share it so it won't work. I think I can store it as a setting but I don't want to create a new setting option for it. Thanks!
Settings would be the best option if you don't want to host something yourself afaik. You don't need to show anything on the settings window for this so I don't think there's a problem with making more settings.