ChairStairs

Sit Down
Ever wanted to sit down and rest after a long day in the mines?
With stairs every where, why not just right-click with an empty hand and you'll be sitting.
This plugin is a small and lite weight plugin designed to allow your players to sit down on stairs (or other blocks if you set them).
Configuration
Configuration isn't required but you can add almost any block type, and steps/slabs work well too.
This is a link to the list of Bukkit Material Names, most blocks will work, don't use items names, like "BOW", etc.
The default config.yml file lists all the current stair types:
Chairs: - WOOD_STAIRS - SPRUCE_WOOD_STAIRS - JUNGLE_WOOD_STAIRS - BIRCH_WOOD_STAIRS - SANDSTONE_STAIRS - COBBLESTONE_STAIRS - BRICK_STAIRS - SMOOTH_STAIRS - NETHER_BRICK_STAIRS - QUARTZ_STAIRS - ACACIA_STAIRS - DARK_OAK_STAIRS
There are also two other options you may set.
UpsideDown: true or false
This option checks for upside down chairs, and if it's set to "false" (which is the default), then all upside down chairs are ignored.
Range: 0
This setting is the number of blocks away a player can be to sit in a chair. The default number is "0" which means the range is the limit that Bukkit detects the player's click, so the range check is ignored. Any number above zero will be the maximum blocks away the player can interact with the chair.
Installation
To use simply copy the ChairStairs.jar file to your plugins folder then /reload your plugins or restart your server.
Permissions
There are no permissions to set and the default configuration will allow any stairs to be used as chairs.
Commands
There are currently no commands used with this plugin.
Use
To sit down simply right-click on a stair block (or other blocks if you add them to the config.yml) with an empty hand, you will get a message that tells you to click the key you have assigned as your "sneak" key to dismount (stand up), you will be returned to the block that you came before you sat down.
Notes
If you sit for a while the arrow used to make you appear to be sitting will despawn, a new arrow will be placed, and you will be seated on it, and a new "dismount" message will be displayed.
If you log out while sitting, you will appear sitting again, but you won't respawn an arrow to be re-seated, and you won't be able to return to the last block you were on when you "dismount", you will instead be placed near the block used as the chair.
If you click on a chair block with a block above it you will take damage until you dismount the block.
This plugin was designed to be small and lite on the server.

-
View User Profile
-
Send Message
Posted Mar 30, 2021FYI, This plugin does work on 1.16.5 but doesn't support modern blocks and adding blocks does not work. It is still working fine if you intend to keep the default settings.
-
View User Profile
-
Send Message
Posted Dec 31, 2019ES: Por si alguien le sirve el dato. Esto todavía funciona en 1.15.1 (PaperMC)
EN: In case someone serves the data. This still works in 1.15.1 (PaperMC)
-
View User Profile
-
Send Message
Posted Sep 23, 2019#Those are not working at 1.14.4?
- DIORITE_STAIRS
- ANDESITE_STAIRS
- POLISHED_DIORITE_STAIRS
- POLISHED_ANDESITE_STAIRS
- RED_NETHER_BRICK_STAIRS
- GRANITE_STAIRS
- POLISHED_GRANITE_STAIRS
- SMOOTH_QUARTZ_STAIRS
- SMOOTH_SANDSTONE_STAIRS
- STONE_STAIRS
- END_STONE_BRICK_STAIRS
- MOSSY_COBBLESTONE_STAIRS
- MOSSY_STONE_BRICK_STAIRS
- SMOOTH_RED_SANDSTONE_STAIRS
- RED_SANDSTONE_STAIRS
- DARK_PRISMARINE_STAIRS
- PRISMARINE_STAIRS
- PRISMARINE_BRICK_STAIRS
-
View User Profile
-
Send Message
Posted Jun 10, 2019i know this is kind of an old plugin that looks outdated but it works with 1.14.2 (not sure how stable it is) but it works
(i'm running paper. build 74)
-
View User Profile
-
Send Message
Posted Aug 18, 2017fefsd...
-
View User Profile
-
Send Message
Posted Jul 25, 2017Can you make this compatible with version 1.7.10 please?
-
View User Profile
-
Send Message
Posted Apr 12, 2017Is there a Forge version for SSP?
-
View User Profile
-
Send Message
Posted Oct 11, 2016Don't have a plugins folder and can't sit down
-
View User Profile
-
Send Message
Posted Jul 22, 2016What do I do if I don't have a plugins folder?
-
View User Profile
-
Send Message
Posted Jul 17, 2016We love your plugin so we decided to create a video to showcase its features!
We created a YouTube video tutorial for you, feel free to use it on your plugin info area: https://www.youtube.com/watch?v=dvw83St2XwY
-
View User Profile
-
Send Message
Posted Mar 4, 2016Hi, still works great on 1.9 :) nice Plugin Thx
-
View User Profile
-
Send Message
Posted Jan 24, 2016Overall great plugin. Only problem I have found is I cant seem to teleport to people or force teleport people to me while sitting. Dont know if that can be fixed.
-
View User Profile
-
Send Message
Posted Nov 28, 2015@ZachBail
you can try: http://dev.bukkit.org/bukkit-plugins/perworldplugins/ it allow you to set any other plugin to specific worlds
-
View User Profile
-
Send Message
Posted Nov 28, 2015If I right click it still dUsenet work at all.
-
View User Profile
-
Send Message
Posted Sep 23, 2015I dont have a plugins folder I need help!!!
-
View User Profile
-
Send Message
Posted Sep 21, 2015@pepper82
Works great on 1.8.8
-
View User Profile
-
Send Message
Posted Jun 19, 2015@AxelDios
Movecraft on GitHub, so it is possible to add necessary functionality there. As I understand, it is necessary to detect an arrow and the player sitting on it, and then to shift them? Plus, ChairStairs has to land the player taking into account change of coordinates.
UPD: I decompile your plugin and comment line event.setCancelled(true); in @EventHandler onPlayerTeleport and remove @EventHandler onPlayerMove. Now, after I move car by Movecraft, player gets up, but it is much better than to remain on the place and to suffocated in the wall. Also, I think I found point in Movecraft, where it move players (around line 800 in TranslationTask), but for me it is too complicated to change its behavior.
-
View User Profile
-
Send Message
Posted Jun 10, 2015could there be an option so if you die in a chair you don't respawn in the chair? you respawn at spawn like normal.
-
View User Profile
-
Send Message
Posted Jun 1, 2015Hey I love this plugin! Is it possible to deny usage in certain worlds in future updates? I found a bug where if u sit down and get killed in PVP u can use this plugin as a way to go back to where u were killed, whilst in my PVP area ./back is denied of usage.
-
View User Profile
-
Send Message
Posted May 21, 2015@YepImRobbie
Can't get rid of arrows without basically hacking directly into Craft Bukkit and circumventing the Bukkit API. Arrows are entities that can have a "rider" so basically the arrow is placed and then the player is placed on the arrow to simulate being seated.