Advertisement
LucianDevran

Config

Jul 4th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.97 KB | None | 0 0
  1. configversion: 3
  2. #========================================
  3. # Custom Structures
  4. #========================================
  5. #Wiki: https://github.com/ryandw11/CustomStructures/wiki
  6. Schematics:
  7. - desert-dungeon
  8. - dungeon-small
  9. - dungeon-small2
  10. - endtower
  11. - grave
  12. - maya-temple
  13. - pyramid
  14. - skull
  15. - Tower
  16. - tree
  17. - witch
  18.  
  19. #A list containing all of the schematics.
  20. #When you add a new schematic add it to this list.
  21. List:
  22. - desert-dungeon
  23. - dungeon-small
  24. - dungeon-small2
  25. - endtower
  26. - grave
  27. - maya-temple
  28. - pyramid
  29. - skull
  30. - Tower
  31. - tree
  32. - witch
  33. - demo
  34.  
  35. demo:
  36. Schematic: 'demo.schematic'
  37. Biome: 'all'
  38. Chance:
  39. Number: 1
  40. OutOf: 50
  41. AllWorlds: false
  42. SpawnY: -1
  43. PlaceAir: true
  44. AllowedWorlds:
  45. - Farmwelt
  46.  
  47. #Change the name bellow with what you want. (Note: change the name in the list too!)
  48. desert-dungeon:
  49. #The schematic file. Make sure to include the .schematic
  50. Schematic: 'desert-dungeon.schematic'
  51. #What biome this a schematic can spawn in. Change to all for all.
  52. Biome: 'DESERT'
  53. #The chance option
  54. Chance:
  55. #The number that can be picked out of 1000. So if 1 is picked than it spawns.
  56. Number: 1
  57. #The number that the ratio is out off.
  58. OutOf: 100
  59. #If the structure can spawn in all worlds.
  60. AllWorlds: false
  61. #The y cord the structure will spawn on. Use -1 if you want it to be on the surface.
  62. SpawnY: -1
  63. #If you want air to be placed. True is air will be placed. False is air won't be placed.
  64. PlaceAir: true
  65. #If the above is false then the worlds it can spawn in:
  66. AllowedWorlds:
  67. - Farmwelt
  68.  
  69. dungeon-small:
  70. Schematic: 'dungeon-small.schematic'
  71. Biome: 'all'
  72. Chance:
  73. Number: 1
  74. OutOf: 50
  75. AllWorlds: false
  76. SpawnY: -1
  77. PlaceAir: true
  78. AllowedWorlds:
  79. - Farmwelt
  80.  
  81. desert-dungeon:
  82. Schematic: 'desert-dungeon.schematic'
  83. Biome: 'all'
  84. Chance:
  85. Number: 1
  86. OutOf: 50
  87. AllWorlds: false
  88. SpawnY: -1
  89. PlaceAir: true
  90. AllowedWorlds:
  91. - Farmwelt
  92.  
  93. dungeon-small2:
  94. Schematic: 'dungeon-small2.schematic'
  95. Biome: 'all'
  96. Chance:
  97. Number: 1
  98. OutOf: 50
  99. AllWorlds: false
  100. SpawnY: -1
  101. PlaceAir: true
  102. AllowedWorlds:
  103. - Farmwelt
  104.  
  105.  
  106. endtower:
  107. Schematic: 'endtower.schematic'
  108. Biome: 'all'
  109. Chance:
  110. Number: 1
  111. OutOf: 50
  112. AllWorlds: false
  113. SpawnY: -1
  114. PlaceAir: true
  115. AllowedWorlds:
  116. - Farmwelt
  117.  
  118. grave:
  119. Schematic: 'grave.schematic'
  120. Biome: 'all'
  121. Chance:
  122. Number: 1
  123. OutOf: 50
  124. AllWorlds: false
  125. SpawnY: -1
  126. PlaceAir: true
  127. AllowedWorlds:
  128. - Farmwelt
  129.  
  130. maya-temple:
  131. Schematic: 'maya-temple.schematic'
  132. Biome: 'all'
  133. Chance:
  134. Number: 1
  135. OutOf: 50
  136. AllWorlds: false
  137. SpawnY: -1
  138. PlaceAir: true
  139. AllowedWorlds:
  140. - Farmwelt
  141.  
  142. pyramid:
  143. Schematic: 'pyramid.schematic'
  144. Biome: 'DESERT'
  145. Chance:
  146. Number: 1
  147. OutOf: 50
  148. AllWorlds: false
  149. SpawnY: -1
  150. PlaceAir: true
  151. AllowedWorlds:
  152. - Farmwelt
  153.  
  154. skull:
  155. Schematic: 'skull.schematic'
  156. Biome: 'all'
  157. Chance:
  158. Number: 1
  159. OutOf: 50
  160. AllWorlds: false
  161. SpawnY: -1
  162. PlaceAir: true
  163. AllowedWorlds:
  164. - Farmwelt
  165.  
  166. Tower:
  167. Schematic: 'Tower.schematic'
  168. Biome: 'all'
  169. Chance:
  170. Number: 1
  171. OutOf: 50
  172. AllWorlds: false
  173. SpawnY: -1
  174. PlaceAir: true
  175. AllowedWorlds:
  176. - Farmwelt
  177.  
  178. tree:
  179. Schematic: 'tree.schematic'
  180. Biome: 'all'
  181. Chance:
  182. Number: 1
  183. OutOf: 50
  184. AllWorlds: false
  185. SpawnY: -1
  186. PlaceAir: true
  187. AllowedWorlds:
  188. - Farmwelt
  189.  
  190. witch:
  191. Schematic: 'witch.schematic'
  192. Biome: 'all'
  193. Chance:
  194. Number: 1
  195. OutOf: 50
  196. AllWorlds: false
  197. SpawnY: -1
  198. PlaceAir: true
  199. AllowedWorlds:
  200. - Farmwelt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement