Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.54 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. # Bukkit Blocknames: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
  11.  
  12. generators:
  13.   generator1:
  14.     blocks:
  15.    - COBBLESTONE:100.0
  16.     permission: 'LVL0-Generator.SkyBlock'
  17.     unlock_islandLevel: 0
  18.   generator2:
  19.     blocks:
  20.    - COBBLESTONE:50.0
  21.     - STONE:20.0
  22.     - PACKED_ICE:9.0
  23.     - SANDSTONE:11.0
  24.     - COAL_ORE:10.0
  25.     permission: 'LVL1-Generator.SkyBlock'
  26.     unlock_islandLevel: 20
  27.   generator3:
  28.     blocks:
  29.    - COBBLESTONE:40.0
  30.     - STONE:30.0
  31.     - SANDSTONE:15.0
  32.     - IRON_ORE:5.0
  33.     - COAL_ORE:10.0
  34.     permission: 'LVL2-Generator.SkyBlock'
  35.     unlock_islandLevel: 30
  36.   generator4:
  37.     blocks:
  38.    - COBBLESTONE:40.0
  39.     - STONE:30.0
  40.     - GLASS:15.0
  41.     - IRON_ORE:10.0
  42.     - COAL_ORE:5.0
  43.     permission: 'LVL3-Generator.SkyBlock'
  44.     unlock_islandLevel: 50
  45.   generator5:
  46.     blocks:
  47.    - SANDSTONE:5.0
  48.     - COBBLESTONE:40.0
  49.     - STONE:20.0
  50.     - GLASS:12.0
  51.     - IRON_ORE:10.0
  52.     - COAL_ORE:4.9
  53.     - LAPIS_ORE:8.0
  54.     - DIAMOND_BLOCK:0.1
  55.     permission: 'LVL4-Generator.SkyBlock'
  56.     unlock_islandLevel: 70
  57.   generator6:
  58.     blocks:
  59.    - SANDSTONE:7.0
  60.     - COBBLESTONE:40.0
  61.     - STONE:18.0
  62.     - IRON_ORE:10.0
  63.     - COAL_ORE:10.0
  64.     - LAPIS_ORE:10.0
  65.     - REDSTONE_ORE:5.0
  66.     permission: 'LVL5-Generator.SkyBlock'
  67.     unlock_islandLevel: 100
  68.   generator7:
  69.     blocks:
  70.    - COBBLESTONE:40.0
  71.     - STONE:25.0
  72.     - IRON_ORE:5.0
  73.     - COAL_ORE:10.0
  74.     - LAPIS_ORE:10.0
  75.     - REDSTONE_ORE:5.0
  76.     - GOLD_ORE:5.0
  77.     permission: 'LVL6-Generator.SkyBlock'
  78.     unlock_islandLevel: 125
  79.   generator8:
  80.     blocks:
  81.    - COBBLESTONE:30.0
  82.     - STONE:25.0
  83.     - STAINED_GLASS_PANE:10.0
  84.     - IRON_ORE:5.0
  85.     - COAL_ORE:10.0
  86.     - LAPIS_ORE:5.0
  87.     - REDSTONE_ORE:5.0
  88.     - GOLD_ORE:10.0
  89.     permission: 'LVL7-Generator.SkyBlock'
  90.     unlock_islandLevel: 150
  91.   generator9:
  92.     blocks:
  93.    - COBBLESTONE:30.0
  94.     - STONE:25.0
  95.     - STAINED_GLASS_PANE:8.0
  96.     - HARD_CLAY:2.0
  97.     - IRON_ORE:5.0
  98.     - COAL_ORE:10.0
  99.     - LAPIS_ORE:5.0
  100.     - REDSTONE_ORE:3.0
  101.     - GOLD_ORE:10.0
  102.     - DIAMOND_ORE:2.0
  103.     permission: 'LVL8-Generator.SkyBlock'
  104.     unlock_islandLevel: 170
  105.   generator10:
  106.     blocks:
  107.    - COBBLESTONE:30.0
  108.     - STONE:25.0
  109.     - HARD_CLAY:2.0
  110.     - IRON_ORE:10.0
  111.     - COAL_ORE:10.0
  112.     - LAPIS_ORE:5.0
  113.     - REDSTONE_ORE:3.0
  114.     - GOLD_ORE:10.0
  115.     - DIAMOND_ORE:3.0
  116.     - EMERALD_ORE:2.0
  117.     permission: 'LVL9-Generator.SkyBlock'
  118.     unlock_islandLevel: 220
  119.    
  120.    
  121. # Here you can define worlds where the generator should not work
  122. disabled-worlds:
  123. - "world"
  124. - "world_nether"
  125. - "world_the_end"
  126. - "SkyBlockSpawn"
  127. - "ASkyBlock_nether"
  128.  
  129. -----------------------------------
  130.  
  131. Plugins: ASkyBlock, Orebfuscator3, AutoRestart, CustomOreGen, PermissionsEx, Vault, Citizens, ASkyBlock, ChestCommands, Essentials, EssentialsChat, CommandNPC, Multiverse
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement