Advertisement
Guest User

Diablodrops config

a guest
Nov 23rd, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. #Configuration#
  2. Plugin:
  3. #AutoUpdate the plugin when a update is found#
  4. AutoUpdate: false
  5. #Reasons not to add special equipmemt#
  6. #If true blocks usage#
  7. Reason:
  8. Spawner: true
  9. Egg: true
  10. #Mobs drop the all the equipment they're wearing#
  11. #If false will on drop only special items#
  12. DropFix:
  13. Equipment: false
  14. #Adds Damages to all drops#
  15. Damage: false
  16. #When adding enchantments, only allow safe or item specific enchantments#
  17. SafeEnchant:
  18. Enabled: true
  19. #Allow the generation of ruins in the map#
  20. Ruins:
  21. Enabled: true
  22. Chance: 1
  23. #Allow the drop of custom items (custom.yml)#
  24. Custom:
  25. Enabled: false
  26. Chance: 1
  27. #Allow the drop of lore items (lore.txt enhancements)#
  28. Lore:
  29. Enabled: false
  30. Chance: 5
  31. EnhanceAmount: 2
  32. #Allow the drop of book to "identify" Magic color items#
  33. IdentifyTome:
  34. Enabled: false
  35. Chance: 2
  36. #Allow the drop of socketted items#
  37. SocketItem:
  38. Enabled: false
  39. Chance: 5
  40. EnhanceLevelBy: 1
  41. EnhanceMax: 10
  42. Items:
  43. - Emerald
  44. - Diamond
  45. #- Skull#
  46. #This is the initial chance to retrieve an item#
  47. Precentages:
  48. ChancePerSpawn: 50
  49. Tier:
  50. #Items in Tier can be added#
  51. #Follow the commented format guide lines
  52. #
  53. # Custom:
  54. # Color: (Black,Dark_Blue,Dark_Green,
  55. # Dark_Aqua,Dark_Red,Dark_Purple,
  56. # Gold,Gray,Dark_Gray,Blue,Green,
  57. # Aqua,Red,Light_Purple,Yellow,
  58. # White,Magic,Bold,Strike,Underline,
  59. # Italic)
  60. # Chance: Precentage out of 100
  61. # Enchantments:
  62. # Amt: 7
  63. # Levels: 6
  64. Legendary:
  65. Color: Green
  66. Chance: 3
  67. Enchantments:
  68. Amt: 7
  69. Levels: 10
  70. Lore:
  71. Color: Yellow
  72. Chance: 7
  73. Enchantments:
  74. Amt: 7
  75. Levels: 9
  76. Magical:
  77. Color: Blue
  78. Chance: 15
  79. Enchantments:
  80. Amt: 3
  81. Levels: 4
  82. Rare:
  83. Color: Red
  84. Chance: 20
  85. Enchantments:
  86. Amt: 5
  87. Levels: 5
  88. Set:
  89. Color: Gold
  90. Chance: 10
  91. Enchantments:
  92. Amt: 7
  93. Levels: 6
  94. #Unidentified:
  95. #Color: White
  96. #Chance: 33
  97. #When Identified
  98. #Enchantments:
  99. # Amt: 10
  100. # Levels: 10
  101. #If enabled only worlds listed will be affected#
  102. Worlds:
  103. Enabled: false
  104. Allowed:
  105. - 'world'
  106. - 'world_nether'
  107. - 'world_the_end'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement