Skip to content

Releases: SpraxDev/BetterChairs

v1.7.2

28 Dec 14:34
6a45dca
Compare
Choose a tag to compare

Added

  • Minecraft 1.20.3 / 1.20.4 support
  • modrinth and Hangar plugin pages to the update message (+ README.md)

Full Changelog: v1.7.1...v1.7.2

v1.7.1

24 Sep 15:30
a7de1df
Compare
Choose a tag to compare

Added

  • Minecraft 1.20.2 support
  • Fixes sign detection on chairs not working in newer game versions (NeedsSignsOnBothSides setting) (#193)
  • Adds more wood variants to sign detection on chairs (NeedsSignsOnBothSides setting)
  • Fixes AlreadyOccupied-Message shown when trying to switch to the current seat (AllowSwitchingSeats setting) (#180)

Changed

  • Updates Songoda Marketplace references to Craftaro

Full Changelog: v1.7.0...v1.7.1

v1.7.0

14 Jun 18:44
9325a95
Compare
Choose a tag to compare

Added

  • Minecraft 1.20 / 1.20.1 support

Full Changelog: v1.6.0...v1.7.0

v1.6.0

17 Mar 23:58
e19f4b7
Compare
Choose a tag to compare

Added

  • Minecraft 1.19.4 support

Changed

  • Player no longer fall through the chair block when TeleportPlayerToOldLocation is disabled

Breaking Changes

  • Chair#getPlayerLeavingLocation() now takes TeleportPlayerToOldLocation into account
    and produces a different result when it is disabled
    • Should probably not cause any trouble for other plugins using the API

Full Changelog: v1.5.5...v1.5.6

v1.5.6

21 Jan 12:05
c8e05d2
Compare
Choose a tag to compare

Changed

  • Fixes specifying custom blocks in the config not working
    • Only stairs and chairs were able to work, no matter what you specified

Full Changelog: v1.5.5...v1.5.6

v1.5.5

08 Jan 12:33
10d9cce
Compare
Choose a tag to compare

Changed

  • config.yml and message.yml are now properly read in UTF-8 on all systems
    • This allows non-english languages to be used properly
  • Updated download links to the Songoda Marketplace to use the new URL

Full Changelog: v1.5.4...v1.5.5

v1.5.4

03 Jan 18:29
07bdd95
Compare
Choose a tag to compare

Added

  • Minecraft 1.19.3 support
  • New configuration option to allow seat-switching while sitting
    • It is disabled by default

Changed

  • Fixes updater permission description not being declared correctly

Full Changelog: v1.5.3...v1.5.4

v1.5.3

24 Aug 14:34
c45e100
Compare
Choose a tag to compare

Added

  • Minecraft 1.19.1 and 1.19.2 support

Changed

  • The Minecraft 1.19 submodules now use the remapped Spigot
    • This makes it easier to create updates for new Spigot versions

Full Changelog: v1.5.2...v1.5.3

v1.5.2

19 Jun 17:46
4c8cb62
Compare
Choose a tag to compare

Added

  • Minecraft 1.19 support

Full Changelog: v1.5.1...v1.5.2

v1.5.1

08 Mar 21:39
06f1711
Compare
Choose a tag to compare

Added

  • Minecraft 1.18.2 support
  • Minecraft 1.13 support (it always ran in legacy mode by accident)
  • The API has been updated to allow chair creating with a custom yOffset (ChairManager#create(Player, Block))
  • Your feet now point in the direction you are looking! (Already worked in pre Minecraft 1.13; Now works on all supported versions)

Changed

  • Errors caused by the NBT-API library are handled more extensively
    (if you are running an unsupported server version, you should have less trouble doing so now)
  • Plugin version is now part of the file name

Full Changelog: v1.5.0...v1.5.1