The Stats NPC.
Stats
From the Hypixel Pit Wiki

Stats, short for "statistics," are numeric values players can view both in-game and online, through the Stats NPC, various websites, and the Hypixel API. Players unlock the Stats NPC permanently at level 50.

The list of statistics players can see that are not in the Stats NPC are as follows:

Location Name Description
Sidebar Prestige The player's current prestige. Only visible if the player is prestige I or higher.
Level The player's current level.
Needed XP The amount of XP the player needs to reach the next level.
Gold The amount of gold the player has.
Status The player's status. This status can display a variety of messages:
  • Idling, when the player is not in combat;
  • Fighting, when the player is fighting;
  • Bountied, when the player has a bounty;
  • Event, when a major event is ongoing;
  • Overdrive / Beastmode / Hermit / Highlander / To the Moon / Uberstreak, when the player is on the status's respective megastreak.
Renown NPC Renown The player's current amount of renown.

The list of statistics that are located in the Statistics NPC is as follows:

Location Name Description
Stats NPC
Offensive Stats
Kills Number of kills. A "kill" is awarded if the player dealt the killing blow on a victim.
Assists Number of assists. An "assist" is awarded if the player dealt a non-fatal blow to a victim less than 15 seconds before the victim died.
Sword Hits Number of times the player hit others with a sword.
Arrows Shot Number of arrows shot from a bow.
Damage Dealt Amount of damage dealt to other players. 1 damage is equivalent to 0.5♥︎.
Melee Damage Dealt Amount of damage dealt with melee (non-bow or fist) weapons to other players. 1 damage is equivalent to 0.5♥︎.
Bow Damage Dealt Amount of damage dealt with bows to other players. 1 damage is equivalent to 0.5♥︎.
Highest Streak The player's highest killstreak.
Stats NPC
Offensive Stats
Deaths Number of times the player died.
Damage Taken Amount of damage taken from other players. Environmental damage, such as from lava or the void, is not included. 1 damage is equivalent to 0.5♥︎.
Melee Damage Taken Amount of damage taken from other players using melee (non-bow or fist) weapons. 1 damage is equivalent to 0.5♥︎.
Bow Damage Taken Amount of damage taken from other players using bows. 1 damage is equivalent to 0.5♥︎.
Stats NPC
Performance Stats
XP The player's lifetime XP.
K/D The player's kill/death ratio, calculated by dividing the player's number of kills by their number of deaths.
K+A/D The player's kill + assist/death ratio, calculated by dividing the player's number of kills and assists by their number of deaths.
Damage dealt/taken The player's damage dealt divided by their amount of damage taken.
Hours played The number of hours the player has spent in The Pit. Time spent idle counts for this statistic.
Gold/hour The player's lifetime gold, divided by their number of hours played.
K+A/hour The player's kills and assists, divided by their number of hours played.
Stats NPC
Miscellaneous Stats
Left Clicks The player's left click count. Left clicks are only counted if the player clicks a player outside of spawn or any block.
Gold Earned Lifetime gold earned from all sources except trading.
Diamond Items Purchased Total number of shop items purchased. Items do not have to be diamond to count.
Chat Messages Number of times the player has sent a visible chat message. Answering Quick Maths questions and using /show do not add to this statistic.
Blocks Placed Number of blocks the player has placed.
Blocks Broken Number of blocks the player has broken. Blocks broken with the Golden Pickaxe do not increase this statistic.
Jumps into Pit Number of times the player has jumped into the center pit.
Launcher Launches Number of times the player has used the slime launchers in the corners of the spawn.
Golden Apples Eaten Number of golden apples the player has eaten.
Golden Heads Eaten Number of golden heads the player has eaten.
Lava Buckets Emptied Number of times the player has placed lava from a lava bucket.
Fishing Rods Launched Number of times the player has launched a bobber on a fishing rod.
Contracts Completed Number of contracts the player has completed.
Wheat Farmed Number of wheat farmed in the Castle map.
Gold from Farming Amount of gold earned from selling Packaged Bales and Yummy Bread to salesman NPCs. While this stat seems to loosely correlate to the number of items sold, no consistent information can be obtained from it.
Gold from Selling Fish Amount of gold earned from selling fish to salesman NPCs.
King's Quest Completed Number of times the player has completed the King's Quest.
Sewer Treasures Found Number of sewer treasures the player has opened.
Night Quest Completed Number of night quests the player has completed.
Fished Anything Number of items the player has fished.
Fished Fish Number of fish the player has fished.

Additionally, certain stats are impossible to see in-game and cannot be seen without usage of the Hypixel API or external websites.

🤓 FOR NERDS ONLY!
The following information on this page contains terms that may be incomprehensible to those unfamiliar with APIs.

These stats are as follows:

Name Description Example
profile.outgoing_offers The current outgoing offers the player has,created with /offer. The objects, each corresponding to one use of the /offer command, contain several keys.
  • issued_ms: Unix timestamp of when the command was sent.
  • gold: The price, in gold, the recipient will need to pay to receive the item.
  • item: Object. Contains a byte array of the object being sent.
  • pants: Unknown use; seemingly always −1, regardless whether the item is pants or not.
  • uuid: UUID of the trade. Can be used in the /inspectoffer [uuid] command to open the offer GUI without needing to click.
  • pants_count: Unknown use; seemingly always 0, regardless of how many pants are included in the offer.
  • target: UUID of the recipient.
"outgoing_offers": [
  {
    "issued_ms":1660712147501,
    "gold":50000,
    "item": {
      "type":0,
      "data": [
        31,-117,8,0,0,0,0,0,0,0,117,81,77,75, ...
      ]
    },
    "pants":-1,
    "uuid":"f987b4b0ad0f4402b8a1d85e4da66fc4",
    "pants_count":0,
    "target":"fc3f433e22354b969974d562fb58805b"
  }
]
profile.last_save The Unix timestamp of the player's most recent save of their API stats. Updates to the current time approximately every three minutes when the player is in Pit. Does not update when it has been more than three minutes since the player played Pit.
"last_save":1660269893057,
profile.king_quest Stats for the most recent King's Quest the player started. Contains four keys. kills and renown are the kills and renown the player has earned in the quest. last_completed and last_accepted are Unix timestamps of when the player most recently completed and started the quest.
"king_quest": {
  "kills":1445,
  "renown":32,
  "last_completed":1659820677356,
  "last_accepted":1659456911064
},
profile.last_passive_xp Unix timestamp of when the player last received participation XP.
"last_passive_xp":1660335371199,
profile.trade_timestamps ???
"trade_timestamps": [
],
profile.inv_enderchest Byte array of the contents of the player's ender chest.
"inv_enderchest": {
  "type":0",
  "data": [
    31,-117,8,0,0,0,0,0,0,0,-19,92,75,108, ...
  ]
},
profile.death_recaps Byte arrays of the player's four most recent death recaps. Formatting codes are included in the array.
"death_recaps": {
  "type":0",
  "data": [
    31,-117,8,0,0,0,0,0,0,0,-19,89,93,79, ...
  ]
},
profile.unlocks_[number] List of upgrades (perks, passives, and killstreaks) that the player unlocked at each prestige. Each unlock contains a "tier" (set to 0 if the upgrade has no tier), Unix timestamp, and a key. The player's first prestige is stored as unlocks, not unlocks_0.
"unlocks_4": [
  {
    "tier":0,
    "acquireDate":1583762641743,
    "key":"golden_heads"
  },
  {
    "tier":2,
    "acquireDate":1583762914045,
    "key":"xp_boost"
  }
],
profile.genesis_spawn_in_base Whether the player has selected to spawn in their faction's base.
"genesis_spawn_in_base":false,
profile.leaderboard_stats The player's statistics for the in-game Pit leaderboards. Applicable leaderboards are the following:
  • Pit_blockhead_blocks: Highest number of blocks in one Blockhead event.
  • Pit_tdm_red_kills: Highest number of kills and assists on red team members in one Team Deathmatch event.
  • Pit_tdm_blue_kills: Highest number of kills and assists on blue team members in one Team Deathmatch event.
  • Pit_kotl_time: Highest number of milliseconds spent on one King of the Ladder event.
  • Pit_kotl_gold: Highest amount of gold earned in one King of the Ladder event.
  • Pit_rage_pit_damage: Maximum damage dealt in one Rage Pit event.
  • Pit_kills_as_beast: Highest number of kills as a beast during a Beast event.
  • Pit_raffle_tickets: Highest number of raffle tickets inserted into the box during one Raffle event.
  • Pit_raffle_jackpot: Highest jackpot earned during a Raffle event.
  • Pit_auction_bid: Highest bid during an Auction event. The player does not need to win the item for this statistic to be counted.
  • Pit_cake_eaten: Highest amount of cake eaten during a Giant Cake event. Cake parts count as 1, and eating the last slice of the cake, Chocolate Chip, or a Cherry counts as 5.
profile.leaderboard_stats does not contain information about leaderboards from Spire, Squads, Dragon Egg, 2x Rewards, KOTH, Pizza, or Robbery.
"leaderboard_stats": {
  "Pit_raffle_jackpot_2021_fall":11232,
  "Pit_raffle_jackpot_2022_summer":19440,
  "Pit_kotl_time_2019_winter":22000,
  "Pit_auction_bid_2022_spring":200000,
  "Pit_tdm_blue_kills_2021_fall":241,
  "Pit_blockhead_blocks_2022_summer":2054,
  "Pit_tdm_blue_kills_2022_summer":231,
},
profile.selected_perk_[number] The player's selected perks. Indexing starts at 0.
"selected_perk_2":"dirty",
profile.contract The player's currently in-progress contract. The object contains several keys:
  • difficulty: either EASY or HARD, representing a Novice or Big Time contract respectively.
  • gold_reward: Amount of gold the player earned from completing the contract.
  • requirements: Object. Contains a key representing the objective the player needs to complete for the contract.
  • progress: Object. Contains a key representing the progress the player has already made in the contract.
  • chunk_of_viles_reward: The number of Chunks of Vile the player will receive if they complete the contract.
  • completion_date: Always zero.
  • remaining_ticks: How many ticks are left in the contract's 5-minute timer. One tick is equal to 0.05 seconds.
  • key: Description of the contract's objective.
"contract": {
  "difficulty":"EASY",
  "gold_reward":600,
  "requirements": {
    "ingots":10
  },
  "progress": {
    "ingots":2
  },
  "chunk_of_viles_reward":0,
  "completion_date":0,
  "remaining_ticks":1560,
  "key":"collect_ingots"
},
profile.last_contract Unix timestamp of the player's last completed contract.
"last_contract":1660027463833,
profile.gold_transactions The player's most recently completed trades. Trades are stored as arrays, with amount being the gold amount of the trade and timestamp being the Unix timestamp of the trade's completion.
"gold_transactions": [
  {
    "amount":0,
    "timestamp":1660168818653
  }
],
profile.cash_during_prestige_[number] The amount of gold the player obtained during a prestige.
"cash_during_prestige_7":1210325.8938003636,
profile.genesis_allegiance The player's most recently-chosen faction on the Genesis map.
"genesis_allegiance":"ANGEL",
profile.inv_contents The player's inventory contents. Stored as a byte array.
"inv_contents": {
  "type":0,
  "data": [
    31,-117,8,0,0,0,0,0,0,0,-107,-111,-65,-78, ...
  ]
}
profile.items_last_buy Unix timestamps of when the player last purchased each item in the item shop.
"items_last_buy": {
  "obsidian":1659195724854,
  "combat_spade":1660156490858,
  "new_golden_pickaxe":1659735669850,
},
profile.genesis_points Faction points earned on the most recent iteration of the Genesis map.
"genesis_points":7311,
profile.prestiges Array of prestiges. Each object contains three keys; index is the prestige number, xp_on_prestige is the player's XP immediately before they prestiged, and timestamp is a Unix timestamp.
"prestiges": [
  {
    "index":1,
    "xp_on_prestige":65950,
    "timestamp":1580498828496
  },
  {
    "index":2,
    "xp_on_prestige":138510,
    "timestamp":1581622341538
  }
],
profile.spire_stash_inv Byte array of the player's Spire stash inventory, containing the player's items that will be given back to them once the Spire event concludes.
"spire_stash_inv": {
  "type":0,
  "data": [
    31,-117,8,0,0,0,0,0,0,0,-29,98,96,-32, ...
  ]
}
profile.spire_stash_armor Byte array of the player's Spire stash armor, containing the armor that will be given back to them once the Spire event concludes.
"spire_stash_armor": {
  "type":0,
  "data": [
    31,-117,8,0,0,0,0,0,0,0,-29,98,96,-32, ...
  ]
}
profile.cheap_milk ???
"cheap_milk":false,
profile.zero_point_three_gold_transfer Whether the player has logged in at least once after March 19th, 2018, the date of The Pit 0.3's release.
"zero_point_three_gold_transfer":true,
profile.renown_unlocks Contains several objects, each corresponding to a renown unlock. Each one has a tier (0 for upgradeless unlocks), an acquireDate – a Unix timestamp of the unlock, and a key – the name of the unlock.
"renown_unlocks": [
  {
    "tier":0,
    "acquireDate":1520443821179,
    "key":"tenacity"
  },
  {
    "tier":0,
    "acquireDate":1530839182606,
    "key":"mysticism"
  },
  {
    "tier":1,
    "acquireDate":1530839194727,
    "key":"mysticism"
  },
  {
    "tier":0,
    "acquireDate":1548694066717,
    "key":"unlock_perk_dirty"
  }
],
profile.last_midfight_disconnect Unix timestamp of the last time the player disconnected while in combat.
"last_midfight_disconnect":1660338422410,
profile.inv_armor Byte array of the player's armor.
"inv_armor": {
  "type":0,
  "data": [
    31,-117,8,0,0,0,0,0,0,0,-29,98,96,-32, ...
  ]
}
profile.item_stash Byte array of the player's item stash.
"item_stash": {
  "type":0,
  "data": [
    31,-117,8,0,0,0,0,0,0,0,-29,98,96,-32, ...
  ]
}
profile.genesis_allegiance_time Unix timestamp of when the player last selected a faction to join.
"genesis_allegiance_time":1657603385208,
profile.login_messages ???
"login_messages": [ 
],
profile.hotbar_favorites Array of Minecraft Item IDs corresponding to inventory slots. Slots represent the locations items respawn in when the player dies.
"hotbar_favorites": [
  276,261,383,261,0,0,0,0,49
]
profile.ended_contracts Array of recently-completed contracts. Each object contains several keys:
  • difficulty: either EASY or HARD, representing a Novice or Big Time contract respectively.
  • gold_reward: Amount of gold the player earned from completing the contract.
  • requirements: Object. Contains a key representing the objective the player completed for the contract.
  • progress: Object. Either empty or matches the requirements object.
  • chunk_of_viles_reward: The number of Chunks of Vile the player received from completing the contract.
  • completion_date: The Unix timestamp of when the player completed the contract.
  • remaining_ticks: How many ticks were left in the contract's 5-minute timer when it was completed. One tick is equal to 0.05 seconds.
  • key: Description of the contract's objective.
"ended_contracts": [
  {
    "difficulty":"HARD",
    "gold_reward":2200,
    "requirements": {
      "shots":100
    },
    "progress": {
      "shots":100
    },
    "chunk_of_viles_reward":2,
    "completion_date":1659028048305,
    "remaining_ticks":4360,
    "key":"land_arrow_shots"
  }
]
profile.bounties List of bounty bumps (array of objects). amount is the gold amount of the bounty bump and timestamp is the Unix timestamp of when the player received the bounty. remainingTicks is never used (either set to the integer limit or 365 days and does not decrease).
"bounties": [
  {
    "amount":100,
    "remainingTicks":9223372036854775807,
    "timestamp":1654985283520
  },
  {
    "amount":100,
    "remainingTicks":9223372036854775807,
    "timestamp":1654993623724
  }
],
profile.chat_option_[value] The player's /pitchat settings. [value] can be one of several items:
  • kill_feed
  • prestige_announcements
  • minor_events
  • streaks
  • player_chat
  • bounties
  • misc
"chat_option_bounties":true,
profile.genesis_weekly_perks_[value] Unix timestamps of when the player last claimed various faction items and perks. value can be one of several keys:
  • claim_item_angel: Angel tier VI
  • perma_xp: Angel tier VII
  • claim_item_demon: Demon tier VI
  • perma_gold: Demon tier VII
"genesis_weekly_perks_perma_gold":1658010704820,
profile.night_quests_enabled Whether the player chooses to receive Night Quests. Boolean.
"night_quests_enabled":false,
profile.selected_leaderboard The leaderboard that displays for the player in spawn.
"selected_leaderboard":"top_xp",
profile.genesis_perma_angel
profile.genesis_perma_demon
The number of times the player has claimed the Tier VII reward of the respective faction.
"genesis_perma_angel":1,
profile.selected_killstreak_[number] The player's selected killstreaks. Indexing starts at 1. selected_killstreak_0 is the player's selected megastreak. Returns null if the megastreak is Overdrive.
"selected_killstreak_3":"khanate",
profile.supporter_star_enabled Whether the player is choosing to display their Pit Supporter star.
"supporter_star_enabled":true,
profile.disable_spawn_items Whether the player chose to disable the default sword and bow from their inventory when they spawn.
"disable_spawn_items":true,
profile.shops_throttle Object containing several objects. The buyer_Hay, buyer_Bread, and buyer_Fish objects all have the key lastEpochDay, which is the latest date the player sold items to that NPC. Date is stored as a number signifying the number of days since January 1st, 1970. count is the number of items that were sold on that date.
The purpose of the Hay, Bread, and Fish objects is currently unknown.
"shops_throttle": {
  "Hay": {
    "lastEpochDay":19211,
    "count":0
  },
  "buyer_Fish": {
    "lastEpochDay":19137,
    "count":1
  },
  "Fish": {
    "lastEpochDay":19137,
    "count":0
  },
  "buyer_Hay": {
    "lastEpochDay":19211,
    "count":25
  }
},
profile.autobuy_items Array of items that the player has Autobuy enabled on.
"autobuy_items": [
  "combat_spade",
  "diamond_chestplate",
  "diamond_boots",
],
profile.contract_choices List of the three contracts the player can select. Returns null if the player has no contracts to select. Each object contains several keys:
  • difficulty: either EASY or HARD, representing a Novice or Big Time contract respectively.
  • gold_reward: Amount of gold the player will earn from completing this contract.
  • requirements: Object. Contains a key representing the objective the player needs to complete to complete this contract.
  • progress: Object. Value inside of it is always zero.
  • chunk_of_viles_reward: The number of Chunks of Vile the player will receive from completing this contract.
  • completion_date: Always zero.
  • remaining_ticks: Number of ticks left in the contract. Always 6,000 (5 minutes).
  • key: Description of the contract's objective.
"contract_choices": [
  {
    "difficulty":"HARD",
    "gold_reward":2400,
    "requirements": {
      "kills":4
    },
    "progress": {
      "kills":0
    },
    "chunk_of_viles_reward":0,
    "completion_date":0,
    "remaining_ticks":6000,
    "key":"kills_no_armor"
  },
  {
    "difficulty":"HARD",
    "gold_reward":2000,
    "requirements": {
      "kills":10
    },
    "progress": {
      "kills":0
    },
    "chunk_of_viles_reward":1,
    "completion_date":0,
    "remaining_ticks":6000,
    "key":"shoot_then_talk"
  },
  {
    "difficulty":"HARD",
    "gold_reward":2200,
    "requirements": { 
      "kills":10
    },
    "progress": {
      "kills":0
    },
    "chunk_of_viles_reward":0,
    "completion_date":0,
    "remaining_ticks":6000,
    "key":"kills_no_perk"
  }
],
profile.mystic_well_item Object with two keys. type is always 0. data is a byte array of the item that the player has in their Mystic Well.
"mystic_well_item": {
  "type":0,
  "data": [
    31,-117,8,0,0,0,0,0,0,0,77,81,75,78 ...
  ]
}
profile.selected_megastreak_except_uber The player's selected megastreak. If they have Uberstreak selected, this key returns the player's previously-selected megastreak instead.
"selected_megastreak_except_uber":"grand_finale",
profile.recent_uberstreaks Unix timestamps of the player's recent Uberstreak completions.
"recent_uberstreaks": [
  1638660771872,
  1638661785710,
  1652008336044,
  1652009634649,
  1652009844318
],
profile.hat_glint_enabled Whether the player's Fancy Hat has an enchanted glint from Pit Supporter.
"hat_glint_enabled":false,
profile.apollo_enabled Whether the player has the renown perk Apollo enabled. Boolean.
"apollo_enabled":true,
profile.event_contest_claims Array of events the player helped create in The Pit 0.4. Events only appear if the player clicked the "Collect reward" button in the Prestige NPC before The Pit 1.0.0.
"event_contest_claims": [
  "robbery"
],
profile.drop_confirm_disabled The stats that the player has the /dropconfirm command in; true for the drop confirm being disabled, and false for the drop confirm being enabled.
"drop_confirm_disabled":false,
profile.zero_point_two_xp The amount of XP the player earned before The Pit 0.2. Only displays if the player earned more than 65,950 XP before the update.
"zero_point_two_xp":75875
profile.hat_enabled Whether the player has the Fancy Hat renown upgrade enabled.
"hat_enabled":true,
profile.impatient_enabled Whether the player has the Impatient renown upgrade enabled.
"impatient_enabled":true,
profile.selected_launch_trail The player's selected launch trail from the renown shop.
"selected_launch_trail":"superb",
profile.refunded_golden_pickaxe Whether the player refunded 10 renown from the Golden Pickaxe being removed from the renown shop in The Pit 1.0.5. Boolean.
"refunded_golden_pickaxe":true,
profile.mystic_well_pants Byte array of the item in the "sacrifice" slot of the Mystic Well.
"mystic_well_pants": {
  "type":0,
  "data": [
    31,-117,8,0,0,0,0,0,0,0,61,-111,-51,78, ...
  ]
}
profile.reconessence_day The Unix time of the player's last use of a Mark of Recon Essence.
"reconessence_day":1657360250159,
profile.last_lycanthropy The Unix time of when the player last wore Dark Pants with the Lycanthropy enchantment.
"last_lycanthropy":1645744002412,
profile.uber_paid_up ???
"uber_paid_up":1659324617298,
profile.gold_stack_streak_[number] The number of times the player gained a gold buff from the Gold Stack killstreak during that prestige.
"gold_stack_streak_40":46,
profile.xp_stack_streak_[number] The number of times the player gained an XP buff from the XP Stack killstreak during that prestige.
"xp_stack_streak_30":155,
profile.uberdrop_mystic_stacks The number of times the player has claimed the +1% Mystic Drop Chance Uberdrop from an Uberstreak.
"uberdrop_mystic_stacks":5,
profile.raw_numbers_enabled Whether the player has the renown upgrade Raw Numbers enabled. Boolean.
"raw_numbers_enabled":true,
profile.contract_offers Deprecated. Used by admins to test the contracts feature.
"contract_offers": {
    "contracts": [
      {
        "meta": {
          "kills":1,
          "reward":1250
        },
        "key":"diamond_sword_kill"
      },
      {
        "meta": {
          "kills":20,
          "reward":1250
        },
        "key":"kill_players"
      },
      {
        "meta": {
          "reward":500
        },
        "key":"kill_player_with_bow"
      }
    ],
    "timestamp":1521192100119
  },
packages An array of the player's purchased Pit packages. Currently, this only contains Pit Supporter.
"packages": [
  "supporter"
]
restored_inv_backup_1 The Unix timestamp of when the player's inventory was rolled back due to a bug in May 2019.
"restored_inv_backup_1":1557829680516
stats_move_1 ???
"stats_move_1":1630383951685
profile.xp Corresponds to XP in the Stats NPC.
"xp":174,
pit_stats_ptl.assists Corresponds to Assists in the Stats NPC.
"assists":8,
pit_stats_ptl.cash_earned Corresponds to Gold Earned in the Stats NPC.
"cash_earned":150,
pit_stats_ptl.damage_dealt Corresponds to Damage Dealt in the Stats NPC.
"damage_dealt":213,
pit_stats_ptl.damage_received Corresponds to Damaged Received in the Stats NPC.
"damage_received":604,
pit_stats_ptl.deaths Corresponds to Deaths in the Stats NPC.
"deaths":27,
pit_stats_ptl.gapple_eaten Corresponds to Golden Apples Eaten in the Stats NPC.
"gapple_eaten":2,
pit_stats_ptl.joins Number of times the player joined The Pit or swapped lobbies.
"joins":2,
pit_stats_ptl.jumped_into_pit Corresponds with Jumps into Pit in the Stats NPC.
"jumped_into_pit":1,
pit_stats_ptl.kills Corresponds with Kills in the Stats NPC.
"kills":3,
pit_stats_ptl.left_clicks Corresponds with Left Clicks in the Stats NPC.
"left_clicks":1098,
pit_stats_ptl.max_streak Corresponds with Highest Streak in the Stats NPC.
"max_streak":1,
pit_stats_ptl.melee_damage_dealt Corresponds with Melee Damage Dealt in the Stats NPC.
"melee_damage_dealt":178,
pit_stats_ptl.melee_damage_received Corresponds with Melee Damage Received in the Stats NPC.
"melee_damage_received":559,
pit_stats_ptl.playtime_minutes Number of minutes played. Corresponds with Hours Played in the Stats NPC.
"playtime_minutes":15,
pit_stats_ptl.sword_hits Corresponds with Sword Hits in the Stats NPC.
"sword_hits":51,
pit_stats_ptl.arrow_hits Corresponds with Arrow Hits in the Stats NPC.
"arrow_hits":9,
pit_stats_ptl.arrows_fired Corresponds with Arrows Shot in the Stats NPC.
"arrows_fired":39,
pit_stats_ptl.bow_damage_dealt Corresponds with Bow Damage Dealt in the Stats NPC.
"bow_damage_dealt":35,
pit_stats_ptl.bow_damage_received Corresponds with Bow Damage Received in the Stats NPC.
"bow_damage_received":43,
pit_stats_ptl.ghead_eaten Corresponds with Golden Heads Eaten in the Stats NPC.
"ghead_eaten":1000,
pit_stats_ptl.launched_by_launchers Corresponds with Launcher Launches in the Stats NPC.
"launched_by_launchers":27,
pit_stats_ptl.contracts_completed Corresponds with Contracts Completed in the Stats NPC.
"contracts_completed":319,
pit_stats_ptl.contracts_started The number of contracts the player has started.
"contracts_started":977,
pit_stats_ptl.fishing_rod_launched Corresponds with Fishing Rods Launched in the Stats NPC.
"fishing_rod_launched":163,
pit_stats_ptl.chat_messages Corresponds with Chat Messages in the Stats NPC.
"chat_messages":5173,
pit_stats_ptl.diamond_items_purchased Corresponds with Diamond Items Purchased in the Stats NPC.
"diamond_items_purchased":1663,
pit_stats_ptl.enderchest_opened The number of times the player has opened their Ender Chest.
"enderchest_opened":1806,
pit_stats_ptl.fished_anything Corresponds with Fished Anything in the Stats NPC.
"fished_anything":122,
pit_stats_ptl.wheat_farmed Corresponds with Wheat Farmed in the Stats NPC.
"wheat_farmed":390,
pit_stats_ptl.sewer_treasures_found Corresponds with Sewer Treasures Found in the Stats NPC.
"sewer_treasures_found":30,
pit_stats_ptl.blocks_placed Corresponds with Blocks Placed in the Stats NPC.
"blocks_placed":28956,
pit_stats_ptl.blocks_broken Corresponds with Blocks Broken in the Stats NPC.
"blocks_broken":102,
pit_stats_ptl.king_quest_completion Corresponds with King's Quest Completed in the Stats NPC.
"king_quest_completion":8,
pit_stats_ptl.lava_bucket_emptied Corresponds with Lava Buckets Emptied in the Stats NPC.
"lava_bucket_emptied":107,
pit_stats_ptl.ingots_cash Gold earned from picking up ingots.
"ingots_cash":35674
pit_stats_ptl.ingots_picked_up Total number of gold ingots picked up.
"ingots_picked_up":7884,
pit_stats_ptl.vampire_healed_hp Total amount of HP healed with the Vampire perk.
"vampire_healed_hp":1195416,
pit_stats_ptl.rage_potatoes_eaten Total number of Rage Potatoes eaten from the Rage Pit event.
"rage_potatoes_eaten":101,
pit_stats_ptl.enchanted_tier1 Number of mystic items enchanted to tier I.
"enchanted_tier1":20,
pit_stats_ptl.enchanted_tier2 Number of mystic items enchanted to tier II.
"enchanted_tier2":2,
pit_stats_ptl.enchanted_tier3 Number of mystic items enchanted to tier III.
"enchanted_tier3":1621,
pit_stats_ptl.soups_drank Number of soups drank.
"soups_drank":4,
pit_stats_ptl.night_quests_completed Corresponds with Night Quest Completed in the Stats NPC.
"night_quests_completed":379,
pit_stats_ptl.obsidian_broken Amount of Obsidian broken. Blocks broken with the Golden Pickaxe do not increase this statistic.
"obsidian_broken":102,
pit_stats_ptl.lucky_diamond_pieces Number of diamond armor pieces obtained from the Lucky Diamond perk.
"lucky_diamond_pieces":5,
pit_stats_ptl.endless_quiver_arrows Number of arrows earned from the Spammer perk.
"endless_quiver_arrows":2460,
pit_stats_ptl.extra_from_trickle_down Amount of gold earned from the Trickle Down perk.
"extra_from_trickle_down":19510,
pit_stats_ptl.bounties_of_500g_with_bh Number of bounties worth 500g or greater claimed with the Bounty Hunter perk.
"bounties_of_500g_with_bh":6,
pit_stats_ptl.fishes_fished Corresponds with Fished Fish in the Stats NPC.
"fishes_fished":14,
pit_stats_ptl.rambo_kills ???
"rambo_kills":29,
pit_stats_ptl.launched_by_angel_spawn Number of launcher launches from the Angel faction spawn.
"launched_by_angel_spawn":14,
pit_stats_ptl.launched_by_demon_spawn Number of launcher launches from the Demon faction spawn.
"launched_by_demon_spawn":18,
pit_stats_ptl.rage_pants_crafted Number of Rage Pants created.
"rage_pants_crafted":136,
pit_stats_ptl.gold_from_farming Corresponds with Gold from Farming in the Stats NPC.
"gold_from_farming":2,
pit_stats_ptl.dark_pants_crated [sic] Number of Dark Pants created.
"dark_pants_crated":22,
pit_stats_ptl.dark_pants_t2 Number of Dark Pants upgraded to tier II.
"dark_pants_t2":613,
pit_stats_ptl.hidden_jewel_triggers Number of items enchanted with Hidden Jewel recycled into pants and swords.
"hidden_jewel_triggers":31,
pit_stats_ptl.gold_from_selling_fish Corresponds with Gold from Selling Fish in the Stats NPC.
"gold_from_selling_fish":1,