Список изменений
Release will be released in separate Minecraft versions.
Upgraded Minecraft version to 1.20.2 (it will still support version 1.20.1 until Minecraft 1.20.3 is released)
Significantly reduced file IO operations, preventing information loss and game crashes caused by empty files due to process shutdowns when writing to files
Extracted some repetitive operations and some variables into separate classes; settings options can now be read directly in memory and no longer rely on file IO reads (in-game changes will be supported in the future)
Create new permission instances for unreadable permission files (all file permissions are lost)
Possibility to automatically remove deleted files from the permissions list (off by default, change the value of 'RemoveInvalidFile' to True in TextFileReader.json)
Full Changelog