Releases: mattboy9921/SkipNight
Releases · mattboy9921/SkipNight
SkipNight 1.4.0
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 nowconfig.conf
and a newmessages.conf
file has been added allowing users to modify every string found in the plugin to suit their needs. The oldconfig.yml
file will be converted automatically on first startup. (39bae4f) - Migrate from ChatComponentAPI to Adventure MiniMessage. This change is also necessary to better suit user editing of strings as mentioned above. (ea962ee)
- A few logic errors have been fixed. (2a4fe01, bbc7255)
- Players in beds when a vote to skip the night starts will now automatically vote yes instead of being prompted to vote. (25a36b6)
- There are now separate permissions for skipnight and skipday commands. (3defddb)
- The ability to disable phantom support, as in disallowing players to vote phantoms will attack them (they haven't slept for 3 days). (182bdc6)
SkipNight 1.3.2
This version fixes compatibility with other plugins using different versions of ConfigManager. ConfigManager needs to be shaded/relocated to avoid conflicts.
SkipNight 1.3.1
This release fixes issues with listeners so messages appear correctly when entering beds. Voting also applies automatically when entering beds. This used to be a feature but was broken with a logic oversight.
SkipNight 1.3.0
First release available on GitHub! 1.3.0 adds the ability to skip the day with a configuration file to enable skipping the night or day.