### Added
* Support for Minecraft 26.1.2
* Right now, a build height message is displayed when a player starts sitting.
I found some players online reporting this while playing so maybe this is a Minecraft 26 bug?
If you've got an idea on how to fix this in the plugin, please let me know
### Changed
* Prevent players from clipping into blocks by using /sit while sitting
### Added
* Add more checks to dismount players from their chairs, when the block they are sitting on disappears
* e.g. ice melting, leaves decaying, block updates/physics that break a block, ...
### Changed
* Improved chair (block) detection, that might fix some edge-cases where players would not be dismounted from their chairs
* This also affected other plugins using the ChairManager, not being able to find a chair, although it existed
* You *probably* never noticed this bug
### Added
* Partial support for Minecraft 1.21.11
* Paper only published experimental builds so far - These are incompatible
I am hoping for the non-experimental builds to work with this plugin version
### 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
### 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
### Added
* Option to use ArmorStands or Arrows as ArmorStands proofed to be even less reliable across versions
* If you are running 1.8 (or maybe even up to 1.15), you might want to enable AmorStands
in the `config.yml` as you can see the Arrow
### Changed
* Sitting on Trapdoors now places you on the correct height
* Using `/sit` sometimes showed *no permission* message
* Fixed bStats (broke in 1.4.0-ALPHA)