forked from Enchoseon/2based2wait
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdefault-config.json
73 lines (67 loc) · 1.98 KB
/
default-config.json
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
/*
* This is a heavily trimmed-down configuration file that you can use as a starting point!
*
* It's HIGHLY recommended you read the wiki if you want to:
* - Learn every single feature this proxy has (https://github.com/Enchoseon/2based2wait/wiki/Configuration-Guide)
* - ^ A LOT of useful features aren't shown in this file and aren't enabled by default, such as ngrok tunneling
* - ^ Change values away from their defaults (e.g. log cutoff)
* - Enable robust autoreconnecting (https://github.com/Enchoseon/2based2wait/wiki/How-to-Auto-Reconnect-with-Supervisor)
* - Coordinate multiple accounts (https://github.com/Enchoseon/2based2wait/wiki/How-to-Proxy-Multiple-Accounts)
* - Learn the ideal setup for accounts with priority queue (https://github.com/Enchoseon/2based2wait/wiki/How-to-Configure-Accounts-With-Priority-Queue)
*/
{
"account": {
"username": "YOUR USERNAME"
},
"proxy": {
"whitelist": [ "YOUR WHITELISTED PLAYERNAMES" ],
"port": 25565
},
"discord": {
"active": false,
"webhook": {
"spam": "YOUR DISCORD WEBHOOK",
"livechat": "YOUR DISCORD WEBHOOK",
"status": "YOUR DISCORD WEBHOOK"
},
"id": "424701879151230977"
},
"queueThreshold": 21,
"server": {
"host": "connect.2b2t.org",
"port": 25565,
"version": "1.12.2"
},
"mineflayer": {
"active": true,
"autoQueueMainInterval": 690,
"killAura": {
"interval": 0.69,
"blacklist": [ "zombie_pigman", "enderman" ]
},
"autoEat": {
"priority": "saturation",
"startAt": 19,
"bannedFood": [ "rotten_flesh", "pufferfish", "chorus_fruit", "poisonous_potato", "spider_eye" ]
},
"antiAfk": {
"actions": ["rotate", "walk", "jump", "jumpWalk", "swingArm"],
"fishing": false,
"chatting": false,
"chatMessages": [ "!pt", "!queue" ],
"chatInterval": 690420
}
},
"coordination": {
"active": false,
"path": "./../"
},
"noCliGui": false,
"webinterface": {
"enabled": true,
"port": 3000,
"pwprotected": true,
"username": "admin",
"password": "password"
}
}