forked from urFate/Afk-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
62 lines (53 loc) · 1 KB
/
settings.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
{
"bot-account": {
"username": "bot",
"password": "your_password",
"type": "microsoft"
},
"server": {
"ip": "localhost",
"port": 25565,
"version": "1.19.3"
},
"position": {
"enabled": false,
"x": 0,
"y": 0,
"z": 0
},
"utils": {
"auto-auth": {
"enabled": false,
"password": "12345678"
},
"anti-afk": {
"enabled": false,
"sneak": false,
"jump": false,
"rotate": false,
"hit": {
"enabled": false,
"delay": 1000,
"attack-mobs": false
},
"circle-walk": {
"enabled": false,
"radius": 2
}
},
"chat-messages": {
"enabled": false,
"repeat": true,
"repeat-delay": 60,
"messages": [
"I'm a regular player ",
"My owner is urFate_ ",
"I want be alone ",
"Visit my GitHub page! (urFate/Afk-Bot)"
]
},
"chat-log": true,
"auto-reconnect": false,
"auto-reconnect-delay": 5000
}
}