# Game freeze

Game freeze is used to freeze players who are waiting for the end and celebrating the end of the game. After this game state, all players will be teleported back to their last saved location and their inventory data will also be restored.

## Features

* Timer counter in seconds how long game freeze should last
* Option to freeze players (no movement possible)\* temporarily except the winner player
* Option to switch players [game mode](https://minecraft.wiki/w/Game_mode) to spectator

{% hint style="info" %}
\*In terms of freezing, players cannot move from one point to another at all, neither teleporting nor using manual control.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mdswork.gitbook.io/ragemode-docs/global-game-guides/game-freeze.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
