AdminCraft
AdminCraft copied to clipboard
Refactor configuration file reading/writing
Admincraft's configuration parsing continuously breaks on minecraft-server version updates. This is due to the config reading/writing parsing on https://github.com/alfg/AdminCraft/blob/master/admincraft/views.py#L303-L483
Needs to be redone to read/write the keys and values.