Advertisement
Guest User

Untitled

a guest
Nov 3rd, 2012
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.59 KB | None | 0 0
  1. config:
  2.   max_profession: 1
  3.   profession_groups:
  4.   - max_profession: 1
  5.     professions:
  6.    - Miner
  7.     - Toolsmith
  8.     - Weaponsmith
  9.     - Blacksmith
  10.     - Hunter
  11.     - Farmer
  12.     - Baker
  13.     - Chef
  14.     - Lumberjack
  15.     - Carpenter
  16.     - InteriorDesigner
  17.     - Architect
  18.     - Supplier
  19.     - Manufacturer
  20.     - Builder
  21.     - Engineer
  22.     - GuildLeader
  23.     - DistrictManager
  24.     - TownOwner
  25.     - Freelancer
  26.     - Legionarie
  27.     - Decanus
  28.     - Tesserarius
  29.     - Optio
  30.     - Centurion
  31.     - Dux
  32.     - Thief
  33.     - Gangster
  34.     - Assassin
  35.     - Capo
  36.     - Consigliere
  37.     - CapoFamiglia
  38.     - CapoDiTuttiCapi
  39.   activated_worlds: []
  40.   allow_break_placed_blocks: true
  41. players: {}
  42. professions:
  43.   Miner:
  44.     name: Miner
  45.     linked_group: Tier1
  46.     price: 10000
  47.     required:
  48.     skills:
  49.       wearItem:
  50.       - id: 306,307,308,309
  51.         hasnot: You have to be atleast Tier 1 to wear that!
  52.   Toolsmith:
  53.     name: Toolsmith
  54.     parent: Miner
  55.     linked_group: Tier2
  56.     price: 300000
  57.     required:
  58.         - category: blockdestroyed
  59.           key: coalore
  60.           required: 300
  61.           hasnot: You need to mine {LEFT} ores of coal.
  62.         - category: blockdestroyed
  63.           key: ironore
  64.           required: 75
  65.           hasnot: You need to mine {LEFT} ores of iron.
  66.         - category: blockdestroyed
  67.           key: redstoneore
  68.           required: 5
  69.           hasnot: You need to mine {LEFT} ores of redstone.
  70.         - category: blockdestroyed
  71.           key: diamondore
  72.           required: 1
  73.           hasnot: You need to mine {LEFT} ores of diamond.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement