-
Notifications
You must be signed in to change notification settings - Fork 2
/
options.yml
191 lines (134 loc) · 4.36 KB
/
options.yml
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
# Global settings
debug: false
startImmediately: true
pluginFolder: './plugins'
# Configuration for minecraft
minecraft:
# Account that will be proxied (the bot connects via this)
# Documentation: https://github.com/PrismarineJS/mineflayer/blob/master/docs/api.md#mineflayercreatebotoptions
# All options from that are valid.
account:
username: Generel_Schwerz
auth: microsoft
# Custom implementation of a SOCKS4/5 proxy.
proxy:
enabled: false
# protocol: socks5
# info:
# host: 1.1.1.1
# port: 8080
# The server we wish to connect to.
# This will override options in "account".
remoteServer:
host: 2b2t.org
port: 25565
version: 1.12.2
# Minecraft-protocol configuration for our local server.
# Documentation: https://github.com/PrismarineJS/mineflayer/blob/master/docs/api.md#mineflayercreatebotoptions
# All options from there are valid.
localServer:
host: 0.0.0.0
port: 25567
version: 1.12.2
online-mode: false
maxPlayers: 1
# Custom settings for the local server.
localServerConfig:
whitelist: null
kickMessage: Not whitelisted, leave.
# milliseconds until next attempt to reconnect
reconnectInterval: 10000
# disable all commands.
disableCommands: false
# Experimental, but does work. (Some commands break)
disconnectAllOnEnd: false
restartOnDisconnect: true
linkOnConnect: true
motdPrefix: "§6"
proxyChatPrefix: "§6>>P§r "
# Has to be 64x64 and a png.
# Can be a file path or a URL.
favicon: ./static/assets/2b2w-small.png
# AntiAFK options.
antiAFK:
enabled: true
# AntiAFK module settings. Leave this be for now.
# I will include documentation at a later date.
modules:
SwingArm:
enabled: true
BoxWalk:
enabled: true
distance: 16
travelTime: 5000
waitTime: 30000 # wait 30 seconds before turning/walking
# AntiAFK passive settings. Leave this be for now.
# I will include documentation at a later date.
passives:
KillAura:
playerWhitelist: []
reach: 4
multi: false
enabled: false
# Auto eat toggle
autoEat: true
# Discord logging settings.
discord:
# Discord bot configuration.
bot:
enabled: false
token: MTA1Nzc4NjAxOTc5OTM4MDA1OQ.GjVN3l.P1EeF-ZqDgVWW91TMDygBFvOKOBPuNSZ6F7NGY
prefix: "!"
# Discord webhook configuration.
# Usage: https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks
# color picker lol :https://www.google.com/search?q=hex+color&sourceid=chrome&ie=UTF-8#cobssid=s
# replace color's "#" with "0x"
webhooks:
enabled: false
eventConfig:
started:
deleteEvents: ["stopped", "leftQueue", "enteredQueue", "queueUpdate"]
color: 0x458cf7
stopped:
deleteEvents: ["started", "leftQueue", "enteredQueue", "queueUpdate", "linking", "unlinking"]
color: 0xde1f22
leftQueue:
deleteEvents: ["enteredQueue", "queueUpdate"]
enteredQueue:
deleteEvents: ["leftQueue"]
queueUpdate:
reportAt: 500
edit: true # edit webhook message after first sent. Defaults to false
botevent_chat:
skipFooter: true # these can be put on any webhook
skipTitle: true
timestamp: true
# Webhooks have been overhauled.
# List as many webhooks as you'd like and list the events that go to that webhook below.
webhookList: [
{
url: "https://canary.discord.com/api/webhooks/1088894870569103493/xX5auwxqly71oSbwnHc2FXYU91y8-Hhnqf8o6teLIPbdj4NK5NIA1EVBO50jMTYz992B",
#icon: ""
username: Game chat,
wantedEvents: ["botevent_chat"]
},
{
url: "https://canary.discord.com/api/webhooks/1088895214233583616/EYCY1yYwSgplczE7Fvu09_hcF1OReVIoEYH53oOwghB_5KRqmGyan9wMGlo9PpjlcfZm",
# icon: "",
username: Server info,
wantedEvents: ["started", "stopped", "linking", "unlinking"]
},
{
url: "https://canary.discord.com/api/webhooks/1088895149628719277/EWaUJwcART1Nj2n6YF2aDo2CZuKiuNx2dFi09KCVf6OItSEB4z3xvQYevCQ2wPifluNb",
# icon: "",
username: Queue,
wantedEvents: ["queueUpdate", "leftQueue", "enteredQueue"]
}
]
logger:
enabled: false
filters:
localServerSend:
blacklist: ['map*']
remoteBotReceive:
blacklist: ['map*']