# How NetherTickets Works

#### Basic Flow

1. Player obtains a Nether Ticket.
2. Player right-clicks the ticket.
3. The ticket is consumed.
4. Nether time is added to the player's account.
5. Player can enter the Nether while time remains.
6. Time decreases only while the player is inside the Nether.
7. When time reaches zero, the player is teleported to the fallback world.

This system is ideal for:

* Survival servers
* Economy servers
* Progression based gameplay
* Resource balancing


---

# 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://haxemstudio.gitbook.io/wiki/plugins/nethertickets/how-nethertickets-works.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.
