New configuration system
fynntimes opened this issue ยท 1 comments
Currently, in Prison, to create a configuration file, one must serialize a class containing all of the variables. If new options are added, the user has to delete his configuration file, which is very stupid.
Goals of the new system:
- Poll for configuration changes to eliminate the need for reloads! (see here).
- New configuration options simply have themselves added with their defaults to the configuration file.