> 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/temporary-lb-change.md).

# temporaryLbChange

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

Temporary leaderboard position change (climb or drop).

```ts
{
  botId: 'zumo';
  mode: string;              // e.g. 'DUELS'
  category: 'temporaryLeaderboard';
  timestamp: number;
  uuid: string;
  path: string;
  prefix: string;
  title: string;
  oldPos: number;
  newPos: number;            // newPos > oldPos means drop
}
```
