Chairs icon

Chairs -----

Provides Chairs to the Server




added:
clear occupied blocks after player dismount on server shutdown
just to ensure that no blocks are occupied after start up
----------, Dec 18, 2024

dismounts on block break if occupied
----------, Nov 11, 2024

added message.yml
permissions for the function
chairs.event.sit = allows to sit on all
chairs.event.sit.carpets = allows to sit on carpets
chairs.event.sit.slabs = allows to sit on slabs
chairs.event.sit.stairs = allows to sit on stairs
----------, Nov 11, 2024

supports 1.21 - 1.21.3
----------, Oct 24, 2024

latest is paper native 1.21.1
java 1.21
config.yml added
message configuration for teleport event if has chair
----------, Sep 16, 2024

supports 1.13.2 > 1.21.1
java version 1.8 > 1.21
added isSitting for main class for other devs
more info on gitHub
----------, Sep 16, 2024

removed isInnerRight and isInnerLeft Stairs
only Straight Stairs are sitable
also slabs and carpets ofc.
more info on GitHub
----------, Aug 30, 2024

patched direction of player when sitting on slab/carpets
----------, Aug 23, 2024

yaw and pitch patched when dismount
----------, Aug 15, 2024

patched location for armor stand{chair}
----------, Aug 15, 2024

cleaned up classes
removed config.yml
sends update if plugin has new version
permissions are the same
----------, Aug 15, 2024

remade the plugin
supports 1.20 - 1.21
----------, Aug 5, 2024

Supports 1.16.5 > 1.20.4

instead of overlapping PlayerInteractEvent classes
its now combined for the PlayerInteract class
nothings changed for config.yml
----------, Apr 16, 2024

this update fixes the multiple sit on chairs, meaning only 1 player can sit on 1 chair
----------, Dec 5, 2023

  • corrected codes
  • updated 1.15.2 release on GitHub
----------, Jul 7, 2023

  • removed message class
  • moved update checker to main class
  • cleaned up
----------, Jul 5, 2023

  • moved update checker to main class
----------, Jun 30, 2023

  • supports 1.15.2 native java 1.17
    Tested with 1.20.1, java 20
----------, Jun 27, 2023

  • supports 1.19 - 1.20
----------, Jun 11, 2023

  • disabled teleport while using a chair
----------, May 26, 2023

  • cleaned up classes

  • added metrics
----------, May 26, 2023

  • added hay block and scaffolding
    you can sit on hay block and scaffolding
----------, May 18, 2023

  • if block above the chair is air, player cant sit

  • cleaned up classes

  • added if player is on ground

  • updated GitHub to latest
----------, May 18, 2023

  • updated GitHub
----------, May 13, 2023

  • if mounted is cancelled armor stand is removed if exist, and isSitting is set to false for player
----------, May 13, 2023

  • corrected isSitting, also if player has been sitting before
----------, May 10, 2023

  • fixed config reload
    corrected plugin config reloading by command
----------, May 9, 2023

  • added dismount on damage can disable on config
----------, May 7, 2023

  • fixed isSitting
----------, May 7, 2023

----------, May 6, 2023


  • added isSitting for other developers
    Chairs.instance.isSitting(player)

  • fixed sit command on console error
    forgot to rename the players cords on armorStand
    this is fixed
----------, Mar 29, 2023

  • removed color codes on console logs

  • just a small clean up
----------, Mar 28, 2023

  • fixed where players were able to sit outside of the block corners
----------, Mar 21, 2023

  • sorry, i checked on click on all sitable chairs and not thinking about null or air
    this is likely fixed now
----------, Mar 16, 2023

  • fixed where players dont teleport back
    this location adding before sitting, will be saved on the Armor Stand

  • fixed /sit command
    this just fixed center location for the armor stand

  • permission update
    check in Overview for a list of the Permissions
----------, Mar 16, 2023

  • small update x2
----------, Jan 8, 2023

  • small update
----------, Jan 8, 2023

  • fixed sit command
----------, Jan 5, 2023

  • corrected some classes supports (1.15.2 - 1.19.3)
----------, Jan 2, 2023

  • this is for 1.19 - 1.19.3 version
----------, Dec 26, 2022

  • Persistent data added since 1.15.2
    location is now stored on Persistent data it will get deleted on dismount

  • Version works on latest 1.19.3
----------, Dec 26, 2022

  • this update are for 1.19 - 1.19.3
    removes entire location from player persistent data when dismount
----------, Dec 26, 2022

  • changed api version from 1.13 to 1.15
    last update for 1.15
----------, Dec 26, 2022

  • locations are saved on player persistent data
    this update are for 1.15.2 - 1.19.3

  • you can delete data.csv

  • if you are using older than 1.15.2 download the version before this
----------, Dec 26, 2022

  • entity.yml updated to data.csv

  • removes entire player location when dismount

  • adds player location when about to sit
----------, Dec 25, 2022

  • Clean up few things

  • supports 1.13.2 - 1.19.3
    location is now saved on data.csv instead of persistentdata
----------, Dec 23, 2022

  • sit command is back and fully updated player location on {sit command}
    this means when ever player is at cornor of a block and type /sit
    the player will now teleport to highest block location.
    version is now back from 1.15 fully works on latest 1.19.3
----------, Dec 21, 2022

  • version checker added
----------, Dec 21, 2022

  • updated to support 1.15.2 to 1.19.2
    permissions:
    - chairs.sit
    - chairs.reload
----------, Nov 17, 2022

removed config.yml
removed permissions (except "chairs.default")

all stairs, slabs and carpets are able to sit on.
without permissions added nor configs.

updated, right click on top of the block to be able to sit.
----------, Oct 27, 2022

removed blocks
only stairs, slabs and carpets, otherwise use /sit

better Config.yml i guess
https://pastebin.com/x7biaRAN
----------, Sep 14, 2022

added #stairs, #slabs and #carpets
removed half-blocks
added teleport-back-to-location: true

teleports you back to standing location

default config.yml
https://pastebin.com/2ED3WyFP
----------, Sep 8, 2022

changed sit command permission to chairs.default
----------, Sep 3, 2022

added last location on /sit command as well
----------, Sep 3, 2022

fixed interaction on blocks
Permission update:
chairs.default
----------, Sep 3, 2022

added message.yml to reload command
----------, Sep 2, 2022

fix unable to use command "/sit" while sitting
----------, Sep 2, 2022

removed unnessecary stuff
----------, Sep 2, 2022

teleports to last location when dismount
----------, Sep 2, 2022

corrected interactions
----------, Aug 29, 2022

Corrected to bottom Stairs and shapes to player sit Yaw
Corrected to bottom Slabs and sit height
----------, Aug 28, 2022

reverted the facing of the sit on Slabs, Blocks, Half-Blocks and Carpets.
----------, Aug 28, 2022

added chairs.yml
----------, Aug 28, 2022

Resource Information
Author:
----------
Total Downloads: 12,147
First Release: Aug 28, 2022
Last Update: Dec 18, 2024
Category: ---------------
All-Time Rating:
1 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings