Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.04 KB | None | 0 0
  1. # You can create generators as much as you want.
  2. # Important: All generators should be named "generator1", "generator2", etc.
  3. # You can define the spawnrates of any block in the blocks-section.
  4. # The spawnrates are in percent, for example 57.3 are 57,3%.
  5. # All values together should be 100%. If all values together are higher or lower as 100, the plugin would'nt work correctly.
  6. # The permissions are custom, so you can make a generator for VIPS, and give them the permission "oregen.vip".
  7. # Are you finish with configuring? Just type /customoregen to reload the plugin!
  8.  
  9. # Note: If the Island's owner is offline, the cobblestone generator would be choose the first Generator-Config.
  10.  
  11. generators:
  12. generator1:
  13. # default generator
  14. blocks:
  15. # Please use Bukkit-Blocknames. List: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
  16. - STONE:92.7
  17. - COAL_ORE:0.9
  18. - IRON_ORE:0.8
  19. - GOLD_ORE:0.8
  20. - LAPIS_ORE:0.7
  21. - REDSTONE_ORE:0.7
  22. - DIAMOND_ORE:0.6
  23. - EMERALD_ORE:0.5
  24. - COAL_BLOCK:0.5
  25. - LAPIS_BLOCK:0.4
  26. - REDSTONE_BLOCK:0.4
  27. - IRON_BLOCK:0.3
  28. - GOLD_BLOCK:0.3
  29. - DIAMOND_BLOCK:0.2
  30. - EMERALD_BLOCK:0.2
  31. permission: ''
  32. # You can also define from what level the generator should be activated. Example: Leave all permissions empty and
  33. # only work with the island Level. The plugin would only consider the islandLevel then.
  34. unlock_islandLevel: 0
  35. generator2:
  36. blocks:
  37. - STONE:90.7
  38. - COAL_ORE:1.2
  39. - IRON_ORE:1.1
  40. - GOLD_ORE:1.0
  41. - LAPIS_ORE:0.9
  42. - REDSTONE_ORE:0.8
  43. - DIAMOND_ORE:0.7
  44. - EMERALD_ORE:0.6
  45. - COAL_BLOCK:0.6
  46. - LAPIS_BLOCK:0.5
  47. - REDSTONE_BLOCK:0.5
  48. - IRON_BLOCK:0.4
  49. - GOLD_BLOCK:0.4
  50. - DIAMOND_BLOCK:0.3
  51. - EMERALD_BLOCK:0.3
  52. permission: ''
  53. unlock_islandLevel: 1000
  54. generator3:
  55. #same as: gen2
  56. blocks:
  57. - STONE:90.7
  58. - COAL_ORE:1.2
  59. - IRON_ORE:1.1
  60. - GOLD_ORE:1.0
  61. - LAPIS_ORE:0.9
  62. - REDSTONE_ORE:0.8
  63. - DIAMOND_ORE:0.7
  64. - EMERALD_ORE:0.6
  65. - COAL_BLOCK:0.6
  66. - LAPIS_BLOCK:0.5
  67. - REDSTONE_BLOCK:0.5
  68. - IRON_BLOCK:0.4
  69. - GOLD_BLOCK:0.4
  70. - DIAMOND_BLOCK:0.3
  71. - EMERALD_BLOCK:0.3
  72. permission: 'oregen.rogue'
  73. unlock_islandLevel: 0
  74. generator4:
  75. blocks:
  76. - STONE:86.6
  77. - COAL_ORE:1.7
  78. - IRON_ORE:1.6
  79. - GOLD_ORE:1.4
  80. - LAPIS_ORE:1.3
  81. - REDSTONE_ORE:1.1
  82. - DIAMOND_ORE:1.0
  83. - EMERALD_ORE:0.9
  84. - COAL_BLOCK:0.8
  85. - LAPIS_BLOCK:0.7
  86. - REDSTONE_BLOCK:0.7
  87. - IRON_BLOCK:0.6
  88. - GOLD_BLOCK:0.5
  89. - DIAMOND_BLOCK:0.5
  90. - EMERALD_BLOCK:0.4
  91. permission: ''
  92. unlock_islandLevel: 2500
  93. generator5:
  94. blocks:
  95. - STONE:76.4
  96. - COAL_ORE:3.1
  97. - IRON_ORE:2.8
  98. - GOLD_ORE:2.5
  99. - LAPIS_ORE:2.2
  100. - REDSTONE_ORE:2.0
  101. - DIAMOND_ORE:1.8
  102. - EMERALD_ORE:1.6
  103. - COAL_BLOCK:1.5
  104. - LAPIS_BLOCK:1.3
  105. - REDSTONE_BLOCK:1.2
  106. - IRON_BLOCK:1.1
  107. - GOLD_BLOCK:1.0
  108. - DIAMOND_BLOCK:0.9
  109. - EMERALD_BLOCK:0.8
  110. permission: ''
  111. unlock_islandLevel: 5000
  112. generator6:
  113. #same as: gen5
  114. blocks:
  115. - STONE:76.4
  116. - COAL_ORE:3.1
  117. - IRON_ORE:2.8
  118. - GOLD_ORE:2.5
  119. - LAPIS_ORE:2.2
  120. - REDSTONE_ORE:2.0
  121. - DIAMOND_ORE:1.8
  122. - EMERALD_ORE:1.6
  123. - COAL_BLOCK:1.5
  124. - LAPIS_BLOCK:1.3
  125. - REDSTONE_BLOCK:1.2
  126. - IRON_BLOCK:1.1
  127. - GOLD_BLOCK:1.0
  128. - DIAMOND_BLOCK:0.9
  129. - EMERALD_BLOCK:0.8
  130. permission: 'oregen.elder'
  131. unlock_islandLevel: 0
  132. generator7:
  133. blocks:
  134. - STONE:56.5
  135. - COAL_ORE:5.6
  136. - IRON_ORE:5.1
  137. - GOLD_ORE:4.6
  138. - LAPIS_ORE:4.1
  139. - REDSTONE_ORE:3.7
  140. - DIAMOND_ORE:3.3
  141. - EMERALD_ORE:3.0
  142. - COAL_BLOCK:2.7
  143. - LAPIS_BLOCK:2.4
  144. - REDSTONE_BLOCK:2.2
  145. - IRON_BLOCK:2.0
  146. - GOLD_BLOCK:1.8
  147. - DIAMOND_BLOCK:1.6
  148. - EMERALD_BLOCK:1.4
  149. permission: ''
  150. unlock_islandLevel: 7500
  151. generator8:
  152. blocks:
  153. - STONE:49.3
  154. - COAL_ORE:6.6
  155. - IRON_ORE:5.9
  156. - GOLD_ORE:5.3
  157. - LAPIS_ORE:4.8
  158. - REDSTONE_ORE:4.3
  159. - DIAMOND_ORE:3.9
  160. - EMERALD_ORE:3.5
  161. - COAL_BLOCK:3.1
  162. - LAPIS_BLOCK:2.8
  163. - REDSTONE_BLOCK:2.5
  164. - IRON_BLOCK:2.3
  165. - GOLD_BLOCK:2.1
  166. - DIAMOND_BLOCK:1.9
  167. - EMERALD_BLOCK:1.7
  168. permission: ''
  169. unlock_islandLevel: 10000
  170. generator9:
  171. #same as: gen8
  172. blocks:
  173. - STONE:49.3
  174. - COAL_ORE:6.6
  175. - IRON_ORE:5.9
  176. - GOLD_ORE:5.3
  177. - LAPIS_ORE:4.8
  178. - REDSTONE_ORE:4.3
  179. - DIAMOND_ORE:3.9
  180. - EMERALD_ORE:3.5
  181. - COAL_BLOCK:3.1
  182. - LAPIS_BLOCK:2.8
  183. - REDSTONE_BLOCK:2.5
  184. - IRON_BLOCK:2.3
  185. - GOLD_BLOCK:2.1
  186. - DIAMOND_BLOCK:1.9
  187. - EMERALD_BLOCK:1.7
  188. permission: 'oregen.alpha'
  189. unlock_islandLevel: 0
  190. generator10:
  191. blocks:
  192. - STONE:39.3
  193. - COAL_ORE:7.9
  194. - IRON_ORE:7.1
  195. - GOLD_ORE:6.4
  196. - LAPIS_ORE:5.7
  197. - REDSTONE_ORE:5.2
  198. - DIAMOND_ORE:4.6
  199. - EMERALD_ORE:4.2
  200. - COAL_BLOCK:3.8
  201. - LAPIS_BLOCK:3.4
  202. - REDSTONE_BLOCK:3.0
  203. - IRON_BLOCK:2.7
  204. - GOLD_BLOCK:2.5
  205. - DIAMOND_BLOCK:2.2
  206. - EMERALD_BLOCK:2.0
  207. permission: ''
  208. unlock_islandLevel: 25000
  209. generator11:
  210. blocks:
  211. - STONE:24.5
  212. - COAL_ORE:9.8
  213. - IRON_ORE:8.8
  214. - GOLD_ORE:7.9
  215. - LAPIS_ORE:7.1
  216. - REDSTONE_ORE:6.4
  217. - DIAMOND_ORE:5.8
  218. - EMERALD_ORE:5.2
  219. - COAL_BLOCK:4.7
  220. - LAPIS_BLOCK:4.2
  221. - REDSTONE_BLOCK:3.8
  222. - IRON_BLOCK:3.4
  223. - GOLD_BLOCK:3.1
  224. - DIAMOND_BLOCK:2.8
  225. - EMERALD_BLOCK:2.5
  226. permission: ''
  227. unlock_islandLevel: 50000
  228. generator12:
  229. blocks:
  230. - STONE:11.5
  231. - COAL_ORE:11.5
  232. - IRON_ORE:10.3
  233. - GOLD_ORE:9.3
  234. - LAPIS_ORE:8.4
  235. - REDSTONE_ORE:7.5
  236. - DIAMOND_ORE:6.8
  237. - EMERALD_ORE:6.1
  238. - COAL_BLOCK:5.5
  239. - LAPIS_BLOCK:4.9
  240. - REDSTONE_BLOCK:4.4
  241. - IRON_BLOCK:4.0
  242. - GOLD_BLOCK:3.6
  243. - DIAMOND_BLOCK:3.2
  244. - EMERALD_BLOCK:2.9
  245. permission: ''
  246. unlock_islandLevel: 75000
  247. generator13:
  248. blocks:
  249. - STONE:8.9
  250. - COAL_ORE:11.8
  251. - IRON_ORE:10.6
  252. - GOLD_ORE:9.6
  253. - LAPIS_ORE:8.6
  254. - REDSTONE_ORE:7.8
  255. - DIAMOND_ORE:7.0
  256. - EMERALD_ORE:6.3
  257. - COAL_BLOCK:5.7
  258. - LAPIS_BLOCK:5.1
  259. - REDSTONE_BLOCK:4.6
  260. - IRON_BLOCK:4.1
  261. - GOLD_BLOCK:3.7
  262. - DIAMOND_BLOCK:3.3
  263. - EMERALD_BLOCK:3.0
  264. permission: ''
  265. unlock_islandLevel: 100000
  266. generator14:
  267. blocks:
  268. - STONE:6.1
  269. - COAL_ORE:12.2
  270. - IRON_ORE:11.0
  271. - GOLD_ORE:9.9
  272. - LAPIS_ORE:8.9
  273. - REDSTONE_ORE:8.0
  274. - DIAMOND_ORE:7.2
  275. - EMERALD_ORE:6.5
  276. - COAL_BLOCK:5.8
  277. - LAPIS_BLOCK:5.2
  278. - REDSTONE_BLOCK:4.7
  279. - IRON_BLOCK:4.2
  280. - GOLD_BLOCK:3.8
  281. - DIAMOND_BLOCK:3.4
  282. - EMERALD_BLOCK:3.1
  283. permission: ''
  284. unlock_islandLevel: 250000
  285. generator15:
  286. blocks:
  287. - STONE:3.1
  288. - COAL_ORE:12.6
  289. - IRON_ORE:11.3
  290. - GOLD_ORE:10.2
  291. - LAPIS_ORE:9.2
  292. - REDSTONE_ORE:8.2
  293. - DIAMOND_ORE:7.4
  294. - EMERALD_ORE:6.7
  295. - COAL_BLOCK:6.0
  296. - LAPIS_BLOCK:5.4
  297. - REDSTONE_BLOCK:4.9
  298. - IRON_BLOCK:4.4
  299. - GOLD_BLOCK:3.9
  300. - DIAMOND_BLOCK:3.5
  301. - EMERALD_BLOCK:3.2
  302. permission: ''
  303. unlock_islandLevel: 500000
  304. generator16:
  305. blocks:
  306. - COAL_ORE:13.0
  307. - IRON_ORE:11.7
  308. - GOLD_ORE:10.5
  309. - LAPIS_ORE:9.5
  310. - REDSTONE_ORE:8.5
  311. - DIAMOND_ORE:7.7
  312. - EMERALD_ORE:6.9
  313. - COAL_BLOCK:6.2
  314. - LAPIS_BLOCK:5.6
  315. - REDSTONE_BLOCK:5.0
  316. - IRON_BLOCK:4.5
  317. - GOLD_BLOCK:4.1
  318. - DIAMOND_BLOCK:3.7
  319. - EMERALD_BLOCK:3.1
  320. permission: ''
  321. unlock_islandLevel: 750000
  322. generator17:
  323. blocks:
  324. - COAL_ORE:6.2
  325. - IRON_ORE:5.6
  326. - GOLD_ORE:5.0
  327. - LAPIS_ORE:4.5
  328. - REDSTONE_ORE:4.1
  329. - DIAMOND_ORE:3.7
  330. - EMERALD_ORE:3.3
  331. - COAL_BLOCK:13.0
  332. - LAPIS_BLOCK:11.7
  333. - REDSTONE_BLOCK:10.5
  334. - IRON_BLOCK:9.5
  335. - GOLD_BLOCK:8.5
  336. - DIAMOND_BLOCK:7.7
  337. - EMERALD_BLOCK:6.7
  338. permission: ''
  339. unlock_islandLevel: 1000000
  340. # Here you can define worlds where the generator should not work
  341. disabled-worlds:
  342. - "world_nether"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement