Autor Tema: ChairsReloaded ► Permite sentarse en escaleras y otros objetos  (Leído 2183 veces)

C4BR3R4

  • SuperAdmin.
  • *
    • Ver Perfil
ChairsReloaded ► Permite sentarse en escaleras y otros objetos
« en: 20 de Julio de 2016 a las 22:46 »
ChairsReloaded
Permite sentarse en escaleras y otros objetos.
Código: [Seleccionar]
chairs reload

:v: Bukkit: http://dev.bukkit.org/bukkit-plugins/chairsreloaded

++ Compilaciones: http://build.true-games.org/job/ChairsReloaded/


Código: (config.yml) [Seleccionar]
# 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:
- ACACIA_STAIRS:0.7
- BIRCH_WOOD_STAIRS:0.7
- BRICK_STAIRS:0.7
- COBBLESTONE_STAIRS:0.7
- DARK_OAK_STAIRS:0.7
- JUNGLE_WOOD_STAIRS:0.7
- NETHER_BRICK_STAIRS:0.7
- PURPUR_STAIRS:0.7
- QUARTZ_STAIRS:0.7
- RED_SANDSTONE_STAIRS:0.7
- SANDSTONE_STAIRS:0.7
- SMOOTH_STAIRS:0.7
- SPRUCE_WOOD_STAIRS:0.7
- WOOD_STAIRS:0.7
valid-signs:
- wall_sign
- item_frame
- iron_trapdoor
- trapdoor
auto-rotate: true
max-chair-width: 3
sign-check: true
distance: 2
ignore-if-item-in-hand: false
sit-effects:
  healing:
    enabled: true
    interval: 20
    amount: 1
    max-percent: 100
  itempickup:
    enabled: false
sit-restrictions:
  commands:
    all: false
    list:
    - /examplecommand
notify-player: true
messages:
  sitting: '&7Te has sentado.'
  standing: '&7Te has levantado.'
  occupied: '&7Este asiento esta ocupado por &6%PLAYER%&7!'
  reloaded: '&c[CHAIRS] Configuracion recargada.'
  no-permission: '&cNo tienes permiso!'
  enabled: '&7Asientos activados (para ti)!'
  disabled: '&7Asientos desactivados (para ti)!'
  command-restricted: '&7No puedes usar este comando sentado'

C4BR3R4

  • SuperAdmin.
  • *
    • Ver Perfil
ChairsReloaded v4.9 para CB 1.10
« Respuesta #1 en: 24 de Septiembre de 2016 a las 19:16 »
Sustituido por el plugin JChairs.