Advertisement
Guest User

Untitled

a guest
Dec 24th, 2012
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. mine:
  2. ==: pMine
  3. region:
  4. ==: PrisonRegion
  5. minimum:
  6. ==: Vector
  7. x: 266.0
  8. y: 63.0
  9. z: 250.0
  10. maximum:
  11. ==: Vector
  12. x: 269.0
  13. y: 70.0
  14. z: 258.0
  15. world: world
  16. silent: false
  17. flags: []
  18. breakBlacklist:
  19. ==: Blacklist
  20. enabled: true
  21. blocks:
  22. 1: 0
  23. whitelist: false
  24. warned: true
  25. parent: null
  26. blocks:
  27. - ==: MineBlock
  28. blockData: 0
  29. blockId: 1
  30. chance: 0.5
  31. - ==: MineBlock
  32. blockData: 0
  33. blockId: 2
  34. chance: 0.5
  35. - ==: MineBlock
  36. blockData: 0
  37. blockId: 0
  38. chance: 0.0
  39. tpPoint:
  40. ==: SimpleLoc
  41. yaw: 331.46344
  42. pitch: 31.649784
  43. z: 252.05184986709494
  44. y: 72.47662414561468
  45. world: world
  46. x: 265.3979387386338
  47. blocksLeft: 288
  48. resetTriggers:
  49. - ==: TimeTrigger
  50. next: '18000'
  51. mine: test
  52. period: '400'
  53. - ==: CompositionTrigger
  54. percent: '0.1'
  55. mine: test
  56. id: test
  57. warningTimes: []
  58. placeBlacklist:
  59. ==: Blacklist
  60. enabled: false
  61. blocks: {}
  62. whitelist: false
  63. cooldownPeriod: 20
  64. name: MinaPrueba
  65. generator: RANDOM
  66. blockReplaceBlacklist:
  67. ==: Blacklist
  68. enabled: false
  69. blocks: {}
  70. whitelist: false
  71. protectionRegion:
  72. ==: PrisonRegion
  73. minimum:
  74. ==: Vector
  75. x: 266.0
  76. y: 63.0
  77. z: 250.0
  78. maximum:
  79. ==: Vector
  80. x: 269.0
  81. y: 70.0
  82. z: 258.0
  83. world: world
  84. world: world
  85. enabledProtection:
  86. - !!com.wolvencraft.prison.mines.mine.Protection 'BLOCK_BREAK'
  87. cooldownEnabled: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement