forked from MrJuice3046/Aternos24-7-HostingBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
92 lines (92 loc) · 1.67 KB
/
settings.json
File metadata and controls
92 lines (92 loc) · 1.67 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "AFK Bot",
"bot-account": {
"username": "imgonnacream",
"password": "",
"type": "offline"
},
"server": {
"ip": "VeentrexMC-svX2.aternos.me",
"port": 17462,
"version": "",
"try-creative": false
},
"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,
"periodic-rejoin": {
"enabled": false,
"min-interval": 20,
"max-interval": 60
}
},
"movement": {
"enabled": true,
"circle-walk": {
"enabled": true,
"radius": 4,
"speed": 3000
},
"look-around": {
"enabled": true,
"interval": 5000
},
"random-jump": {
"enabled": true,
"interval": 10000
}
},
"modules": {
"avoidMobs": true,
"combat": true,
"beds": false,
"chat": true,
"console-commands": true
},
"combat": {
"attack-mobs": true,
"auto-eat": true
},
"beds": {
"pick-up-day": false,
"place-night": false
},
"discord": {
"enabled": false,
"webhookUrl": "YOUR_DISCORD_WEBHOOK_URL_HERE",
"events": {
"connect": true,
"disconnect": true,
"chat": false
}
},
"chat": {
"respond": true
}
}