Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- config:
- max_profession: 2
- players: {}
- professions:
- Miner:
- name: Miner
- price: 50
- required:
- - category: blockdestroy
- key: stone
- require: 32
- hasnot: You must mine {LEFT} more block(s) of stone!
- - category: blockdestroy
- key: coalore
- require: 5
- hasnot: You must mine {LEFT} more block(s) of coal!
- skills:
- breakBlock:
- - id: 15, 21, 42, 22, 52, 87
- hasnot: This block is too hard!
- DiamondMiner:
- name: DiamondMiner
- price: 250
- parent: Miner
- required:
- - category: blockdestroy
- key: ironore
- require: 64
- hasnot: You must mine {LEFT} more block(s) of iron ore!
- skills:
- breakBlock:
- - id: 56, 57, 14, 41, 73, 74, 121
- hasnot: This block is too hard!
- ObsidianMiner:
- name: ObsidianMiner
- price: 250
- parent: DiamondMiner
- required:
- - category: blockdestroy
- key: diamondore
- require: 6
- hasnot: You must mine {LEFT} more block(s) of diamond ore!
- - category: blockdestroy
- key: goldore
- require: 6
- hasnot: You must mine {LEFT} more block(s) of diamond ore!
- skills:
- breakBlock:
- - id: 49, 129, 133
- hasnot: This block is too hard!
- Blacksmith:
- name: Blacksmith
- price: 250
- required:
- - category: blockdestroy
- key: ironore
- require: 32
- hasnot: You must mine {LEFT} more block(s) of iron ore!
- - category: blockdestroy
- key: coalore
- require: 16
- hasnot: You must mine {LEFT} more block(s) of coal ore!
- skills:
- craftItem:
- - id: 272, 273, 275, 275, 291, 256, 257, 258, 267, 42, 22
- hasnot: This item is too difficult to make!
- smeltItem:
- - id: 265
- hasnot: This item is too hot!
- DiamondBlacksmith:
- name: Blacksmith
- price: 250
- parent: Blacksmith
- required:
- - category: blockdestroy
- key: ironore
- require: 64
- hasnot: You must mine {LEFT} more block(s) of iron ore!
- skills:
- craftItem:
- - id: 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 276, 277, 278, 279, 283, 284, 285, 286, 294, 293, 133, 57, 41
- hasnot: This item is too difficult to make!
- smeltItem:
- - id: 266
- hasnot: This item is too hot!
- Builder:
- name: Builder
- price: 250
- required:
- - category: blockcreate
- key: cobblestone
- require: 128
- hasnot: You must build {LEFT} more cobblestone!
- - category: blockcreate
- key: wood
- require: 128
- hasnot: You must build {LEFT} more wood!
- skills:
- placeBlock:
- - id: 01, 04, 14, 15, 16, 20, 21, 22, 24, 41, 42, 43, 44, 45, 47, 48, 49, 56, 57, 64, 66, 67, 71, 73, 79, 85, 87, 88, 89, 96, 98, 101, 102, 107, 108, 109, 112, 113, 114, 121, 123, 128, 129, 113, 134, 135, 136
- hasnot: You have difficulties placing this block!
- Mechanic:
- name: Mechanic
- price: 250
- required:
- - category: itempickup
- key: redstonedust
- require: 32
- hasnot: You must get {LEFT} more redstone dust!
- skills:
- placeBlock:
- - id: 55, 331, 93, 356, 76, 131, 123
- hasnot: You don't know how to do this!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement