Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Resolved What Is The Best Way To Save User Settings

Joined
Apr 19, 2016
Messages
55
I am looking to find an ideal way of saving the user's settings. What are the different approaches? Their pros and cons. Does Runemate restrict how developers save to the user's long-term storage?
 
Joined
Dec 10, 2014
Messages
3,255
I am looking to find an ideal way of saving the user's settings. What are the different approaches? Their pros and cons. Does Runemate restrict how developers save to the user's long-term storage?
bot.getSettings() returns a ManagedProperties. That's the recommended way of saving and loading user settings.
 
Top