Advertisement
Guest User

Rewards.yml

a guest
Dec 30th, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.03 KB | None | 0 0
  1. # -- Rewards --
  2.  
  3. lighterUses = '3'   # The number of uses a lighter has left.
  4.  
  5. containers {
  6.     chest {
  7.         enabled = 'true'
  8.         name = 'Chest'   # The title that appears for the inventory.
  9.         minChestRewards = '3'   # The min amount of rewards that can be in a chest.
  10.         maxChestRewards = '8'   # The max amount of rewards that can be in a chest.
  11.         # Item/Id = rarity x amount (or min, max)
  12.         rewards {
  13.             rawfish = '40'
  14.             leatherboots = '40'
  15.             leatherchestplate = '40'
  16.             leatherhelmet = '40'
  17.             leatherleggings = '40'
  18.             ironboots = '10'
  19.             ironchestplate = '10'
  20.             ironhelmet = '10'
  21.             ironleggings = '10'
  22.             woodsword = '95'
  23.             stonesword = '80'
  24.             ironsword = '10'
  25.             enderpearl = '20 x 1, 2'
  26.             diamond = '2 x 1'
  27.             stick = '75 x 1, 3'
  28.             arrow = '70 x 1, 5'
  29.             wheat = '80 x 1, 2'
  30.             apple = '65 x 1, 3'
  31.             goldenapple = '40'
  32.             cookedfish = '50 x 1, 2'
  33.             fishingrod = '40'
  34.             melon = '90 x 2, 4'
  35.             rawbeef = '65 x 1, 2'
  36.             cookedbeef = '60'
  37.             bread = '75 x 1, 2'
  38.             bow = '85'
  39.             string = '85 x 1, 3'
  40.             compass = '70'
  41.             carrotitem = '65 x 1, 2'
  42.             bakedpotato = '60'
  43.             cookie = '65 x 1, 2'
  44.             pumpkinpie = '50'
  45.             ironingot = '20'
  46.             goldingot = '20'
  47.             flintandsteel = '5'
  48.         }
  49.     33:6 {
  50.         enabled = 'true'
  51.         name = 'Crate'   # The title that appears for the inventory.
  52.         minChestRewards = '3'   # The min amount of rewards that can be in a chest.
  53.         maxChestRewards = '8'   # The max amount of rewards that can be in a chest.
  54.         # Item/Id = rarity x amount (or min, max)
  55.         rewards {
  56.             rawfish = '40'
  57.             leatherboots = '40'
  58.             leatherchestplate = '40'
  59.             leatherhelmet = '40'
  60.             leatherleggings = '40'
  61.             ironboots = '10'
  62.             ironchestplate = '10'
  63.             ironhelmet = '10'
  64.             ironleggings = '10'
  65.             woodsword = '95'
  66.             stonesword = '80'
  67.             ironsword = '10'
  68.             enderpearl = '20 x 1, 2'
  69.             diamond = '2 x 1'
  70.             stick = '75 x 1, 3'
  71.             arrow = '70 x 1, 5'
  72.             wheat = '80 x 1, 2'
  73.             apple = '65 x 1, 3'
  74.             goldenapple = '40'
  75.             cookedfish = '50 x 1, 2'
  76.             fishingrod = '40'
  77.             melon = '90 x 2, 4'
  78.             rawbeef = '65 x 1, 2'
  79.             cookedbeef = '60'
  80.             bread = '75 x 1, 2'
  81.             bow = '85'
  82.             string = '85 x 1, 3'
  83.             compass = '70'
  84.             carrotitem = '65 x 1, 2'
  85.             bakedpotato = '60'
  86.             cookie = '65 x 1, 2'
  87.             pumpkinpie = '50'
  88.             ironingot = '20'
  89.             goldingot = '20'
  90.             flintandsteel = '5'
  91.         }
  92.     }
  93. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement