# Death Book

## Description

When respawning, the player gets given a book with the coordinates of where they died.

## Options

| Name    | Description                    | Type        | Default                                                                                                                                                                                                 |
| ------- | ------------------------------ | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| enabled | Whether this tweak is enabled. | boolean     | false                                                                                                                                                                                                   |
| author  | The author of the book.        | string      | \<red>Death                                                                                                                                                                                             |
| title   | The title of the book.         | string      | \<red>Death Book                                                                                                                                                                                        |
| content | The content of the book.       | string list | <p>\<red>\<bold>Death Coordinates<br><br>\<red>\<italic>RIP, you died at:<br><br>\<black>X: \<red>\<x><br>\<black>Y: \<red>\<y><br>\<black>X: \<red>\<z><br><br>\<red>Good luck finding your stuff!</p> |


---

# 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://moretweaks.tarna.dev/tweaks/death-book.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.
