Advertisement
Guest User

Stables config.yml

a guest
Mar 24th, 2016
443
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. general:
  2. Debug: false
  3. BlockAll: false
  4. PVPDamage: true
  5. EnviromentDamage: true
  6. OwnerDamage: false
  7. MobDamage: false
  8. Theft: false
  9. CheckUpdates: true
  10. MaxOwned:
  11. default: 2
  12. ProtectUnclaimed: false
  13. Save: 10
  14. showUnownedWarning: true
  15. MySQL:
  16. useMySQL: false
  17. prefix: stables_
  18. database: YourDBName
  19. host: localhost
  20. user: root
  21. password: abcd1234
  22. port: 0
  23. horses:
  24. tame:
  25. AllowMaxNamed: false
  26. allowFind: true
  27. allowTP: true
  28. allowSummon: true
  29. AutoOwn: false
  30. AutoSaddle: false
  31. NoTagRename: true
  32. spawn:
  33. health:
  34. max: 30
  35. min: 15
  36. lure:
  37. allow: false
  38. delay: 10
  39. disabled: world_nether, world_the_end
  40. enabled: world
  41. useEnabled: false
  42. timeout: 120
  43. allowSummonThroughWorlds: true
  44. lure:
  45. '396':
  46. chance: 50
  47. type: 1
  48. health:
  49. max: 30
  50. min: 15
  51. item2: 0
  52. item2count: 0
  53. allow: true
  54. delay: 10
  55. timeout: 120
  56. disabled: world_nether, world_the_end
  57. enabled: world
  58. useEnabled: false
  59. stable:
  60. cost: 0
  61. useCommand: true
  62. timeout: 10
  63. disabled: world_nether, world_the_end
  64. useEnabled: false
  65. enabled: world
  66. recipe:
  67. usePerms: false
  68. hardMode: false
  69. saddle: false
  70. nametag: false
  71. armor:
  72. iron: false
  73. gold: false
  74. diamond: false
  75. recipes:
  76. SADDLE:
  77. recipe: LLLLILI I
  78. NAME_TAG:
  79. recipe: ' S P P '
  80. IRON_BARDING:
  81. recipe: ' IIWIIII'
  82. GOLD_BARDING:
  83. recipe: ' GGWGGGG'
  84. DIAMOND_BARDING:
  85. recipe: ' DDWDDDD'
  86. materials:
  87. L: LEATHER
  88. I: IRON_INGOT
  89. G: GOLD_INGOT
  90. D: DIAMOND
  91. P: PAPER
  92. S: STRING
  93. W: WOOL
  94. items:
  95. deconstruct:
  96. allow: false
  97. item: GOLD_BLOCK
  98. fullRepairRequired: true
  99. randomReward: true
  100. failPercent: 20
  101. configVersion: 1
  102. animals:
  103. allowed: HORSE, WOLF, OCELOT
  104. allowFind: false
  105. allowTP: false
  106. allowSummon: false
  107. allowSummonThroughWorlds: false
  108. NoTagRename: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement