-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
622 lines (524 loc) · 21.2 KB
/
index.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
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
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<title>SGStats Changelog</title>
</head>
<body>
<h1 class="important">SGStats Discord bot Changelog</h1>
<h2><b>Made by Skeke#2155</b>, special thanks Aryan#6666</h2>
<h2>Check the bot source code on <a href="https://github.com/g-otn/SGStats">GitHub!</a></h2>
<img src="https://i.imgur.com/XzjkwEs.png">
<h4 id="gatewayStatus"></h4>
<div class="logs">
<div class="log major">
<p class="title">v5.0.0 - 2021Sep26</p>
<p> * Migrate bot to Discord.js v13</p>
<p> * Project cleaning and other chores</p>
</div>
<div class="log">
<p class="title">v4.11.4 - 2021Jan02</p>
<p> * Update DarkRP commands to use new IP</p>
<p> * Fix SVTTT command graphs</p>
</div>
<div class="log">
<p class="title">v4.11.3 - 2020Dec30</p>
<p> * Update MCTTT commands to new name and IP (new prefixes: "sv" and "svttt". Old prefixes will stay for a while)</p>
</div>
<div class="log">
<p class="title">v4.11.2 - 2020Dec24</p>
<p> + Add Among Us (second server) commands (prefix: "au2", "amongus2")</p>
<p> + Add Among Us forums checking</p>
</div>
<div class="log">
<p class="title">v4.11.1 - 2020Dec17</p>
<p> * Fix bot going offline after a few hours</p>
</div>
<div class="log minor">
<p class="title">v4.11.0 - 2020Dec12</p>
<p> + Add Among Us commands (prefix: "amongus")</p>
<p> + Add Discord gateway status 'display' (on top of this page)</p>
<p> - Remove Anarchy TTT commands and forums checking</p>
</div>
<div class="log">
<p class="title">v4.10.3 - 2020Nov29</p>
<p> + Add DarkRP commands (prefix: "darkrp" or "rp") and forums checking</p>
<p> * Fix "Join Now" links in messages</p>
</div>
<div class="log">
<p class="title">v4.10.2 - 2020Oct18</p>
<p> * Fix forums checking in TTT sections</p>
</div>
<div class="log">
<p class="title">v4.10.1 - 2020Oct04</p>
<p> + Added UK TTT commands, prefix: "uk" and "ukttt"</p>
<p> * Updated forums checking to new forums sections</p>
</div>
<div class="log minor">
<p class="title">v4.10.0 - 2020Ago22</p>
<p> * Fixed bot going offline more than often</p>
<p> * Improved code to keep the bot online</p>
<p> * Switched online command with online2</p>
<p> * Improved player time formatting ("0h 00min" instead of "00:00:00") in online command</p>
<p> * Updated some server names</p>
<p> - Removed sandbox, vanilla+ and wolvinph commands and forums checking</p>
<p> - Removed forum and discord ban appeals from forums checking</p>
</div>
<div class="log">
<p class="title">v4.9.3 - 2020Jul19</p>
<p> * Fix Vanilla+ TTT commands when using the prefix "vap"</p>
</div>
<div class="log">
<p class="title">v4.9.2 - 2020Jul19</p>
<p> * Fix forums checking not working with the new forums layout</p>
</div>
<div class="log">
<p class="title">v4.9.1 - 2020Jul19</p>
<p> * Fix Vanilla+ TTT commands targeting the wrong server (IP)</p>
<p> * Other minor fixes</p>
</div>
<div class="log minor">
<p class="title">v4.9.0 - 2020Jul13</p>
<p> + Add Sandbox (prefix: sb, sandbox) and Vanilla+ (prefix: vap, vanillaplus) commands and forums checking</p>
<p> - Remove horror murder and scp:sl commands and forums checking</p>
<p> * Fix bot being down very often</p>
<p> * Fix forums checking not working with new forums layout</p>
<p> * Fix broken forums URLs sent by the bot</p>
</div>
<div class="log">
<p class="title">v4.8.3 - 2020Jun07</p>
<p> * Hopefully fixed gametracker 1006 error in leaderboard command</p>
</div>
<div class="log">
<p class="title">v4.8.2 - 2020Mai15</p>
<p> * Fix some server graph commands (like rank, population, etc) not working with Vanilla TTT and Deathrun</p>
<p> - Remove EUTTT and EUPH commands</p>
<p> - Remove Murder forums checking</p>
</div>
<div class="log">
<p class="title">v4.8.1 - 2020Mai15</p>
<p> * Fix deathrun commands to use new IP</p>
</div>
<div class="log minor">
<p class="title">v4.8.0 - 2020Apr30</p>
<p> + Add Wolvin PH commands (prefix: wph, wolvin)</p>
</div>
<div class="log">
<p class="title">v4.7.1 - 2020Abr20</p>
<p> * Fix vanilla commands to use new IP</p>
</div>
<div class="log minor">
<p class="title">v4.7.0 - 2020Mar31</p>
<p> + Add AnarchyTTT commands (prefix: attt, anarchy)</p>
<p> - Remove SCP:SL Server commands and forums checking</p>
<p> * Update bot to use the new <a href="https://dev.smithtainment.com/api/">Smithtainment API</a> URL</p>
<p> * Update some command descriptions in the bot</p>
<p> * Fix bot error if SCP server is not found</p>
</div>
<div class="log">
<p class="title">v4.6.1 - 2020Mar21</p>
<p> * Fix bot crash caused by forums checking</p>
</div>
<div class="log">
<p class="title">v4.6.0 - 2020Feb24</p>
<p> + Add support for Deathrun server</p>
<p> - Remove Classic Deathrun server</p>
</div>
<div class="log">
<p class="title">v4.5.1 - 2020Feb23</p>
<p> * Fix incorrect invalid server error on various commands</p>
<p> * Fix forums checking for EU PH</p>
</div>
<div class="log minor">
<p class="title">v4.5.0 - 2020Feb23</p>
<p> + Add EU PH/TTT, SCP and True PH bot support and forums checking</p>
<p> + Add script exclusively for SCP server to retrieve info similar to the !!server command</p>
<p> * Fix join command help not showing available servers</p>
<p> * Some internal changes</p>
</div>
<div class="log">
<p class="title">v4.4.2 - 2019Dec3</p>
<p> - Fix/Add Horror Murder server commands</p>
</div>
<div class="log">
<p class="title">v4.4.1 - 2019Nov30</p>
<p> - Fix broken forums checking with new forums layout</p>
</div>
<div class="log minor">
<p class="title">v4.4.0 - 2019Nov09</p>
<p> + !!server command now uses the new <a href="https://dev.smithtainment.com/api/">Smithtainemnt API</a>. Same thing but has map info but no server status info.</p>
<p> + New command !!online2, which uses the new <a href="https://dev.smithtainment.com/api/">Smithtainemnt API</a>. Does not shows population graph but its more updated.</p>
<p> - Removed Deathrun and CSGO 5v5 servers from commands</p>
</div>
<div class="log">
<p class="title">v4.3.3 - 2019Ago24</p>
<p> * Internal changes, no effect to the bot behaviour</p>
</div>
<div class="log">
<p class="title">v4.3.2 - 2019Ago24</p>
<p> * !!steaminfo command now works for https://steamcommunity.com/id/CustomURL/ links</p>
</div>
<div class="log">
<p class="title">v4.3.1 - 2019Ago17</p>
<p> * Changed "anime" (Anime PH) server to "classic" (Classic PH)</p>
</div>
<div class="log minor">
<p class="title">v4.3.0 - 2019Ago8</p>
<p> * Internal changes, no effect to the bot behaviour</p>
</div>
<div class="log">
<p class="title">v4.2.1 - 2019Jul30</p>
<p> * Fix crash while inserting Gametracker information in forums checking</p>
</div>
<div class="log minor">
<p class="title">v4.2.0 - 2019Jul29</p>
<p> + Add script to prevent host from shutting down the bot (making it offline)</p>
<p> * Fix playerh/players command generating outdated images</p>
</div>
<div class="log minor">
<p class="title">v4.1.0 - 2019Jul29</p>
<p> * Better SteamID identification on steaminfo and forums checking</p>
</div>
<div class="log major">
<p class="title">v4.0.0 - 2019Jul27</p>
<p><b> + Complete rewrite of the bot code</b></p>
<p> + New commands: join, leaderboard, map, *player*s and rank</p>
<p> + Some commands now show the "Join now" link to quickly join the server used in the command</p>
<p> + New website that redirects players to the servers using the join command or "Join now" links</p>
<p> + The help command now shows how much time the bot has been online since the last restart</p>
<p> + The stats command now shows a monthly acitivty graph thumbnail, and the first/last join of the player</p>
<p> + The steaminfo command now shows the account creation and the last time online date and the current playing game</p>
<p> * The bot changelog (this webpage) is now hosted at the same address as the bot host (and the redirect server)</p>
<p> * The period parameter ('day', 'week' or 'month') is now optional for all commands that use it</p>
<p> * The help command "sections" and the colors of the commands embed messages are now divided into "Server", "Player" and "Other" commands</p>
<p> - Removed prefix command</p>
<br>
</div>
<div class="log minor">
<p class="title">v3.7.0 - 2019Jul12</p>
<p> + Added Anime Prophunt commands</p>
<br>
</div>
<div class="log">
<p class="title">v3.6.2 - 2019May8</p>
<p> * Removed CSGO server from forums checking</p>
<p> - Fix forums checking for the new forums layout</p>
<br>
</div>
<div class="log">
<p class="title">v3.6.1 - 2019May8</p>
<p> * Changed Prophunt IP in the bot commands to the new one</p>
<br>
</div>
<div class="log minor">
<p class="title">v3.6.0 - 2019Mar17</p>
<p> + Added True Vanilla commands</p>
<p> + Added Competitive 5v5 CS:GO commands</p>
<p> * Optimized code </p>
<p> - Removed Deathrun commands</p>
<p> - Removed Minecraft Survival commands</p>
<br>
</div>
<div class="log">
<p class="title">v3.5.10 - 2019Feb11</p>
<p> * Fixed global forums sections in forums checking</p>
<p> * Changed the thread preview "word" count from 35 to 40</p>
<p> * """""Optimized forums checking""""" (hopefully there'll be less crashes)</p>
<br>
</div>
<div class="log">
<p class="title">v3.5.9 - 2019Feb2</p>
<p> + Added DarkRP commands, prefix: "rp" or "darkrp"</p>
<p> * Updated list of forums sections for forums checking</p>
<p> * Small changed to commands texts, that now mentions the right servers</p>
<p> - Removed Anime TTT commands</p>
<p> - Removed Modded TTT commands</p>
<br>
</div>
<div class="log">
<p class="title">v3.5.8 - 2018Nov15</p>
<p> + Added Deathrun commands, prefix: "dr" or "deathrun"</p>
<br>
</div>
<div class="log">
<p class="title">v3.5.7 - 2018Nov15</p>
<p> * Fixed, again the check command</p>
<br>
</div>
<div class="log">
<p class="title">v3.5.6 - 2018Nov1</p>
<p> + Added say command (for testing, dev only)</p>
<br>
</div>
<div class="log">
<p class="title">v3.5.5 - 2018Oct9</p>
<p> + Bug reports now pings the staff from the server in the thread title.</p>
<p> * Fixed forums check not finding new bug reports.</p>
<p> - Removed murder server commands</p>
<br>
</div>
<div class="log">
<p class="title">v3.5.4 - 2018Set</p>
<p> * Fixed old broken feature that would ping staff in embeds, which doesn't actually pings.</p>
<br>
</div>
<div class="log">
<p class="title">v3.5.3 - 2018Set9</p>
<p> * Minor fix.</p>
<br>
</div>
<div class="log">
<p class="title">v3.5.2 - 2018Aug27</p>
<p> * Fixed !!serverh command for Modded TTT, which was uncallable.</p>
<br>
</div>
<div class="log">
<p class="title">v3.5.1 - 2018Aug24</p>
<p> * Added Modded TTT as an option in the commands, the prefix is "md", "mdttt" or "modded".</p>
<p> * Changed Minecraft Modded TTT prefixes to "mc", "mcttt" and "mcmd".</p>
<p> * Minor change in the thread preview and !!help command texts.</p>
<p> - Removed Vanilla TTT from commands.</p>
<br>
</div>
<div class="log minor">
<p class="title">v3.5.0 - 2018Aug2</p>
<p> + Bot now uses Reeb's API for the server command, which gives more precise infomation than gametracker.com.</p>
<p> + Added icons to embed bot messages.</p>
<p> * Fixed possible spam when the same command was called twice at the same time.</p>
<p> * Fixed crash with threads that don't use SteamID in the forums checking.</p>
<p> * Changed a few text in some commands.</p>
<p> * Optimized code.</p>
<br>
</div>
<div class="log">
<p class="title">v3.4.3 - 2018Jul16</p>
<p> * Changed Star Wars TTT commands names to match the Murder server.</p>
<p> * Updated prefix command (staff developer only).</p>
<p> * Optimized code.</p>
<br>
</div>
<div class="log">
<p class="title">v3.4.2 - 2018May29</p>
<p> * Fixed broken links being generated.</p>
<br>
</div>
<div class="log">
<p class="title">v3.4.1 - 2018May29</p>
<p> * Fixed crash in the serverh command with names with special characters.</p>
<br>
</div>
<div class="log minor">
<p class="title">v3.4.0 - 2018May23</p>
<p> + Playerhours command is now changed to the stats commands, which besides hours, tells ranks, score and score/min.</p>
<br>
</div>
<div class="log">
<p class="title">v3.3.2 - 2018May21</p>
<p> * Fixed broken links with parenthesis in the serverh/playerhours command.</p>
<br>
</div>
<div class="log">
<p class="title">v3.3.1 - 2018May20</p>
<p> * Fixed broken links with spaces in the serverh command.</p>
<br>
</div>
<div class="log minor">
<p class="title">v3.3.0 - 2018May17</p>
<p> + Serverh command now gives a link to a similar names list (same as the playerhours command).</p>
<br>
</div>
<div class="log minor">
<p class="title">v3.2.0 - 2018May11</p>
<p> + Serverh and population commands now supports abbreviations of time period (day -> d; week -> w; month -> m)</p>
<p> * Fixed possible future crash with Star Wars TTT new thread messages.</p>
<p> * Minor code optimization.</p>
<br>
</div>
<div class="log minor">
<p class="title">v3.1.0 - 2018May10</p>
<p> + Added Star Wars TTT forums section to the auto forum thread checking.</p>
<br>
</div>
<div class="log">
<p class="title">v3.0.1 - 2018May9</p>
<p> * Crash fix with the playerhours command.</p>
<br></div>
<div class="log major">
<p class="title">v3.0.0 - 2018May6</p>
<p> + Added the Pure Vanilla Minecraft server to the population and online commands. (Players' playtime/activity is not supported by GT in Minecraft servers)</p>
<p> + Added the Pure Vanilla Minecraft server forums sections to the bot 'auto-new-thread-checker'.</p>
<p> + Reports, suggestions and donor support threads now have a preview of their content (title and text). <a href="https://image.prntscr.com/image/ByDsCZi7RdaoRRd5lIJXFQ.png">example</a></p>
<p> + New prefix command to change bot prefix. (staff developer only)</p>
<p> + More examples in the help command.</p>
<p> + New clone of the bot for developing, this will prevent people from sometimes recieving duplicated messages from a command.</p>
<p> * Complete restructuration in the command files. This will make bug fixes easier and faster in the future.</p>
<p> * Remade the way bot stores data about repeated threads, which will lower a lot the probability to send repeated threads.</p>
<p> * Commands and arguments are not case sensitive anymore.</p>
<p> * Fixed a bug with the serverh trying to find a not found player graph. Probably was crashing the bot sometimes.</p>
<p> * Default graph type to population command is now 'day' again.</p>
<p> * Optimized code.</p>
<p> * Changed the bot name for SGStats, I think it looks cleaner this way</p>
<br>
</div>
<div class="log minor">
<p class="title">v2.9.0 - 2018Apr10</p>
<p> + Bot now recognizes commands when ping-ed, alternative to the prefix.</p>
<p> - Removed forums portal checking.</p>
<br>
</div>
<div class="log">
<p class="title">v2.8.5 - 2018Apr04</p>
<p> * Fixed bug with serverh command.</p>
<br></div>
<div class="log">
<p class="title">v2.8.4 - 2018Apr01</p>
<p> * Updated channel IDs.</p>
<p> * Bug fixes.</p>
<br></div>
<div class="log">
<p class="title">v2.8.3 - 2018Mar27</p>
<p> * Removed unused forums sections in forums checking.</p>
<p> * Optimized code.</p>
<br></div>
<div class="log">
<p class="title">v2.8.2 - 2018Mar25</p>
<p> * Changed DarkRP commands names to match the in-development server Star Wars TTT.</p>
<p> * Minor bug fix</p>
<br></div>
<div class="log">
<p class="title">v2.8.1 - 2018Mar23</p>
<p> * Fixed crash bug.</p>
<p> * Fixed minor grammar error.</p>
<br></div>
<div class="log minor">
<p class="title">v2.8.0 - 2018Mar18</p>
<p> + Added helpful messages for wrong commands/syntaxes.</p>
<p> - Removed 'day' graph type as the default for the population command. Now it doesn't have default and the user should specify the graph type.</p>
<p> * Changed some texts that were out of place.</p>
<br></div>
<div class="log">
<p class="title">v2.7.1 - 2018Mar17</p>
<p> * Reformuled the way the bot gets SteamID/SteamID64.</p>
<p> * Updated Hades user descriptor in special thanks</p>
<br></div>
<div class="log minor">
<p class="title">v2.7.0 - 2018Mar15</p>
<p> + Bot now tries to find the player with a similar name instead of needing to type the exact name for the serverh command, like the playehours command. <a href="https://image.prntscr.com/image/bkChQ4RSQQu-jbl2jwvugg.png">example</a>.</p>
<br></div>
<div class="log minor">
<p class="title">v2.6.0 - 2018Mar10</p>
<p> + Bot now uses SteamID64 if SteamID is not found in the new threads.</p>
<br></div>
<div class="log minor">
<p class="title">v2.5.0 - 2018Mar8</p>
<p> + Added the new PropHunt server to all commands (server, serverh, online, population and playerhours).</p>
<p> + Servers now can be referenced abbreviation.</p>
<p>Examples: !!mc, !!online proph, !!playerhours va Skeke, !!an, !!ph</p>
<p> * Fixed a crash in forums checking.</p>
<p> * Fixed a bug where SteamID was being get from replies of a thread.</p>
<p> * Optimized code.</p>
<br></div>
<div class="log">
<p class="title">v2.4.2 - 2018Feb28</p>
<p> * Bot now checks for bug reports and suggestions in the Developer Corner.</p>
<p> * Fixed a bug where portal news comes without images</p>
<br></div>
<div class="log">
<p class="title">v2.4.1 - 2018Feb28</p>
<p> * Portal news are now sent in the public discord too.</p>
<p> * New DarkRP Threads pings now the entire DarkRP staff + Reeb.</p>
<br></div>
<div class="log minor">
<p class="title">v2.4.0 - 2018Feb28</p>
<p> + Bot now searches for news in the forums portal.</p>
<br></div>
<div class="log">
<p class="title">v2.3.2 - 2018Feb27</p>
<p> * Fixed a crash. (this problem was crashing my bot since version 2.0 xD)</p>
<br></div>
<div class="log">
<p class="title">v2.3.1 - 2018Feb25</p>
<p> + Added changelog link in the help command</p>
<p> * Fixed a crash with the automatic checker where it would crash with new threads that were not applications.</p>
<p> * Fixed a bug where info from new threads were sent in different/wrong/multiple messages. (I hope so lol)</p>
<br></div>
<div class="log minor">
<p class="title">v2.3.0 - 2018Feb11</p>
<p> + Bot shows GamerTracker info for new threads and server activity for new applicants. <b>(unstable)</b> </p>
<br></div>
<div class="log minor">
<p class="title">v2.2.0 - 2018Feb11</p>
<p> + Bot now checks for forum moderator applications, reports and donor support threads.</p>
<br></div>
<div class="log minor">
<p class="title">v2.1.0 - 2018Feb11</p>
<p> + Bot error messages and some others now have thumbnails, style change only.</p>
<p> * 'darkrp' is now valid and considered as 'roleplay' for all commands.</p>
<p> * Optimized code.</p>
<br></div>
<div class="log">
<p class="title">v2.0.1 - 2018Feb11</p>
<p> * Fixed bug where the bot would warn about the same new thread. (I HOPE IT'S FIXED)</p>
<p> * Fixed a bug in the playerhours command where player names with spaces would break commands.</p>
<br></div>
<div class="log major">
<p class="title">v2.0.0 - 2018Feb09</p>
<p> + Bot now automatically checks for new applications and ban/warn appeals, sending them in the staff server in spam_spam_spam. This is still not 100% working so you can disable it with the !!stopauto command.</p>
<p> * playerhours command now has a link to similar names.</p>
<br></div>
<div class="log minor">
<p class="title">v1.4.0 - 2018Feb07</p>
<p> + Added old bot server info command.</p>
<p>Syntax: <server></p>
<p>Example: !!modded</p>
<p> * Optimized all commands.</p>
<br></div>
<div class="log">
<p class="title">v1.3.1 - 2018Feb05</p>
<p> + Added more helpful syntax error responses.</p>
<p> * Temporary help command is now permanent.</p>
<p> * Minor changes to commands text.</p>
<br></div>
<div class="log minor">
<p class="title">v1.3.0 - 2018Jan31</p>
<p> + Added a temporary help command (for Pluto discord), disabled by default.</p>
<p> * Fixed blank line in embed message when GT sends it in blank, in the online command.</p>
<p> * Optimized code and changed output layout of the online command.</p>
<br></div>
<div class="log">
<p class="title">v1.2.1 - 2018Jan27</p>
<p> * Fixed a crash after asking for hours graph</p>
<br></div>
<div class="log minor">
<p class="title">v1.2.0 - 2018Jan18</p>
<p> + Added a command that show a player's playtime for a server.</p>
<p>Syntax: playerhours <server> <player name></p>
<p>Example: playerhours modded Skeke</p>
<br></div>
<div class="log">
<p class="title">v1.1.1 - 2018Jan17</p>
<p> * Fixed a error in which names with spaces in the hours graph command would break links when sent to discord.</p>
<p> * Fixed a error in which the graphs sent in commands were 1 or 2 days off, because of a URL php input. </p>
<br></div>
<div class="log minor">
<p class="title">v1.1.0 - 2018Jan16</p>
<p> + Added command that shows which players are online in a server and the server population for the last 24h.</p>
<p>Syntax: online <server></p>
<p>Example: online anime</p>
<p> + Added command 'population' that shows graphs for the day, week or month of a server. Default is day.</p>
<p>Syntax: population <server> <graphtype (optional)></p>
<p>Example: population modded, population vanilla month</p>
<br></div>
<div class="log major">
<p class="title">v1.0.0 - 2018Jan11</p>
<p> + Added command that shows playtime graphs of players during the day, week or month of a server.</p>
<p>Syntax: <server>h <typeofgraph> <playername></p>
<p>Example: moddedh week Skeke</p>
<p> + Added command 'steaminfo', that shows SteamIDs, names, gmod hours and others informations about the player.</p>
<p>Syntax: steaminfo <playerinput></p>
<p>Example: steaminfo Skeke, steaminfo STEAM:0:1:12345</p>
</div>
</div>
</body>
<script src="script.js"></script>
</html>