Skip to content

Releases: mattboy9921/SkipNight

SkipNight 1.4.0

03 Aug 21:45
Compare
Choose a tag to compare

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. (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

09 Sep 19:07
Compare
Choose a tag to compare

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

09 Sep 01:06
Compare
Choose a tag to compare

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

27 Jul 23:54
Compare
Choose a tag to compare

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.