-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.html
328 lines (296 loc) · 14.4 KB
/
config.html
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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Configuration Guide - FlameCord</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/x-icon" href="images/favicon.png">
<meta name="description" content="Learn about FlameCord's configuration guide to customize your server to the max.">
<meta property='og:title' content='FlameCord - Configuration Guide' />
<meta property='og:image' content='https://flamecord.com/images/banner.webp' />
<meta property='og:description' content="Learn about FlameCord's configuration guide to customize your server to the max." />
<meta property='og:url' content='https://flamecord.com/' />
<meta property='og:image:width' content='1280' />
<meta property='og:image:height' content='720' />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css">
<script defer src="./elements/navbar.js" lang="javascript"></script>
<link rel="stylesheet" href="elements/navbar.css">
</head>
<body>
<nav-bar></nav-bar>
<section id="configuration-guide" class="guide-section">
<h1>FlameCord Configuration Guide</h1>
<p>Learn how to configure FlameCord to enhance your server's security and performance.</p>
</section>
<section id="logger" class="config-section">
<h2 class="section-title">Logger Configuration</h2>
<p class="section-description">Configure logging options for FlameCord.</p>
<!-- Initial Handler -->
<div class="config-subsection">
<h3>Initial Handler</h3>
<p>Controls the initial handling of logging.</p>
<ul class="config-options">
<li><strong>Enabled:</strong> <code>false</code></li>
</ul>
</div>
<!-- Exceptions -->
<div class="config-subsection">
<h3>Exceptions</h3>
<p>Determines whether exceptions are logged.</p>
<ul class="config-options">
<li><strong>Enabled:</strong> <code>false</code></li>
</ul>
</div>
<!-- Dump -->
<div class="config-subsection">
<h3>Dump</h3>
<p>Controls the dumping of logs.</p>
<ul class="config-options">
<li><strong>Enabled:</strong> <code>false</code></li>
</ul>
</div>
<!-- HAProxy -->
<div class="config-subsection">
<h3>HAProxy</h3>
<p>Configures HAProxy logging.</p>
<ul class="config-options">
<li><strong>Enabled:</strong> <code>false</code></li>
</ul>
</div>
<!-- Detailed Connect Errors -->
<div class="config-subsection">
<h3>Detailed Connect Errors</h3>
<p>Enables detailed logging of connection errors.</p>
<ul class="config-options">
<li><strong>Enabled:</strong> <code>true</code></li>
</ul>
</div>
</section>
<section id="custom-motd" class="config-section">
<h2 class="section-title">Custom MOTD Configuration</h2>
<p class="section-description">Customize the Message of the Day (MOTD) settings for FlameCord.</p>
<!-- MOTD -->
<div class="config-subsection">
<h3>MOTD</h3>
<p>Customize the MOTD using colors and HEX codes.</p>
<ul class="config-options">
<li><strong>Enabled:</strong> <code>false</code></li>
<li>
<strong>MOTDs:</strong>
<ul>
<li>&eDefault &cFlameCord&e server &7(%onlineplayers%/%maxplayers%)</li>
<li>&eEdit on &cflamecord.yml&7 (IridiumColorAPI HEX)</li>
</ul>
</li>
</ul>
</div>
<!-- Sample MOTD -->
<div class="config-subsection">
<h3>Sample MOTD</h3>
<p>Define sample MOTDs that show when hovering with the mouse over the player count.</p>
<ul class="config-options">
<li><strong>Enabled:</strong> <code>false</code></li>
<li>
<strong>Samples:</strong>
<ul>
<li>&eDefault &cFlameCord&e server &7(%onlineplayers%/%maxplayers%)</li>
<li>&eEdit on &cflamecord.yml&7 (IridiumColorAPI HEX)</li>
</ul>
</li>
</ul>
</div>
<!-- Protocol -->
<div class="config-subsection">
<h3>Protocol</h3>
<p>Customize the server protocol message.</p>
<ul class="config-options">
<li><strong>Enabled:</strong> <code>false</code></li>
<li><strong>Name:</strong> <code>&c&lMaintenance</code></li>
<li><strong>Always Show:</strong> <code>false</code></li>
</ul>
</div>
<!-- Max Players -->
<div class="config-subsection">
<h3>Max Players</h3>
<p>Configure the maximum number of players displayed in the ping response.</p>
<ul class="config-options">
<li><strong>Enabled:</strong> <code>false</code></li>
<li><strong>Amount:</strong> <code>1000</code></li>
<li><strong>Just One More:</strong> <code>false</code></li>
</ul>
</div>
<!-- Fake Players -->
<div class="config-subsection">
<h3>Fake Players</h3>
<p>Adjust settings for fake player counts.</p>
<ul class="config-options">
<li><strong>Enabled:</strong> <code>false</code></li>
<li><strong>Amount:</strong> <code>3</code></li>
<li><strong>Mode:</strong> <code>DIVISION</code></li>
</ul>
</div>
</section>
<section id="tcp-fast-open" class="config-section">
<h2 class="section-title">TCP Fast Open Configuration</h2>
<p class="section-description">Adjust TCP Fast Open settings in the Netty system.</p>
<!-- TCP Fast Open -->
<div class="config-subsection">
<h3>TCP Fast Open</h3>
<p>Adjust the value of TCP Fast Open in the Netty system.</p>
<ul class="config-options">
<li><strong>Value:</strong> <code>3</code></li>
</ul>
</div>
</section>
<section id="compression-level" class="config-section">
<h2 class="section-title">Compression Level Configuration</h2>
<p class="section-description">Control packet compression for optimal performance.</p>
<!-- Compression Level -->
<div class="config-subsection">
<h3>Compression Level</h3>
<p>Set the compression level for packets (1-9). Higher levels provide more compression but may increase CPU usage.</p>
<ul class="config-options">
<li><strong>Level:</strong> <code>6</code></li>
</ul>
</div>
</section>
<section id="antibot" class="config-section">
<h2 class="section-title">AntiBot Configuration</h2>
<p class="section-description">Enhance security with FlameCord's AntiBot features.</p>
<!-- Accounts Check -->
<div class="config-subsection">
<h3>Accounts Check</h3>
<p>Control the registration of accounts per IP to prevent spam account creation.</p>
<ul class="config-options">
<li><strong>Enabled:</strong> <code>true</code></li>
<li><strong>Firewall:</strong> <code>true</code></li>
<li><strong>Limit:</strong> <code>3</code></li>
<li><strong>Log:</strong> <code>true</code></li>
<li><strong>Whitelist:</strong> <code>Nickname</code></li>
</ul>
</div>
<!-- Country Check -->
<div class="config-subsection">
<h3>Country Check</h3>
<p>Block or allow connections from specific countries to enhance security.</p>
<ul class="config-options">
<li><strong>Enabled:</strong> <code>true</code></li>
<li><strong>Firewall:</strong> <code>true</code></li>
<li><strong>Blacklist:</strong> <code>CN, HK, RU, IN, TH, ID, DZ, VN, IR, PK</code></li>
<li><strong>Log:</strong> <code>true</code></li>
<li><strong>Whitelist:</strong> <code></code></li>
</ul>
</div>
<!-- FastChat Check -->
<div class="config-subsection">
<h3>FastChat Check</h3>
<p>Prevent bots from automatically sending commands upon joining the server.</p>
<ul class="config-options">
<li><strong>Enabled:</strong> <code>true</code></li>
<li><strong>Firewall:</strong> <code>true</code></li>
<li><strong>Time:</strong> <code>1000</code> milliseconds</li>
<li><strong>Log:</strong> <code>true</code></li>
</ul>
</div>
<!-- Firewall Check -->
<div class="config-subsection">
<h3>Firewall Check</h3>
<p>Manage dropped connections based on certain criteria and exceptions.</p>
<ul class="config-options">
<li><strong>Enabled:</strong> <code>true</code></li>
<li><strong>Exceptions:</strong> <code>BadPacketException, QuietException, IllegalStateConfig, FastException</code></li>
<li><strong>Time:</strong> <code>60</code> seconds</li>
<li><strong>Log:</strong> <code>true</code></li>
<li><strong>Whitelist:</strong> <code>127.0.0.1</code></li>
<li><strong>IPSet:</strong> <code>true</code></li>
</ul>
</div>
<!-- Nickname Check -->
<div class="config-subsection">
<h3>Nickname Check</h3>
<p>Block specific nicknames often used by bots to infiltrate servers.</p>
<ul class="config-options">
<li><strong>Enabled:</strong> <code>true</code></li>
<li><strong>Firewall:</strong> <code>true</code></li>
<li><strong>Blacklist:</strong> <code>mcstorm, mcdown, mcbot, theresa_bot, dropbot, kingbot</code></li>
<li><strong>Log:</strong> <code>true</code></li>
</ul>
</div>
<!-- Password Check -->
<div class="config-subsection">
<h3>Password Check</h3>
<p>Prevent bots from using the same passwords by limiting their usage.</p>
<ul class="config-options">
<li><strong>Enabled:</strong> <code>true</code></li>
<li><strong>Firewall:</strong> <code>true</code></li>
<li><strong>Limit:</strong> <code>3</code></li>
<li><strong>Log:</strong> <code>true</code></li>
</ul>
</div>
<!-- RateLimit Check -->
<div class="config-subsection">
<h3>RateLimit Check</h3>
<p>Control the number of connections and pings per second to prevent spamming.</p>
<ul class="config-options">
<li><strong>Enabled:</strong> <code>true</code></li>
<li><strong>Firewall:</strong> <code>true</code></li>
<li><strong>Connections Per Second:</strong> <code>3</code></li>
<li><strong>Pings Per Second:</strong> <code>8</code></li>
<li><strong>Log:</strong> <code>true</code></li>
<li><strong>Whitelist:</strong> <code>127.0.0.1</code></li>
</ul>
</div>
<!-- Reconnect Check -->
<div class="config-subsection">
<h3>Reconnect Check</h3>
<p>Manage player reconnect attempts and timing for effective bot deterrence.</p>
<ul class="config-options">
<li><strong>Enabled:</strong> <code>true</code></li>
<li><strong>Attempts:</strong> <code>2</code></li>
<li><strong>Pings:</strong> <code>1</code></li>
<li><strong>Max Time:</strong> <code>10000</code> milliseconds</li>
<li><strong>Connection Threshold:</strong> <code>1</code></li>
<li><strong>Connection Threshold Limit:</strong> <code>8000</code></li>
<li><strong>Log:</strong> <code>true</code></li>
</ul>
</div>
<!-- Packets Check -->
<div class="config-subsection">
<h3>Packets Check</h3>
<p>Monitor and control the use of packets to prevent misuse by bots and accounts.</p>
<p>If you are encountering issues with packets, try <b>slightly</b> reducing VLS Per Byte or VLS Per Packet.</p>
<ul class="config-options">
<li><strong>Enabled:</strong> <code>true</code></li>
<li><strong>Log:</strong> <code>true</code></li>
<li><strong>Debug:</strong> <code>false</code></li>
<li><strong>VLS Per Byte:</strong> <code>0.0017</code></li>
<li><strong>VLS Per Packet:</strong> <code>0.1</code></li>
<li><strong>VLS To Kick:</strong> <code>100.0</code></li>
</ul>
</div>
<!-- Lockdown Mode Configuration -->
<div class="config-subsection">
<h3>Lockdown Mode</h3>
<p>Configure the settings for FlameCord's Lockdown Mode to enhance your server's security.</p>
<ul class="config-options">
<li><strong>Enabled:</strong> <code>true</code></li>
<li><strong>Log:</strong> <code>true</code></li>
<li><strong>Duration:</strong> <code>5000</code> milliseconds</li>
<li><strong>Period:</strong> <code>5000</code> milliseconds</li>
<li><strong>Period Limit:</strong> <code>2</code></li>
</ul>
</div>
</section>
<section class="download">
<div class="download-content">
<h2>Download FlameCord</h2>
<p>Get the ultimate antibot solution for your Minecraft network.</p>
<a href="https://builtbybit.com/resources/flamecord-ultimate-antibot-solution.13492/" class="cta-button" target="_blank">Download Now</a>
</div>
</section>
<footer>
<p>© 2024 FlameCord by LinsaFTW</p>
</footer>
</body>
</html>