# Helpers

### Arquivo: [paper-world configuration](https://docs.papermc.io/paper/reference/world-configuration)

#### **nether-ceiling-void-damage-height**

`Bom valor inicial: 127`

Se esta opção for maior que <mark style="color:yellow;">`0`</mark>, os jogadores acima do nível definido y serão danificados como se estivessem no vazio. Isso impedirá que os jogadores usem o teto do nether. Vanilla nether tem 128 blocos de altura, então você provavelmente deve configurá-lo para <mark style="color:yellow;">`127`</mark>. Se você modificar a altura do nether de alguma forma, você deve definir isso como <mark style="color:yellow;">`[sua_altura_do_nether] - 1`</mark>.


---

# 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://docs.minersrefuge.com.br/rodando-um-servidor/guia-de-otimizacao/helpers.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.
