Added shards and opals

This commit is contained in:
2025-08-29 13:40:58 +02:00
parent 06adea0098
commit bcff435bc6
6 changed files with 151 additions and 4 deletions

View File

@@ -12,6 +12,7 @@ export const playerSchema = z.looseObject({
networkExp: z.number().default(0),
karma: z.number().default(0),
achievementPoints: z.number().default(0),
achievements: z.record(z.string(), z.number()).optional(),
stats: z.looseObject({
Bedwars: bedwarsStatsSchema.optional(),
SkyWars: skywarsStatsSchema.optional()