Chairs
Chairs - Sit down on stairs
The Chairs plugin makes it possible to use stair-blocks as seats so that you are able to sit down on them. It is similar to the ChairCraft plugin. This one works properly, though.
Note: It appears that you will see yourself as sitting a bit higher than you are supposed to, other players will see you sitting normal, though (screenshot).

How To:
Thanks to the guys from WoopaGaming who did a showcase of this plugin: https://www.youtube.com/watch?v=PbUxIiBYJ6k
To sit down on a chair, you simply have to rightclick on the stairs-block.
- If you have the "sneaking"-option in the config.yml enabled, you have to sneak while rightclicking.
- If you have set the "distance"-option to a value higher than 0, you have to be close enough to the chair to be able to sit down.
- If you have the "sign-check"-option enabled, there have to be signs at the end of the chair/row of chairs to be able to sit down.
- If you have set the "max-chair-width"-option to a value higher than 0, the chair/row of chairs must not be longer than this value.
To stand up from a chair, you have to rightclick on it. You can also destroy the chair to stand up.
The config.yml contains an explanation to all the options you can set, please read it before asking questions.
Note: The "item"-option in the config.yml if the type of item you are sitting on. Players can only "sit" on entities (like minecarts or mobs. Item drops are entities, too). This plugin uses item drops on which the player sits down. You can configure the type of item drop, because it is possible that you will sometimes see it floating through the player's body. A lever is quite small, that's why it is the default value
Commands & Permissions:
chairs.reload
- /chairs reload - Reload the Chairs configuration file.
chairs.sit
- Sit down on chairs.
-
View User Profile
-
Send Message
Posted Nov 16, 2012Could someone update this for 1.4.4? Its bugging really..
-
View User Profile
-
Send Message
Posted Nov 11, 2012@Incomitatum
Try https://dl.dropbox.com/u/30679730/dist/Chairs.jar and set permissions to false in the config.yml.
-
View User Profile
-
Send Message
Posted Nov 11, 2012cnaude
Can you make yours NOT require permissions? I just loaded it up and only Ops can sit. Or maybe add a line in the config, I don't run ANY permission based plugins. Sitting is so innocuous that I wouldn't have made it permissions based anyway. :/
-
View User Profile
-
Send Message
Posted Nov 9, 2012@JK82NL
I have to make some changes to it to get it approved, You can use my dropbox link for now.
-
View User Profile
-
Send Message
Posted Nov 9, 2012@cnaude
I can't visit the page. Says:
This project is currently under moderation. Please come back later. If you find this to be in error, please notify the administrators.
I would not have asked this if u did not direct someone 6 hours ago, so I am wondering if it actually should work?
-
View User Profile
-
Send Message
Posted Nov 9, 2012@TerraDeVista
http://dev.bukkit.org/server-mods/chairsreloaded https://dl.dropbox.com/u/30679730/dist/Chairs.jar
-
View User Profile
-
Send Message
Posted Nov 9, 2012Why this plugin don't work on my 1.4.2 server ?
-
View User Profile
-
Send Message
Posted Nov 7, 2012@cnaude
Thank you cnaude, you really did fix it. Works like a charm :D!
@MrsCreeper02
Check cnaude's 1.4.2 updated version.
-
View User Profile
-
Send Message
Posted Nov 7, 2012Aww. I wish this plugin would update to 1.4. That would be nice.
-
View User Profile
-
Send Message
Posted Nov 3, 2012@linkpopper
Try https://dl.dropbox.com/u/30679730/dist/Chairs.jar
-
View User Profile
-
Send Message
Posted Nov 3, 2012@Alemaxinos098
Change the sign-check to true, add signs to the side of chairs an BOOM. it will work :D
-
View User Profile
-
Send Message
Posted Nov 3, 2012Is there a 1.4 version?
-
View User Profile
-
Send Message
Posted Nov 1, 2012I do not works
-
View User Profile
-
Send Message
Posted Oct 21, 2012Please update .-. I really LOVE this plugin!
-
View User Profile
-
Send Message
Posted Oct 18, 2012great plugin i added the other stairs for you allowed-blocks: - WOOD_STAIRS - COBBLESTONE_STAIRS - BRICK_STAIRS - SMOOTH_STAIRS - NETHER_BRICK_STAIRS - SPRUCE_WOOD_STAIRS - BIRCH_WOOD_STAIRS - SANDSTONE_STAIRS - JUNGLE_WOOD_STAIRS will spare you some time to do other things
-
View User Profile
-
Send Message
Posted Oct 15, 2012Thanks for the continous updates on this great plugin.
-
View User Profile
-
Send Message
Posted Oct 15, 2012@maybeitscool
Please try this version: https://dl.dropbox.com/u/30679730/dist/Chairs.jar
-
View User Profile
-
Send Message
Posted Oct 15, 2012It says: "[SEVERE] Could not pass event PlayerInteractEvent to Chairs". What's wrong?
-
View User Profile
-
Send Message
Posted Oct 15, 2012Problem solved with the cnaude's version plugin !
Thanks a lot cnaude !
I just discover this wonderful plugin, everybody will be so happy !!!
You should ask the author to be added to the project ^_^
if no answer create your own.
-
View User Profile
-
Send Message
Posted Oct 12, 201218:39:41 [SEVERE] Could not pass event PlayerInteractEvent to Chairs org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462) at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:177) at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:355) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:650) at net.minecraft.server.Packet15Place.handle(SourceFile:58) at net.minecraft.server.NetworkManager.b(NetworkManager.java:282) at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109) at net.minecraft.server.ServerConnection.b(SourceFile:35) at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30) at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:577) at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213) at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:473) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:405) at net.minecraft.server.ThreadServerApplication.run(SourceFile:539) Caused by: java.lang.NoSuchMethodError: net.minecraft.server.Block.a()Z at net.spoothie.chairs.EventListener.onPlayerInteract(EventListener.java:40) at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339) ... 16 more