Open
Description
Hey,
I was trying to use the Player.settings module and thought, if it would be easier to use it than via the menu.
How about if we just simply could use:
Player.settings.get_string_setting('test_bool')
or
Player.settings.save_string_setting('test_bool', True)
This would allow us much more ways to modify player settings, such as in commands, in a all in one settings menu or anything else.