Advertisement
Guest User

myconfig

a guest
Jul 23rd, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. config:
  2. max_profession: 1
  3. profession_groups:
  4. - max_profession: 2
  5. professions:
  6. - weaponsmith
  7. - armorer
  8. - farmer
  9. - miner
  10. players:
  11. professions:
  12. weaponsmith:
  13. name: WeaponSmith
  14. skills:
  15. breakBlock:
  16. - id: 0
  17. hasnot: Only a WeaponSmith or Armorer can break this block!
  18. smeltItem:
  19. - id: 14,15,16,56
  20. hasnot: Only a WeaponSmith or Armorer can smelt this item!
  21. craftItem:
  22. - id: 257,270,274,278,285,258,271,275,279,286,256,269,273,277,284,290,291,292,293,294,267,268,273,276,283
  23. hasnot: Only a WeaponSmith can craft this item!
  24. armorer:
  25. name: Armorer
  26. skills:
  27. breakBlock:
  28. - id: 0
  29. hasnot: Only a WeaponSmith or Armorer can break this block!
  30. smeltItem:
  31. - id: 14,15,16,56
  32. hasnot: Only a WeaponSmith or Armorer can smelt this item!
  33. craftItem:
  34. - id: 299,303,307,311,315,298,302,306,310,314,300,304,308,312,316,301,305,309,313,317
  35. hasnot: Only a Armorer can craft this item!
  36. farmer:
  37. name: Farmer
  38. skills:
  39. breakBlock
  40. - id: 59,295,296
  41. hasnot: Only a Farmer can break this block!
  42. placeBlock:
  43. - id: 338,59,295,296
  44. hasnot: Only a Farmer can place this block!
  45. smeltItem:
  46. - id: 0
  47. hasnot: Only a Farmer can smelt this item!
  48. craftItem:
  49. - id: 0
  50. hasnot: Only a Farmer can craft this item!
  51. miner:
  52. name: Miner
  53. skills:
  54. breakBlock:
  55. - id: 14,15,16,21,56,73,74
  56. hasnot: Only a Miner can break this block!
  57. smeltItem:
  58. - id: 0
  59. hasnot: Only a Miner can smelt this item!
  60. craftItem:
  61. - id: 257,274
  62. hasnot: Only a WeaponSmith can craft this item!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement