> For the complete documentation index, see [llms.txt](https://zumo.fusion.ac/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zumo.fusion.ac/api-reference/zumo-published-events/bw-stats-changes.md).

# bwStatsChanges

Published by Zumo (`botId: "zumo"`). Category: `bedwars`.

Bedwars statistics changed.

```ts
{
  botId: 'zumo';
  category: 'bedwars';
  timestamp: number;
  player: string;
  prefix: string;
  oldTimestamp: number;
  newTimestamp: number;
  changes: { type: string; mode: string; old: number; new: number }[];
}
```
