Your Data Package
Here you'll find an explanation of everything you may find in your data package.
You may not find everything listed here in your data package! If there's something you can't see in your data package, that means there's no data stored in that category linked to your user.
Miscellaneous Files
Files not belonging to any folder
README.txt
A small text file welcoming you to your data package and linking to this very article
User Folder
The user folder has data about you as a user, e.g. user config, premium data etc.
config.json
This is your user config. It is an object with key-value for option name & value
aliases.json
Some special users may have aliases that can be used to refer to them in commands instead of their username, nickname or id and work globally. If you are one of the special few that have aliases, you'll find the full list in this file as an array
essential.json
This is statistically unlikely to be present in your data package. It is for anyone who has claimed the server booster cosmetic in the ESSENTIAL MOD Discord server and will contain the UUID of the Minecraft account that has the cosmetic
redirects/:slug.json
If you're a premium subscriber, you can create 5 custom redirects per premium server you have. This redirects folder will contain a file for each redirect, named after the "slug"
premium/:id.json
This file, named with your user id, will contain your premium data, if applicable. This is the data checked to determine whether you have premium and whether the guild has premium. It includes your subscription id, customer id, premium servers (guilds), period end (when your premium expires if you do not renew it) and subscription status, e.g.
premium/customer.json
This contains your customer data. It is used when accessing the billing portal or checkout page to link your Discord user with your customer on Stripe, e.g.
premium/subscriptions/:id.json
In the subscriptions folder, you'll find data about any subscriptions you have had or currently have, e.g.
Servers Folder
The servers folder contains any data about you that is linked to a specific guild, such as tags, modlogs or persisted roles. Below will explain the files you may find in each subfolder, which are named using the guild id.
Some files will only be present for the server owner!
server.json
Depending on ownership, this file may include a full guild object (if you own the guild) or just the guild id and name. This file may not be present if the server no longer has Fire, as it cannot retrieve the data about a guild it is not in.
tags.json
This file will include any tags you have made or all tags for servers you own
modlogs.json
Here you'll find all of your mod log entries, e.g. warns/mutes/kicks
If you own the server, ALL entries for that server will be included
bans.json
Here you'll find all tempbans
mutes.json
Here you'll find all mutes
discovery_referrals.json
This file will only be present for servers on Fire's public server page (which you can enable for your server with the /public
command) and will contain data similar to the redirect referrals from the user folder. You will likely only have one entry if any and it will be from getfire.bot
or the old domain, fire.gaminggeek.dev
and tell you how many times someone clicked on your server.
voice_channel_roles.json
This contains any voice channel roles created with the /vcrole
command
config.json
Like the config.json
file from the user folder, this contains the server's config
permission_roles.json
This contains any permission roles created with the /permroles
command
starboard_reactions.json
This file contains the reaction counts for any messages that have received a valid star
starboard_posts.json
This contains the IDs for messages that have been sent to the starboard
persisted_roles.json
This will contain any of your persisted roles
If you own the server, ALL persisted roles will be included
invite_roles.json
This will contain any invite roles for the server
vanity_urls.json
This will contain any vanity URLs you created
If you own the server, ALL vanity URLs will be included
Analytics Folder
This folder contains any data from Fire's InfluxDB database, used for debugging and insight into Fire's usage. This data is not shared with anyone unless otherwise specified.
websocket_closures.json
When using the Fire website, your browser connects to Fire via a websocket connection. This file will contain information from when this connection was closed such as your session id, the close code & reason, time of closure and the page you were viewing.
This is used purely for debugging potential issues with the websocket.
commands.json
This contains a log of the commands you have ran including the time, command name, errors, server, message/interaction id, permissions and more.
interactions.json
Similar to the commands log, this is a log of all your interactions with Fire (slash commands, context menus, buttons etc.)
minecraft_logs.json
This contains the data collected via the Minecraft Log Scanning feature. You can learn more about this here.
This data is shared with some users who were given access to the log scanning feature before it was available as a premium perk to help learn about its usage and to improve the feature.
Last updated