### 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)