Added tnt games stats

This commit is contained in:
2025-09-06 20:46:00 +02:00
parent 45b2ae1763
commit 24e07e092a
9 changed files with 288 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ import {
murderMysteryStatsSchema,
pitStats,
skywarsStatsSchema,
tntGamesStatsSchema,
uhcSchema
} from "./stats"
@@ -28,7 +29,8 @@ export const playerSchema = z.looseObject({
MurderMystery: murderMysteryStatsSchema.optional(),
BuildBattle: buildBattleStatsSchema.optional(),
UHC: uhcSchema.optional(),
Pit: pitStats.optional()
Pit: pitStats.optional(),
TNTGames: tntGamesStatsSchema.optional()
}).optional(),
quests: z.record(
z.string(),