Advertisement
Guest User

Untitled

a guest
Jul 21st, 2012
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. config:
  2. max_profession: 1
  3. profession_groups:
  4. - max_profession: 1
  5. professions:
  6. - farmer
  7. - miner
  8. players: {}
  9. professions:
  10. miner:
  11. name: Miner
  12. price: 50
  13. required:
  14. - category: blockdestroyed
  15. key: coalore
  16. require: 20
  17. hasnot: You need to mine {LEFT} ores of coal.
  18. skills:
  19. breakBlock:
  20. - id: 14,15,56,73,74
  21. hasnot: Only a miner could break that ...
  22. craftItem:
  23. - id: 256,257,258,267,268,269,270,271,272,273,274,275,276,277,278,279,283,284,285,286,291,292,293,294
  24. hasnot: Only a miner could craft that !
  25. lumberjack:
  26. name: Lumberjack
  27. price: 50
  28. required:
  29. - category: blockdestroyed
  30. key: longgrass
  31. require: 50
  32. hasnot: You need to cut {LEFT} long grass.
  33. skills:
  34. breakBlock:
  35. - id: 17
  36. hasnot: Only a lumberjack could break that ...
  37. craftItem:
  38. - id: 5,280,85,333,323,65
  39. hasnot: Only a lumberjack could craft that.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement