Skip to content

Commit

Permalink
Some of example configs for AutoShop module for Nextgen version (CCBl…
Browse files Browse the repository at this point in the history
…ueX#212)

* Create pikanetwork.json

* Create pikanetwork2.json

* Create dexland

* Create test.json
  • Loading branch information
Katinuka authored Feb 18, 2024
1 parent 6691836 commit 28f84ca
Show file tree
Hide file tree
Showing 4 changed files with 427 additions and 0 deletions.
70 changes: 70 additions & 0 deletions LiquidBounce/autoshop-configs/dexland
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
{
"comment": "dexland",
"traderTitle": "магазин",
"initialCategorySlot": 0,
"items": [
{
"itemID": "iron_sword", "minAmount": 1,
"categorySlot": 0, "itemSlot": 29,
"price": [
[{"itemID": "gold_ingot", "minAmount": 7}]
],
"checkItems": [
{"itemID": "diamond_sword", "minAmount": 1}
]
},
{
"itemID": "stone_sword", "minAmount": 1,
"categorySlot": 0, "itemSlot": 20,
"price": [
[{"itemID": "iron_ingot", "minAmount": 10}]
],
"checkItems": [
{"itemID": "iron_sword", "minAmount": 1},
{"itemID": "diamond_sword", "minAmount": 1}
]
},
{
"itemID": "wool", "minAmount": 48,
"categorySlot": 0, "itemSlot": 19,
"price": [
[{"itemID": "iron_ingot", "minAmount": 4}]
]
},
{
"itemID": "golden_apple", "minAmount": 1,
"categorySlot": 7, "itemSlot": 21,
"price": [
[{"itemID": "gold_ingot", "minAmount": 3}]
]
},
{
"itemID": "iron_boots", "minAmount": 1,
"categorySlot": 0, "itemSlot": 30,
"price": [
[{"itemID": "gold_ingot", "minAmount": 12}]
],
"checkItems": [
{"itemID": "diamond_boots", "minAmount": 1}
]
},
{
"itemID": "chainmail_boots", "minAmount": 1,
"categorySlot": 0, "itemSlot": 21,
"price": [
[{"itemID": "iron_ingot", "minAmount": 40}]
],
"checkItems": [
{"itemID": "iron_boots", "minAmount": 1},
{"itemID": "diamond_boots", "minAmount": 1}
]
},
{
"itemID": "shears", "minAmount": 1,
"categorySlot": 0, "itemSlot": 31,
"price": [
[{"itemID": "iron_ingot", "minAmount": 16}]
]
}
]
}
45 changes: 45 additions & 0 deletions LiquidBounce/autoshop-configs/pikanetwork.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"comment": "An example config for pіkа nеtwоrk",
"traderTitle": "Shop",
"initialCategorySlot": 0,
"items": [
{
"itemID": "iron_sword", "minAmount": 1,
"categorySlot": 3, "itemSlot": 20,
"price": [
[{"itemID": "gold_ingot", "minAmount": 8}]
]
},
{
"itemID": "stone_sword", "minAmount": 1,
"categorySlot": 3, "itemSlot": 19,
"price": [
[{"itemID": "iron_ingot", "minAmount": 12}]
],
"checkItems": [
{"itemID": "iron_sword", "minAmount": 1}
]
},
{
"itemID": "wool", "minAmount": 64,
"categorySlot": 2, "itemSlot": 19,
"price": [
[{"itemID": "iron_ingot", "minAmount": 4}]
]
},
{
"itemID": "golden_apple", "minAmount": 1,
"categorySlot": 6, "itemSlot": 19,
"price": [
[{"itemID": "gold_ingot", "minAmount": 3}]
]
},
{
"itemID": "chainmail_boots", "minAmount": 1,
"categorySlot": 1, "itemSlot": 19,
"price": [
[{"itemID": "iron_ingot", "minAmount": 24}]
]
}
]
}
74 changes: 74 additions & 0 deletions LiquidBounce/autoshop-configs/pikanetwork2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
{
"comment": "Another example config for pіkа nеtwоrk",
"traderTitle": "shop",
"initialCategorySlot": 0,
"items": [
{
"comment": "pika iron sword",
"itemID": "iron_sword", "minAmount": 1,
"categorySlot": 0, "itemSlot": 28,
"price": [
[{"itemID": "gold_ingot", "minAmount": 8}]
]
},
{
"comment": "pika stone sword",
"itemID": "stone_sword", "minAmount": 1,
"categorySlot": 0, "itemSlot": 25,
"price": [
[{"itemID": "iron_ingot", "minAmount": 12}]
],
"checkItems": [
{"itemID": "iron_sword", "minAmount": 1}
]
},
{
"comment": "pika wool blocks (x64)",
"itemID": "wool", "minAmount": 64,
"categorySlot": 0, "itemSlot": 20,
"price": [
[{"itemID": "iron_ingot", "minAmount": 4}]
]
},
{
"comment": "pika golden apple (x1)",
"itemID": "golden_apple", "minAmount": 1,
"categorySlot": 0, "itemSlot": 37,
"price": [
[{"itemID": "gold_ingot", "minAmount": 3}]
]
},
{
"comment": "pika iron armor",
"itemID": "iron_boots", "minAmount": 1,
"categorySlot": 0, "itemSlot": 19,
"price": [
[{"itemID": "gold_ingot", "minAmount": 12}]
]
},
{
"comment": "pika chainmail armor",
"itemID": "chainmail_boots", "minAmount": 1,
"categorySlot": 1, "itemSlot": 19,
"price": [
[{"itemID": "iron_ingot", "minAmount": 24}]
]
},
{
"comment": "pika wooden pickaxe",
"itemID": "wooden_pickaxe", "minAmount": 1,
"categorySlot": 1, "itemSlot": 33,
"price": [
[{"itemID": "iron_ingot", "minAmount": 24}]
]
},
{
"comment": "pika wooden axe",
"itemID": "wooden_axe", "minAmount": 1,
"categorySlot": 1, "itemSlot": 34,
"price": [
[{"itemID": "iron_ingot", "minAmount": 24}]
]
}
]
}
Loading

0 comments on commit 28f84ca

Please sign in to comment.