Advertisement
Guest User

Untitled

a guest
Sep 16th, 2012
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. multiplier: 1
  2.  
  3. # Set this to TRUE to completely remove the default experience drop
  4. default rewards disabled: false
  5.  
  6. # Default experience type (can be set to VIRTUAL and CURRENCY)
  7. reward type: experience
  8.  
  9. # The item to drop when awarding currency. Remove it if you want to give
  10. # currency directly.
  11. economy drop: slime ball
  12.  
  13. # The value of each currency item.
  14. economy drop worth: 1
  15.  
  16. # When using the VIRTUAL reward type, experience will only be granted
  17. # automatically for actions that can be directly traced to the player. Mobs
  18. # that die from traps will instead drop experience orbs if there are other
  19. #players within this radius:
  20. virtual scan radius: 20
  21.  
  22. # The default channel to use. If you're not using HeroChat, any channel will do.
  23. default channels: [global]
  24.  
  25. # Enchanting settings
  26. maximum enchant level: 30
  27. maximum bookcase count: 15
  28.  
  29. # Mobs can be selected by name|death_case|[spawner]|[baby]|[tamed]:
  30. mobs:
  31. enderman:
  32. first: 1
  33. last: 10
  34. # Matches all mobs that have spawned from a monster spawner
  35. ?|spawner: 0
  36. # Disable XP from mobs that are killed with splash potions
  37. #?|magic: 0
  38.  
  39. # Generic rewards
  40. player:
  41. fishing success: [2, 5]
  42. fishing failure: 0
  43.  
  44. # Select items using name|durability
  45. # Select potions with potion|potion type|level|[extended]|[splash]
  46. #
  47. # Trigger/action Description
  48. # block source Block mined without silk touch.
  49. # bonus Block mined.
  50. # smelting result Smelted items.
  51. # crafting result Crafted items.
  52. # brewing result Brewed potions.
  53. # placing result Placed blocks.
  54. items:
  55. coal ore:
  56. block source: [1, 3]
  57. lapis ore:
  58. block source: [3, 10]
  59. glowing redstone ore, redstone ore:
  60. block source: [3, 10]
  61. diamond ore:
  62. block source:
  63. default: [15, 25] # Give the default reward type
  64. message: '{player} got one DIAMOND and {experience} exp!'
  65. channels: [global]
  66. mob spawner:
  67. bonus:
  68. first: 30
  69. last: 50
  70. coal|0:
  71. smelting result: [1, 3]
  72. coal|1:
  73. smelting result: 1
  74. wool dye|4:
  75. smelting result: [3, 10]
  76. redstone:
  77. smelting result: [3, 10]
  78. diamond:
  79. smelting result: [15, 25]
  80. iron ingot:
  81. smelting result: [5, 12]
  82. gold ingot:
  83. smelting result: [7, 15]
  84. stone:
  85. smelting result: 1
  86. diamond axe:
  87. crafting result: 30
  88. diamond boots:
  89. crafting result: 40
  90. diamond chestplate:
  91. crafting result: 80
  92. diamond helmet:
  93. crafting result: 50
  94. diamond hoe:
  95. crafting result: 20
  96. diamond leggings:
  97. crafting result: 70
  98. diamond pickaxe:
  99. crafting result: 30
  100. diamond spade:
  101. crafting result: 10
  102. diamond sword:
  103. crafting result: 20
  104. enchantment table:
  105. crafting result: 20
  106. jukebox:
  107. crafting result: 10
  108. potion|regen|1:
  109. brewing result: 10
  110. potion|fire resistance|1:
  111. brewing result: 12
  112. potion|instant damage|1:
  113. brewing result: 15
  114. potion|instant heal|1:
  115. brewing result: 15
  116. potion|poison|1:
  117. brewing result: 4
  118. potion|speed|1:
  119. brewing result: 4
  120. potion|weakness|1:
  121. brewing result: 4
  122. potion|strength|1:
  123. brewing result: 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement