Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2014
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 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'
  9. minChestRewards = '0'
  10. maxChestRewards = '15'
  11. rewards {
  12. stonesword = '30'
  13. flintandsteel = '10'
  14. chainmailchestplate = '15'
  15. chainmailhelmet = '15'
  16. chainmailleggings = '15'
  17. diamond = '5'
  18. stick = '20'
  19. }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement