Advertisement
Guest User

Untitled

a guest
Jan 28th, 2020
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. version: 1.3.0
  2. prefix: '&f[&6OreGen&e3&f]'
  3. mode:
  4. waterBlock: true
  5. lavaBlock: false
  6. waterLava: true
  7. blocks:
  8. - FENCE
  9. - ACACIA_FENCE
  10. - BIRCH_FENCE
  11. - DARK_OAK_FENCE
  12. - IRON_FENCE
  13. disabledWorlds:
  14. - world
  15. enableDependency: false
  16. randomFallback: false
  17. defaultGenerator: default
  18. generators:
  19. default:
  20. fallback: COBBLESTONE
  21. random:
  22. COBBLESTONE: 30.0
  23. GOLD_BLOCK: 20.0
  24. IRON_BLOCK: 15.0
  25. LAPIS_BLOCK: 2.0
  26. vip:
  27. fallback: COBBLESTONE
  28. permission: test.vip
  29. priority: 2
  30. level: 10
  31. random:
  32. COBBLESTONE: 30.0
  33. GOLD_BLOCK: 20.0
  34. IRON_BLOCK: 15.0
  35. LAPIS_BLOCK: 2.0
  36. COAL_BLOCK: 5.0
  37. REDSTONE_BLOCK: 10.0
  38. mvp:
  39. fallback: DIAMOND_ORE
  40. priority: 3
  41. level: 10
  42. random:
  43. COBBLESTONE: 30.0
  44. GOLD_BLOCK: 20.0
  45. IRON_BLOCK: 15.0
  46. LAPIS_BLOCK: 2.0
  47. COAL_BLOCK: 5.0
  48. REDSTONE_BLOCK: 10.0
  49. DIAMOND_BLOCK: 10.0
  50. EMERALD_BLOCK: 8.0
  51. messages:
  52. gui:
  53. title: '&eChances'
  54. block:
  55. lore:
  56. - '&6Chances: &e%chance%&6%'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement