Dominion Whitelist Analysis

So, since we've received multiple questions about whitelist acceptance rate and the like and my summer holidays have begun, I've spent some time over the last three days collecting and processing data on our whitelist tickets. The snapshot I took is from June 27th, so we'll be looking at data from the start of our ticket system on July 11, 2020 until June 27th, 2023. To begin, here's how the raw data looks:

raw data

As you can see, I collected the start date of a ticket (not end); whether the ticket was accepted, denied, or the user left before a decision; the users which interacted with that ticket; their User IDs (to avoid having to deal with name changes); the link to the ticket; its number; and whether Legundo was mentioned. A ticket counts as accepted if the server IP is mentioned in it, denied if the phrase "wish you the best" is mentioned (from the deny copypasta), and withdrawn if neither are.

Let's start with some general stats. In this time, Dominion received 2939 applications. My script processed 2914 of them, so ~99.15%. Of these, we accepted 1313, so ~45.08%. Here are some graphs on the weekly total applications, accepted applications, and acceptance rates (the red lines are six-week moving averages):

weekly total applications

weekly accepted applications

weekly acceptance rate

Annually, the acceptance rates were 41.87%, 37.80%, 54.45%, 50.25% for 2020, 2021, 2022, and 2023 respectively. You can see in the graphs that the acceptance rate early on is really low. This is because admins would DM the user the server IP, so the script doesn't catch it as accepted. It only happened for the first few tickets though, so I'm fine with it being in there.

I'm sure you're wondering which of our lovely staff members have been the most industrious in processing tickets. Good thing we have data on that! Do be aware that interacting with a ticket counts every user who sent a message in it or interacted with the bot in it, so it will count even if you just close a completed ticket. Nevertheless, we can tell somewhat clearly that the top three are 🥇@bobthesnob (yay), 🥈@wilven, and🥉@astrogirl. Here's the full list:

tickets per staff member

Now, you might say that this is unfair because all the top ones have been around forever and our newer staff members haven't had time to catch up yet. Fear not, I've compiled this annually, monthly, and weekly too:

yearly tickets per staff member

monthly tickets per staff member

weekly tickets per staff member

To end on some levity, here's the amount of times Legundo was mentioned in our whitelist tickets per month (only the months where it happened). Interestingly, the graph bears a passing resemblance to the google search interest of dominion minecraft:

legundo mentions

"dominion minecraft" search interest

That's it for today! You can look at the raw data at https://tinyurl.com/DominionWhitelistData, and look at the full code and snapshot I extracted data from at https://github.com/BobTheSnob1/dominionWhitelistData.

Edit

Pub: 03 Mar 2026 11:02 UTC

Views: 14