ChairsReloaded
About Chairs Reloaded
This is a reload of the original Chairs mod by Spoothie. That plugin was no longer being updated so I have continued it here.
This plugin allows players to sit in chairs (stairs).
Installation
- Drop the Chairs jar file in your plugins directory.
- Setup permissions accordingly.
Video:
Special ends for chairs
Corner stairs:![]()
Sign:
![]()
Commands & Permissions
chairs.reload
- /chairs reload - Reload the Chairs configuration file.
chairs.sit
- Sit down on chairs.
chairs.sit.health
- If the health sitting effects are enabled then players with this permission node are healed while siting.
-
View User Profile
-
Send Message
Posted Feb 11, 2013@cnaude
Perhaps you could help me figure out what is wrong then, I only have three groups at the moment and the other permissions that are specified work accordingly. I have tried to add: - chair.self to the default group, and even to every group, but it will not allow me to use the /chairs on|off command.
As mentioned, If I change: permissions: true to permissions: false
Then I am able to trigger this command, but it is simply bypassing the permissions system. I don't see any errors in the log and can not thing of anything else to check.
I am using 1.4.7-R1.0 as well as bPermissions-2.10.4. Thanks!
-
View User Profile
-
Send Message
Posted Feb 10, 2013@boondoklife
It should work with any permissions plugin that uses the Bukkit SuperPerms API.
-
View User Profile
-
Send Message
Posted Feb 10, 2013Will this plugin work with bPermissions? I have been trying to get it to do so by adding chairs.self to the config file but always get a no permissions issue.
If I disable the permissions check in the config.yml.
-
View User Profile
-
Send Message
Posted Feb 7, 2013is this plugin compatiable with headgrabber, iblock, playerzombies or frame protect?
-
View User Profile
-
Send Message
Posted Feb 7, 2013@bradthommo1 Mine works perfect when I stand up, check compatibility issue with you other plugins.
@cnaude When I disconnect while sitting I fall through the floor. Huge problem in my faction server. -single thick floors I spawn on the next floor underneath
-
View User Profile
-
Send Message
Posted Feb 7, 2013Love it.
Have found a bug. Sometimes once I have stood up, I can no longer use doors or go through them.
Running server 1.4.7 ChairsReloaded 1.16.0
-
View User Profile
-
Send Message
Posted Feb 6, 2013sitting on bed is buggy :(
-
View User Profile
-
Send Message
Posted Feb 5, 2013@cnaude
Block jumps while sitting. That's look kinda weird. https://dl.dropbox.com/u/27770548/2013-02-02_15.48.50.png
-
View User Profile
-
Send Message
Posted Feb 4, 2013@CommodoreAlpha
This request has come up several times. I'll get it added to the next release.
-
View User Profile
-
Send Message
Posted Feb 4, 2013Would it be possible to have configurable sit-heights for each block, rather than one sit-height for all blocks?
-
View User Profile
-
Send Message
Posted Feb 3, 2013@Apple_columb
I added item frames to v1.16.0. As for the fence thing there isn't anyway to fix that. The fence is a valid item for under the stair but it behaves differently when sat on. It works a little better if the fence is two blocks high.
-
View User Profile
-
Send Message
Posted Feb 3, 2013@Adelskrone
Set per-item-perms to false in your config. It looks like your permissions plugin might be doing something funky.
-
View User Profile
-
Send Message
Posted Feb 3, 2013I just can sit on every block, but i don't know why. LOL
http://www.abload.de/img/unbenannt0fxu2.png
I can sit on every block. Gras, Fence, Glas, everything. I cannot sit on flowers. xD So what is wrong? D: Server: 1.4.7 and Plugin: 1.4.7
-
View User Profile
-
Send Message
Posted Feb 2, 2013Block jumps while sitting. That's look kinda weird. https://dl.dropbox.com/u/27770548/2013-02-02_15.48.50.png
Also could you add a fence check under half slabs? With this they look like bar chairs. And what about item frame usage as signs if sign check is enabled?
-
View User Profile
-
Send Message
Posted Jan 29, 2013@K_Wall_24
Sounds like a permissions issue. What permission plugin are you using?
-
View User Profile
-
Send Message
Posted Jan 29, 2013I noticed that this doesn't work on any secondary worlds using a multi-world plugin. Any ideas why that is, or how you could fix it? I love the plugin, as it's great for making everything from parks to restaurants.
-
View User Profile
-
Send Message
Posted Jan 28, 2013@cnaude
Odd... I recently updated to the latest CraftBukkit, and I'm using your latest version, but I'll take a look. Regardless, thanks for the help.
-
View User Profile
-
Send Message
Posted Jan 28, 2013@DelanoKrowley
What version of Chairs and CraftBukkit are you running?
Looking at your log it looks like your server is running 1.4.6 and you are trying to run Chairs 1.15.1. Downgrade to Chairs 1.15.0 and it should work better.
-
View User Profile
-
Send Message
Posted Jan 28, 2013@cnaude I'm having the same issue as ch0xy. Whenever I start up my server with this plugin, it reads me this error, and doesn't create a folder for it.
18:32:28 [SEVERE] Could not load 'plugins\Chairs.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/mi necraft/server/v1_4_R1/DataWatcher at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j ava:184) at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager. java:305) at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager .java:230) at org.bukkit.craftbukkit.v1_4_6.CraftServer.loadPlugins(CraftServer.jav a:235) at org.bukkit.craftbukkit.v1_4_6.CraftServer.<init>(CraftServer.java:213 ) at net.minecraft.server.v1_4_6.PlayerList.<init>(PlayerList.java:52) at net.minecraft.server.v1_4_6.DedicatedPlayerList.<init>(SourceFile:11)
at net.minecraft.server.v1_4_6.DedicatedServer.init(DedicatedServer.java :104) at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java: 399) at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:84 9) Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_4_R1/DataWatc her at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j ava:173) ... 9 more Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_4_R1.DataWa tcher at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader .java:70) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader. java:53) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 12 more
This looks like a great plugin, so i hope you can help. Thanks.
-
View User Profile
-
Send Message
Posted Jan 28, 2013@ch0xy
Please use pastebin and post your server.log.