2οΈβ£Making a Configuration File
{
"auctionRefreshMin": 250,
"auctionRefreshMax": 500,
"mode": "flipping",
"items": {
"Β» Pet Candy Β«": {
"ensureItemIs": "dye",
"resellPrice": 50000,
"maxPrice": 50000,
"maxAmount": 2
},
"diamond_leggings": {
"ensureEnchants": {
"Deathbringer": 2
},
"resellPrice": 50000,
"maxPrice": 100000,
"maxAmount": 1
}
}
}
Last updated