This version of SkipNight changes a lot under the hood about how configuration files are handled as well as contains a few new features and bug fixes:
Migrate from ConfigManager to Configurate. This change allows the use of HOCON based configuration files. `config.yml` is now `config.conf` and a new `messages.conf` file has been added allowing users to modify every string found in the plugin to suit their needs. The old `config.yml` file will be converted automatically on first startup.
Migrate from ChatComponentAPI] to Adventure MiniMessage. This change is also necessary to better suit user editing of strings as mentioned above.
A few logic errors have been fixed.
Players in beds when a vote to skip the night starts will now automatically vote yes instead of being prompted to vote.
There are now separate permissions for skipnight and skipday commands.
The ability to disable phantom support, as in disallowing players to vote phantoms will attack them (they haven't slept for 3 days).