2012-11-09 16:35:04 +01:00
# Configuration of the Chairs plugin for Craftbukkit
# ------
# A list of all compatible block and item names: http://bit.ly/AmJgMb.
# ------
2013-02-24 19:24:22 +01:00
# allowed-blocks: Set the blocks you want to be able to sit down on. Use descriptive name or item ID. Use name:number to set sitting height.
2012-11-09 16:35:04 +01:00
# auto-rotate: If set to true, you are automatically rotated to the descending face of the stairs-block when sitting down.
# sneaking: If set to true, you have to sneak to sit down on a chair.
# max-chair-width: Define how many blocks a chair can be long (set to number <= 0 for unlimited width).
# sign-check: If set to true, you will only be able to sit down when there are signs on both of the ends of the chair.
# distance: The maximum distance between the chair (the center of the block) and the player to be able to sit down (to prevent glitching through walls, etc.).
# sitting-height: Set how high you are sitting 'in' the stairs block (default is 0.7).
2013-02-24 19:24:22 +01:00
# sitting-height-adj: Non-stairs and non-steps are adjusted automatically by this amount.
2012-11-23 09:39:10 +01:00
# upsidedown-check: If true then prevent players from sitting on upside down stairs.
2012-11-25 00:19:48 +01:00
# seat-occupied-check: Check if seat is already occupied.
2012-12-23 08:24:06 +01:00
# per-item-perms: Enable chairs.sit.[item] permission node. Set to false if you're sitting on every block.
2013-03-26 06:38:03 +01:00
# ignore-if-block-in-hand: Set this true disable sititng if player is holding a block in hand.
2012-11-09 16:35:04 +01:00
# ------
allowed-blocks :
- WOOD_STAIRS
- SPRUCE_WOOD_STAIRS
- JUNGLE_WOOD_STAIRS
- BIRCH_WOOD_STAIRS
- SANDSTONE_STAIRS
- COBBLESTONE_STAIRS
- BRICK_STAIRS
- SMOOTH_STAIRS
- NETHER_BRICK_STAIRS
2013-02-04 01:19:49 +01:00
valid-signs :
- SIGN
- WALL_SIGN
- SIGN_POST
- ITEM_FRAME
2012-11-09 16:35:04 +01:00
auto-rotate : true
sneaking : true
max-chair-width : 3
sign-check : false
distance : 2
2012-11-12 03:48:34 +01:00
sitting-height : 0.7
2013-02-24 19:24:22 +01:00
sitting-height-adj : 1.0
2012-11-21 03:05:35 +01:00
permissions : true
2012-11-23 09:39:10 +01:00
notify-player : true
2012-11-25 00:19:48 +01:00
upside-down-check : true
2012-12-19 15:40:24 +01:00
seat-occupied-check : true
2012-12-23 08:24:06 +01:00
upper-step-check : true
2012-12-25 19:47:52 +01:00
per-item-perms : true
2013-03-15 21:55:09 +01:00
ops-override-perms : false
2013-03-26 06:38:03 +01:00
ignore-if-block-in-hand : false
2013-03-15 21:55:09 +01:00
sit-effects :
enabled : false
interval : 20
healing :
amount : 1
max-percent : 100
2013-03-24 06:50:17 +01:00
messages :
sitting : '&7You are now sitting.'
standing : '&7You are no longer sitting.'
occupied : '&7This seat is occupied by &6%PLAYER%&7!'
reloaded : 'Chairs configuration reloaded.'
no-permission : '&cYou do not have permission to do this!'
enabled : '&7You have enabled chairs for yourself!'
disabled : '&7You have disabled chairs for yourself!'