-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
394 lines (372 loc) · 21.2 KB
/
index.html
File metadata and controls
394 lines (372 loc) · 21.2 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
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
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>TNTClient</title>
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="48x48" href="images/favicon-48x48.png">
<link rel="icon" type="image/png" sizes="96x96" href="images/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="144x144" href="images/favicon-144x144.png">
<script type="module" src="scripts/domainReplacer.mjs" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.3/js/bootstrap.bundle.min.js"
integrity="sha512-7Pi/otdlbbCR+LnW+F7PwFcSDJOuUJB3OxtEHbg4vSMvzvJjde4Po1v4BR9Gdc9aXNUNFVUY+SK51wWT8WF0Gg=="
crossorigin="anonymous" referrerpolicy="no-referrer" defer></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.3/css/bootstrap.min.css"
integrity="sha512-jnSuA4Ss2PkkikSOLtYs8BlYIeeIK1h99ty4YfvRPAlzr377vr3CXDb7sb7eEEBYjDtcYj+AjBH3FLv5uSJuXg=="
crossorigin="anonymous" referrerpolicy="no-referrer"/>
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.11.3/font/bootstrap-icons.min.css"
integrity="sha512-dPXYcDub/aeb08c63jRq/k6GaKccl256JQy/AnOq7CAnEZ9FzSL9wSbcZkMp4R26vBsMLFYH4kQ67/bbV8XaCQ=="
crossorigin="anonymous" referrerpolicy="no-referrer"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"
integrity="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.11/clipboard.min.js"
integrity="sha512-7O5pXpc0oCRrxk8RUfDYFgn0nO1t+jLuIOQdOMRp4APB7uZ4vSjspzp5y6YDtDs4VzUSTbWzBFZ/LKJhnyFOKw=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="scripts/mainPage.js"></script>
<script src="scripts/themes.js"></script>
</head>
<body>
<div style="background: rgba(0, 0, 0, 1);">
<img src="images/mainPage/main.jpg" alt="Background"
class="position-absolute object-fit-cover opacity-75 w-100 vh-100 z-2" loading="lazy">
<div class="position-relative container d-flex mx-auto flex-column text-center vh-100 z-3">
<header class="mb-auto">
<div>
<div class="float-md-start mb-0 pt-3">
<a class="link-light link-offset-2 link-underline-opacity-25 link-underline-opacity-100-hover fw-bold py-1 px-2"
href="help/">Documentation</a>
</div>
<nav class="nav nav-masthead justify-content-center float-md-end pt-3">
<ul class="navbar-nav justify-content-end flex-grow-1">
<li class="nav-item dropdown">
<a class="btn btn-light dropdown-toggle theme-icon-active" href="#" role="button"
data-bs-toggle="dropdown"
aria-expanded="false">
<i class="bi bi-diamond-half"></i>
</a>
<ul class="dropdown-menu dropdown-menu-end shadow-lg">
<li>
<button type="button" class="dropdown-item d-flex align-items-center"
data-bs-theme-value="light">
<i class="bi bi-brightness-high-fill opacity-50 me-2"></i>Light
</button>
</li>
<li>
<button type="button" class="dropdown-item d-flex align-items-center"
data-bs-theme-value="dark">
<i class="bi bi-moon-stars-fill opacity-50 me-2"></i>Dark
</button>
</li>
<li>
<button type="button" class="dropdown-item d-flex align-items-center"
data-bs-theme-value="auto">
<i class="bi bi-diamond-half opacity-50 me-2"></i>Auto
</button>
</li>
</ul>
</li>
</ul>
</nav>
</div>
</header>
<div style="max-width: 21em" class="mx-auto text-light">
<h1>TNTClient</h1>
<h5>A modified Minecraft client for those who like to play TNT Games.</h5>
<a href="#download" class="btn btn-lg btn-light fw-bold border-white bg-white mt-4">Download</a>
</div>
<div class="mt-auto"></div>
</div>
</div>
<main class="container-sm">
<div class="py-5" id="download">
<h1 class="text-center">Download</h1>
<hr/>
<div class="d-flex flex-wrap">
<div class="flex-fill p-2">
<label for="system" class="form-label">Launcher</label>
<select class="form-select" aria-label="System" id="type" onchange="showDownload()">
<option selected value="0">All</option>
<option value="1">Official Minecraft Launcher</option>
<option value="2">MultiMC based</option>
</select>
</div>
<div class="flex-fill p-2">
<label for="system" class="form-label">Operating System</label>
<select class="form-select" aria-label="System" id="system" onchange="showDownload()">
<option selected value="0">All</option>
<option value="1">Windows</option>
<option value="2">Linux</option>
<option value="3">MacOS</option>
</select>
</div>
<div class="flex-fill p-2">
<label for="architecture" class="form-label">Processor Architecture</label>
<select class="form-select" aria-label="Architecture" id="architecture" onchange="showDownload()">
<option selected value="0">All</option>
<option value="1">x86 (32-bit)</option>
<option value="2">x86 (64-bit)</option>
<option value="3">ARM (64-bit)</option>
</select>
</div>
</div>
<div class="row row-cols-1 row-cols-md-2 row-cols-lg-3 g-4 pt-5 text-center">
<div class="col" id="OfflineInstaller">
<div class="card h-100 border shadow-lg">
<div class="card-body">
<h3 class="card-title">Offline Installer</h3>
<h6 class="card-subtitle mb-2 text-body-secondary">
<span class="badge text-bg-primary m-1">Universal</span>
<span class="badge text-bg-primary m-1">Official Minecraft Launcher</span>
</h6>
<hr/>
<div class="card-text">
<p>This type of installation allows the client to be installed without internet, and the
installer works on all platforms. Can be used to save a version of the client.</p>
</div>
</div>
<div class="card-footer">
<a class="btn btn-primary" href="{{download}}download/TNTClient.jar" target="_blank"
rel="noopener noreferrer">Download</a>
</div>
</div>
</div>
<div class="col" id="OnlineInstaller">
<div class="card h-100 border shadow-lg border-success">
<div class="card-body">
<h3 class="card-title">Online Installer</h3>
<h6 class="card-subtitle mb-2 text-body-secondary">
<span class="badge text-bg-success m-1">Recommended</span>
<span class="badge text-bg-primary m-1">Universal</span>
<span class="badge text-bg-primary m-1">Official Minecraft Launcher</span>
</h6>
<hr/>
<div class="card-text">
<p>This type of installation is recommended as it always downloads the latest version.
Internet and Java are required.</p>
</div>
</div>
<div class="card-footer">
<a class="btn btn-primary" href="{{download}}download/TNTClientInstaller.jar"
target="_blank" rel="noopener noreferrer">Download</a>
</div>
</div>
</div>
<div class="col" id="InstallerJava">
<div class="card h-100 border shadow-lg">
<div class="card-body">
<h3 class="card-title">Installer with Java</h3>
<h6 class="card-subtitle mb-2 text-body-secondary">
<span class="badge text-bg-primary m-1">Windows</span>
<span class="badge text-bg-primary m-1">Official Minecraft Launcher</span>
</h6>
<hr/>
<div class="card-text">
<p>This type of installation is necessary for people who don't have Java on their
computer.</p>
</div>
</div>
<div class="card-footer">
<a class="btn btn-primary" href="{{download}}download/OfflineInstaller.zip"
target="_blank" rel="noopener noreferrer">Download</a>
</div>
</div>
</div>
<div class="col" id="MultiMCUniversal">
<div class="card h-100 border shadow-lg">
<div class="card-body">
<h3 class="card-title">MultiMC Universal</h3>
<h6 class="card-subtitle mb-2 text-body-secondary">
<span class="badge text-bg-primary m-1">Universal</span>
<span class="badge text-bg-primary m-1">MultiMC based</span>
</h6>
<hr/>
<div class="card-text">
<p>Universal version for MultiMC based launchers that will be automatically updated. Does
not contain recompiled libraries for a specific architecture.</p>
</div>
</div>
<div class="card-footer">
<div class="d-flex flex-nowrap">
<a class="btn btn-link p-0 me-2"
href="{{download}}download/TNTClient-universal.zip" target="_blank"
rel="noopener noreferrer" data-bs-toggle="tooltip" data-bs-placement="top"
data-bs-custom-class="custom-tooltip" data-bs-title="Download">
<i class="bi bi-download"></i>
</a>
<pre tabindex="0" class="w-100 chroma m-0" id="MultiMCUniversalLink">{{download}}download/TNTClient-universal.zip</pre>
<button class="copy btn btn-link p-0 ms-2" data-clipboard-target="#MultiMCUniversalLink"
data-bs-toggle="tooltip" data-bs-placement="top"
data-bs-custom-class="custom-tooltip" data-bs-title="Copy">
<i class="bi bi-clipboard"></i>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="py-5">
<h1 class="text-center">FAQ</h1>
<hr/>
<div class="accordion shadow-lg">
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#pane1" aria-expanded="false" aria-controls="pane1">
How to install?
</button>
</h2>
<div id="pane1" class="accordion-collapse collapse">
<div class="accordion-body">
Unfortunately, I will not be providing a full step-by-step guide. However, installation of the
client is simple for the most part. Click on the link above which applies to you: if you have
Java installed on your computer, the first download will give you a file, you can click on it
and hit "install". If you do not have Java, download the client from the second link where you
must extract the file into a folder, and then click on the "start.bat" file. Feel free to
contact a server administrator if you need further assistance with this.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#pane2" aria-expanded="false" aria-controls="pane2">
What is the TNTClient for?
</button>
</h2>
<div id="pane2" class="accordion-collapse collapse">
<div class="accordion-body">
The TNTClient was created for TNT games. All features have been created to enhance the gaming
experience. If you love TNT games, this client is just for you.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#pane3" aria-expanded="false" aria-controls="pane3">
If I use client, can I get a ban?
</button>
</h2>
<div id="pane3" class="accordion-collapse collapse">
<div class="accordion-body">
There's a 99% chance you won't get a ban due to client usage, but you have many other factors
for getting a ban. But if for some reason a module will give you a ban, that module will be
disabled for everyone.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#pane5" aria-expanded="false" aria-controls="pane5">
How do I open the menu in the client?
</button>
</h2>
<div id="pane5" class="accordion-collapse collapse">
<div class="accordion-body">
The client menu is opened by pressing the right shift key on the keyboard. But this key can
be
changed to any other key on the keyboard.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#pane6" aria-expanded="false" aria-controls="pane6">
What do the suffix and prefix in a name mean?
</button>
</h2>
<div id="pane6" class="accordion-collapse collapse">
<div class="accordion-body">
The ‘[Wi:…]’ prefix denotes the number of win in the game, only visible when player has > 0
wins.
<br>The ‘[Lo:…]’ prefix denotes the number of loses in the game, only visible when the player
has > 0 loses.
<br>The ‘[St:…]’ prefix denotes the number of streak in the game, only visible when streak is >
0.
<br>The 'green heart' suffix indicates that this user is also using this client.
</div>
</div>
</div>
</div>
</div>
<div class="py-5 text-center" id="contact">
<h1 class="text-center">Contact</h1>
<hr/>
<div class="row row-cols-1 row-cols-md-2 g-4 pt-5">
<div style="max-width: 400px" class="col mx-auto">
<div class="card h-100 border border-0">
<img src="images/mainPage/Jeka8833-avatar.jpg" class="card-img-top rounded-circle mx-auto"
alt="Jeka8833 Avatar" style="max-width: 150px" loading="lazy">
<div class="card-body">
<h3 class="card-title">Jeka8833</h3>
<hr/>
<div class="card-text">
<p>The main developer of the client. All questions should preferably be directed to the
<a class="" href="https://discord.gg/MMQukPnUrs">#suggestion-and-general</a> channel.
</p>
<div class="mt-auto">
<ul class="list-group list-group-flush">
<li class="list-group-item">
<a class="text-decoration-none" href="https://github.com/Jeka8833"
target="_blank" rel="noopener noreferrer">
<i class="bi bi-github"></i> Jeka8833
</a>
</li>
<li class="list-group-item">
<a class="text-decoration-none"><i class="bi bi-discord"></i>
Jeka8833
</a>
</li>
<li class="list-group-item">
<a class="text-decoration-none" href="mailto:mail@tntclient@jeka8833.pp.ua">
<i class="bi bi-envelope-fill"></i> tntclient@jeka8833.pp.ua
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div style="max-width: 400px" class="col mx-auto">
<div class="card h-100 border border-0">
<img src="images/mainPage/scratex-avatar.png" class="card-img-top rounded-circle mx-auto"
alt="Scratex Avatar" style="max-width: 150px" loading="lazy">
<div class="card-body">
<h3 class="card-title">Scratex</h3>
<hr/>
<div class="card-text h-100 row justify-content-end">
<p>Special thanks for the help with translation and beta testing.</p>
<ul class="col list-group list-group-flush">
<li class="list-group-item">
<a class="text-decoration-none"><i class="bi bi-discord"></i> scratex
</a>
</li>
<li class="list-group-item">
<a class="text-decoration-none" href="mailto:mail@scratex@jeka8833.pp.ua">
<i class="bi bi-envelope-fill"></i> scratex@jeka8833.pp.ua
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<footer class="container-xxl flex-grow-0 flex-shrink-1 border-top">
<div class="py-1 m-1 d-flex align-items-center flex-column flex-sm-row justify-content-between">
<p class="m-0">Created by: Jeka8833, 2023-2025 year</p>
<a class="link-secondary fs-4" href="https://github.com/Jeka8833" target="_blank" rel="noopener noreferrer">
<i class="bi bi-github"></i></a>
</div>
</footer>
</body>
</html>