-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
56 lines (56 loc) · 1.22 KB
/
settings.json
File metadata and controls
56 lines (56 loc) · 1.22 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
48
49
50
51
52
53
54
55
56
{
"name": "AFK Bot",
"bot-account": {
"username": "ourslave",
"password": "",
"type": "offline"
},
"server": {
"ip": "iamyashkanojia.aternos.me",
"port": 28962,
"version": ""
},
"position": {
"enabled": true,
"x": 0,
"y": 100,
"z": 0
},
"utils": {
"auto-auth": {
"enabled": true,
"password": "chalol78"
},
"anti-afk": {
"enabled": true,
"sneak": true
},
"chat-messages": {
"enabled": true,
"repeat": true,
"repeat-delay": 120,
"messages": [
"I'm a regular player",
"Subscribe to Slobos!",
"I like to play Minecraft!"
]
},
"chat-log": true,
"auto-reconnect": true,
"auto-reconnect-delay": 2000,
"max-reconnect-delay": 120000
},
"movement": {
"enabled": true,
"circle-walk": { "enabled": true, "radius": 4, "speed": 3000 },
"look-around": { "enabled": true, "interval": 5000 },
"random-jump": { "enabled": true, "interval": 10000 }
},
"combat": { "attack-mobs": true, "auto-eat": true },
"discord": {
"enabled": false,
"webhookUrl": "",
"events": { "connect": true, "disconnect": true, "chat": false }
},
"chat": { "respond": true }
}