JChairs

JChairs is a simple plugin to allow you to sit in chairs. You place a chair block and a block under the chair to enable it, which is configurable in the config. To sit in the chair you simply right click the chair with an empty hand, this is also configurable. To dismount you click shift, or the custom dismount value you put in to your Minecraft client.

CommandsDescriptionPermissions
/JChairsA list of JChairs permissions and commands
The ability to sit in a chairjchairs.use (Default: true)
/JChairs ChairListA list of use-able chairsjchairs.chairlist (Default: true)
/JChairs HandItemsA list of hand items to use a chairjchairs.handitems (Default: true)
The ability to override chair breaking when set to falsejchairs.breakoverride (Default: op)
/JChairs Remove/Remove all/Remove [Player]Remove a targeted player/all players/a player from a chairjchairs.remove (Default:op)
/JChairs ReloadReloads the JChairs configjchairs.reload (Default:op)

Config:

In the default config under 'Chairs', all stairs and slabs are chairs with the block under them to enable them being diamond blocks. This is the default oak wooden stair chair in the config:

Chairs:
  53:      <-- Chair (oak wooden stair)
  - 57     <-- Enabler block (diamond block)

You can have as many different enabler blocks to be under the chair type. The example below will allow a dirt block or a oak wood to be the enabler block:

Chairs:
  53:
  - 3
  - 17

In the default config under 'ItemInHand' are the values of an item you must have in your hand to sit in a chair. The default value is 0, which is an empty hand. An example for having a stick or oak sapling to be the item you need to have in your hand to sit is:

ItemInHand:
- 6
- 280

If the option 'BreakableChair' in the config is set to true, a chair will be breakable while in use. If set to false it will be unbreakable while in use unless broken by a player with the 'jchairs.breakoverride' permission. The default value is true.

The option 'MessageColor' is where you can change the colors and format of JChairs messages. The default value is '&f', which is white.


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    92971
  • Created
    Jun 26, 2015
  • Last Released File
    Jun 30, 2015
  • Total Downloads
    3,370
  • License

Categories

Members

Recent Files

Bukkit