Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "offers": [
- {
- "weight": 1,
- "rewardExp": 1,
- "maxUses": 10,
- "CareerLevel": 1,
- "buy": [
- {
- "type": "item",
- "name": "minecraft:coal",
- "functions": [
- {
- "function": "set_count",
- "count": {
- "min": 16,
- "max": 24
- }
- }
- ]
- }
- ],
- "sell": [
- {
- "type": "item",
- "name": "minecraft:emerald"
- }
- ]
- },
- {
- "weight": 1,
- "rewardExp": 1,
- "maxUses": 8,
- "CareerLevel": 2,
- "buy": [
- {
- "type": "item",
- "name": "minecraft:iron_ingot",
- "functions": [
- {
- "function": "set_count",
- "count": {
- "min": 7,
- "max": 9
- }
- }
- ]
- }
- ],
- "sell": [
- {
- "type": "item",
- "name": "minecraft:emerald"
- }
- ]
- },
- {
- "weight": 1,
- "rewardExp": 1,
- "maxUses": 5,
- "CareerLevel": 3,
- "buy": [
- {
- "type": "item",
- "name": "minecraft:diamond",
- "functions": [
- {
- "function": "set_count",
- "count": {
- "min": 3,
- "max": 4
- }
- }
- ]
- }
- ],
- "sell": [
- {
- "type": "item",
- "name": "minecraft:emerald"
- }
- ]
- },
- {
- "weight": 1,
- "rewardExp": 1,
- "maxUses": 5,
- "CareerLevel": 1,
- "buy": [
- {
- "type": "item",
- "name": "minecraft:emerald",
- "functions": [
- {
- "function": "set_count",
- "count": {
- "min": 6,
- "max": 8
- }
- }
- ]
- }
- ],
- "sell": [
- {
- "type": "item",
- "name": "minecraft:iron_axe"
- }
- ]
- },
- {
- "weight": 1,
- "rewardExp": 1,
- "maxUses": 8,
- "CareerLevel": 2,
- "buy": [
- {
- "type": "item",
- "name": "minecraft:emerald",
- "functions": [
- {
- "function": "set_count",
- "count": {
- "min": 9,
- "max": 10
- }
- }
- ]
- }
- ],
- "sell": [
- {
- "type": "item",
- "name": "minecraft:iron_sword",
- "functions": [
- {
- "function": "enchant_with_levels",
- "levels": {
- "min": 5,
- "max": 19
- },
- "treasure": true
- }
- ]
- }
- ]
- },
- {
- "weight": 1,
- "rewardExp": 1,
- "maxUses": 6,
- "CareerLevel": 3,
- "buy": [
- {
- "type": "item",
- "name": "minecraft:emerald",
- "functions": [
- {
- "function": "set_count",
- "count": {
- "min": 12,
- "max": 15
- }
- }
- ]
- }
- ],
- "sell": [
- {
- "type": "item",
- "name": "minecraft:diamond_sword",
- "functions": [
- {
- "function": "enchant_with_levels",
- "levels": {
- "min": 5,
- "max": 19
- },
- "treasure": true
- }
- ]
- }
- ]
- },
- {
- "weight": 1,
- "rewardExp": 1,
- "maxUses": 6,
- "CareerLevel": 3,
- "buy": [
- {
- "type": "item",
- "name": "minecraft:emerald",
- "functions": [
- {
- "function": "set_count",
- "count": {
- "min": 12,
- "max": 15
- }
- }
- ]
- }
- ],
- "sell": [
- {
- "type": "item",
- "name": "minecraft:diamond_axe",
- "functions": [
- {
- "function": "enchant_with_levels",
- "levels": {
- "min": 5,
- "max": 19
- },
- "treasure": true
- }
- ]
- }
- ]
- },
- {
- "weight": 1,
- "rewardExp": 0,
- "maxUses": 0,
- "CareerLevel": 0,
- "buy": [
- {
- "type": "item",
- "name": "minecraft:gravel",
- "functions": [
- {
- "function": "set_count",
- "count": 10
- }
- ]
- },
- {
- "type": "item",
- "name": "minecraft:emerald"
- }
- ],
- "sell": [
- {
- "type": "item",
- "name": "minecraft:flint",
- "functions": [
- {
- "function": "set_count",
- "count": {
- "min": 6,
- "max": 10
- }
- }
- ]
- }
- ]
- }
- ]
- }
Add Comment
Please, Sign In to add comment