Advertisement
Guest User

Untitled

a guest
Aug 29th, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. items:
  2. - 0
  3. house:
  4. - 20
  5. - 102
  6. - 101
  7. - 71
  8. - 64
  9. - 5
  10.  
  11. #These options override tree specific options, when the player is in creative.
  12. creative:
  13. autoCollect: true
  14. replant: false
  15. noDamage: true
  16.  
  17. alert: Player %p has destroyed a block that may have been part of a house. The location of this block is %l
  18. allowSelfToggle: true
  19. usePerms: true
  20. doPartDrops: false
  21.  
  22. tree:
  23. oak:
  24. enabled: true
  25. drops:
  26. - 260,1
  27. - 322,0.1
  28. - 6,8
  29. - 18,7
  30. damage: norm
  31. value: 1
  32. maxDrop: 20
  33. autoCollect: false
  34. replant: false
  35. leafReach: 2
  36.  
  37. pine:
  38. enabled: true
  39. drops:
  40. - 6,8
  41. - 18,7
  42. damage: norm
  43. value: 1
  44. maxDrop: 20
  45. autoCollect: false
  46. replant: false
  47. leafReach: 3
  48.  
  49. birch:
  50. enabled: true
  51. drops:
  52. - 6,8
  53. - 18,7
  54. damage: norm
  55. value: 1
  56. maxDrop: 20
  57. autoCollect: false
  58. replant: false
  59. leafReach: 2
  60.  
  61. jungle:
  62. enabled: true
  63. drops:
  64. - 6,8
  65. - 18,7
  66. damage: norm
  67. value: 1
  68. maxDrop: 140
  69. autoCollect: false
  70. replant: false
  71. leafReach: 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement