Skip to main content

general

general:
  Debug: false
  BlockAll: false
  PVPDamage: true
  EnviromentDamage: true
  OwnerDamage: false
  MobDamage: false
  Theft: false
  CheckUpdates: false
  MaxOwned:
    default: 99999
  ProtectUnclaimed: false
  Save: 10
  showUnownedWarning: true
MySQL:
  useMySQL: false
  database: YourDBName
  host: localhost
  user: root
  password: abcd1234
  port: 0
  prefix: stables_
animals:
  allowed: HORSE, WOLF, OCELOT
  allowFind: false
  allowTP: false
  allowSummon: false
  allowSummonThroughWorlds: false
  NoTagRename: false
horses:
  AutoOwn: false
  AutoSaddle: false
  spawn:
    health:
      max: 30
      min: 15
lure:
  allow: true
  delay: 10
  timeout: 120
  disabled: world_nether, world_the_end
  enabled: world
  useEnabled: false
  '396':
    chance: 50
    type: 1
    item2: 0
    item2count: 0
    health:
      max: 30
      min: 15
stable:
  cost: 0
  useCommand: false
  timeout: 10
  disabled: world_nether, world_the_end
  useEnabled: false
  enabled: world
recipe:
  usePerms: false
  saddle: true
  nametag: true
  armor:
    iron: true
    gold: true
    diamond: true
  recipes:
    SADDLE:
      recipe: LLLLILI I
    NAME_TAG:
      recipe: '  S P P  '
    IRON_BARDING:
      recipe: '  IIWIIII'
    GOLD_BARDING:
      recipe: '  GGWGGGG'
    DIAMOND_BARDING:
      recipe: '  DDWDDDD'
  materials:
    L: LEATHER
    I: IRON_INGOT
    G: GOLD_INGOT
    D: DIAMOND
    P: PAPER
    S: STRING
    W: WOOL
items:
  deconstruct:
    allow: false
    item: GOLD_BLOCK
    randomReward: true
    failPercent: 20
configVersion: 1