forked from Arachnidd/rolimons-trade-ad
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
47 lines (47 loc) · 1.47 KB
/
config.json
File metadata and controls
47 lines (47 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"chosingAlgorithm": "Specific Items will post ONLY what you tell it to, same ad every time. Smart algo generates an ad. You can ONLY enable one, specific or smart. For support join https://discord.gg/M58R3PR9Wv",
"specificItems": {
"enabled": false,
"sendingItems": [
"ITEM_ID_1",
"ITEM_ID_2"
],
"receivingItems": [
"ITEM_ID_3",
"ITEM_ID_4"
],
"tags": [
"exampleTag"
],
"_tagOptions": ["adds", "upgrade", "downgrade", "any", "wishlist", "demand", "rares", "rap", "robux", "projecteds"]
},
"smartAlgo": {
"enabled": true,
"upgrade": false,
"downgrade": false,
"any": true,
"minSendItems": 3,
"maxSendItems": 4,
"minReceiveItems": 2,
"maxReceiveItems": 4,
"blacklisted": [
"BLACKLISTED_ITEM_ID_1",
"BLACKLISTED_ITEM_ID_2"
],
"minTotalSend": 30000,
"maxTotalSend": 1000000,
"minTotalRequestValue": 30000,
"maxTotalRequestValue": 1000000000,
"minUpgPercent": 7,
"maxUpgPercent": 12,
"minDgPercent": 0,
"maxDgPercent": 4,
"minDemand": 2,
"minItemValueSend": 5000,
"minItemValueRequest": 5000,
"tags": [
"adds"
],
"_tagOptions": ["adds", "upgrade", "downgrade", "any", "wishlist", "demand", "rares", "rap", "robux", "projecteds"]
}
}