Skip to content

Commit 52a4421

Browse files
authored
Update index.html
1 parent 50e5f59 commit 52a4421

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ <h3> !queue</h3> 2b2t queue Want to check 2b2t queue stats? <a href="https://que
124124
<!-- <h3> !reddit or !reddit (reddit name) (EXAMPLE: "!reddit 2b2t" or "!reddit r/2b2t")</h3> GET latest post from a subreddit (<works style="color:red">Most likely broken, 403 from reddit api.</works>) -->
125125
<!-- <h3> !verse or !bible</h3> Get a random bible verse or add a verse at the end of the command! -->
126126
<h3> !online EXAMPLE "!online 2b2t.org"</h3> Check how many players are online on a minecraft server.
127-
127+
<h3> !ip</h3> find location and isp of an ip or domain.
128+
128129
<h1>Fun commands</h1>
129130
<h3> <new style="color:red">NEW</new> !hitman / !eliminate / !target</h3> Deploy a hitman to someone's location
130131
<h3> <new style="color:red">NEW</new> !blackjack</h3> Play a game of blackjack! Use !blackjack hit/stand
@@ -141,7 +142,6 @@ <h3> !no</h3> NO
141142
<h3> !yes</h3> YES
142143
<h3> !dupe</h3> dupe an item!
143144
<h3> !locate</h3> get someones coords! 100% working 2020
144-
<h3> !ip</h3> find location and isp of an ip or domain.
145145
<h3> !dox</h3> find someones "ip"
146146
<h3> !y/n</h3> Yes or no
147147
<h3> !dice</h3> Roll a die
@@ -258,8 +258,7 @@ <h3>2024 - Server Pinger</h3>
258258
<h2>Migration History</h2>
259259
All migration scripts have been archived and can be found in /migrationscripts
260260
<h3>2025 - 2b2t.vc</h3>
261-
I was trying to scrape 2b2t.vc for historical playerdata to fill in the missing gaps, and had to deal with rate limits. Instead of a static 10 second cooldown, I added a feature that automatically adjusted the cooldown to get the max number of requests without getting errored.
262-
<h3>2025 - Removing spam</h3>
261+
I was trying to scrape 2b2t.vc for historical playerdata to fill in the missing gaps, and had to deal with rate limits. Instead of a static 10 second cooldown, I added a feature that automatically adjusted the cooldown to get the max number of requests without getting errored. I also added a feature to automatically cut new players (that haven't been checked yet) to the front of the queue so data was as accurate as possible without having to wait 2 months for all data to be scraped. <h3>2025 - Removing spam</h3>
263262
FTS-5 is essentially a copy of the messages table and takes up a ton of space. I realized there's a lot of useless spam on these servers and added a command to delete all rows containing certain phrases like discord links. This cut the database size in half.
264263
<h3>2025 - FTS-5</h3>
265264
I wanted to add a !clout command which shows how many times a phrase has been said in chat, normally this SQL query takes 10+ seconds to run as it has to go through millions of messages, but I added FTS-5 support which makes it incredibly efficient to search through text.
@@ -297,3 +296,4 @@ <h2>Contribute</h2>
297296

298297

299298

299+

0 commit comments

Comments
 (0)