Releases: SpraxDev/BetterChairs
Releases · SpraxDev/BetterChairs
v1.7.2
v1.7.1
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
v1.6.0
Added
- Minecraft 1.19.4 support
Changed
- Player no longer fall through the chair block when
TeleportPlayerToOldLocation
is disabled
Breaking Changes
Chair#getPlayerLeavingLocation()
now takesTeleportPlayerToOldLocation
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
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
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
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
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
v1.5.1
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