viewing paste Unknown #16114 | Text

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
# Configuration of the Chairs plugin for Craftbukkit
# ------
# A list of all compatible block and item names: http://bit.ly/AmJgMb.
# ------
# sit-blocks: Set the blocks you want to be able to sit down on and sitting height. Use material_name:sitting_height
# valid-signs: Valid sign materials for sign check
# auto-rotate: If set to true, you are automatically rotated to the descending face of the stairs-block when sitting down.
# 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.).
# seat-occupied-check: Check if seat is already occupied.
# ignore-if-item-in-hand: Set this true to disable sititng if player is holding an item in hand.
# disabledWGRegions: Player won't be able to sit in those regions
# ------
sit-blocks:
- WOOD_STAIRS:0.7
- SPRUCE_WOOD_STAIRS:0.7
- JUNGLE_WOOD_STAIRS:0.7
- BIRCH_WOOD_STAIRS:0.7
- SANDSTONE_STAIRS:0.7
- COBBLESTONE_STAIRS:0.7
- BRICK_STAIRS:0.7
- SMOOTH_STAIRS:0.7
- NETHER_BRICK_STAIRS:0.7
- QUARTZ_STAIRS:0.7
- ACACIA_STAIRS:0.7
- DARK_OAK_STAIRS:0.7
valid-signs:
- SIGN
- WALL_SIGN
- SIGN_POST
- ITEM_FRAME
auto-rotate: true
max-chair-width: 3
sign-check: false
distance: 2
ignore-if-item-in-hand: true
disabledWGRegions:
- exampleregionname
sit-effects:
  healing:
    enabled: true
    interval: 20
    amount: 2
    max-percent: 100
  itempickup:
    enabled: false
sit-restrictions:
  commands:
    all: false
    list:
    - /spawn
    - /tp
    - /tpa
    - /warp
    - /home
notify-player: true
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!'
  command-restricted: '&7You can''t issue this command while sitting'
 
Viewed 642 times, submitted by Guest.