Added shards and opals
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user