Guest User

Untitled

a guest
Sep 19th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.07 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.   # Disable XP from mobs that are killed with splash potions
  35.   #?|magic: 0
  36.  
  37. # Generic rewards
  38. player:
  39.   fishing success: [2, 5]
  40.   fishing failure: 0
  41.  
  42.  # Select items using name|durability
  43.  # Select potions with potion|potion type|level|[extended]|[splash]
  44.  #
  45.  #  Trigger/action     Description
  46.  #   block source        Block mined without silk touch.
  47.  #   bonus               Block mined.
  48.  #   smelting result     Smelted items.
  49.  #   crafting result     Crafted items.
  50.  #   brewing result      Brewed potions.
  51.  #   placing result      Placed blocks.
  52. items:
  53.   coal ore:
  54.     block source: [1, 3]
  55.   lapis ore:
  56.     block source: [3, 10]
  57.   glowing redstone ore, redstone ore:
  58.     block source: [3, 10]
  59.   diamond ore:
  60.     block source:
  61.       default: [15, 25] # Give the default reward type
  62.       message: '{player} got one DIAMOND and {experience} exp!'
  63.       channels: [global]
  64.   mob spawner:
  65.     bonus:
  66.       first: 30
  67.       last: 50
  68.   coal|0:
  69.     smelting result: [1, 3]
  70.   coal|1:
  71.     smelting result: 1
  72.   wool dye|4:
  73.     smelting result: [3, 10]
  74.   redstone:
  75.     smelting result: [3, 10]
  76.   diamond:
  77.     smelting result: [15, 25]
  78.   iron ingot:
  79.     smelting result: [5, 12]
  80.   gold ingot:
  81.     smelting result: [7, 15]
  82.   stone:
  83.     smelting result: 1
  84.   diamond axe:
  85.     crafting result: 30
  86.   diamond boots:
  87.     crafting result: 40
  88.   diamond chestplate:
  89.     crafting result: 80
  90.   diamond helmet:
  91.     crafting result: 50
  92.   diamond hoe:
  93.     crafting result: 20
  94.   diamond leggings:
  95.     crafting result: 70
  96.   diamond pickaxe:
  97.     crafting result: 30
  98.   diamond spade:
  99.     crafting result: 10
  100.   diamond sword:
  101.     crafting result: 20
  102.   enchantment table:
  103.     crafting result: 20
  104.   jukebox:
  105.     crafting result: 10
  106.   potion|regen|1:
  107.     brewing result: 10
  108.   potion|fire resistance|1:
  109.     brewing result: 12
  110.   potion|instant damage|1:
  111.     brewing result: 15
  112.   potion|instant heal|1:
  113.     brewing result: 15
  114.   potion|poison|1:
  115.     brewing result: 4
  116.   potion|speed|1:
  117.     brewing result: 4
  118.   potion|weakness|1:
  119.     brewing result: 4
  120.   potion|strength|1:
  121.     brewing result: 10
Add Comment
Please, Sign In to add comment