> For the complete documentation index, see [llms.txt](https://twwom-2.gitbook.io/twwom-2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://twwom-2.gitbook.io/twwom-2/informacion-general/quickstart.md).

# Reglas del Juego

{% hint style="danger" %}
Las reglas están sujetas a cambios en cualquier momento sin previo aviso, por lo que recomendamos que las consulte periódicamente.
{% endhint %}

### Jugadores

* Se prohíbe insultar, molestar, utilizar un lenguaje abusivo, enviar información de otros servidores, realizar spam y/o enviar datos privados de otros magos a través del chat.

{% hint style="warning" %}
Sanción: Depende del criterio del Prefecto que la aplique.
{% endhint %}

* Se prohíbe tener mas de una cuenta por persona. (En caso de ser familiar se deberá notificar por ticket en Discord).&#x20;

{% hint style="warning" %}
Sanción: Suspensión permanente en todas las cuentas menos en una. Esta última será suspendida durante dos días.
{% endhint %}

* Se prohíbe la cración de pequeños corrales plagados de animales sin libertad de movimiento.

{% hint style="warning" %}
Sanción: Depende del criterio del prefecto que la aplique. Además, la mayoría de los animales serán removidos.
{% endhint %}

* Se prohíbe la creación de sistemas de redstone que se enciendan y apagan constantemente de forma automática.

{% hint style="warning" %}
Sanción: Suspensión de 15 horas.
{% endhint %}

* Se prohíbe cualquier construcción o destrucción realizada fuera de una zona protegida que arruine el paisaje.

{% hint style="warning" %}
Sanción: Suspensión durante el tiempo que el Prefecto que aplique la ley crea conveniente, dependiendo del daño realizado al paisaje (máximo: 3 días).
{% endhint %}

* Se prohibe spamear y/o abusar de hechizos en beneficio para uno mismo o perjudicara otro jugador.

{% hint style="warning" %}
Sanción: Suspensión durante el tiempo que el Prefecto que aplique la ley crea conveniente. (máximo: indefinido).
{% endhint %}

* Se prohibe aprovecharse de cualquier tipo de bugs (si encuentras alguno, por favor repórtalo a un Prefecto o por ticket en nuestro Discord).

{% hint style="warning" %}
Sanción: Suspensión durante el tiempo que el Prefecto que aplique la ley crea conveniente, dependiendo del tipo de bug aprovechado (máximo: indefinido).
{% endhint %}

* Se prohíbe solicitar y hostigar a otros jugadores o staff para la compra de productos o servicios en el servidor.

{% hint style="warning" %}
Sanción: Advertencia del Prefecto. De continuar con la situación el mago será baneada.
{% endhint %}

{% hint style="info" %}
Si usted ve o es victima de alguna de estas normas que se incumple no dude que comunicarse con algun staff o bien hacerlo por ticket en Discord con alguna prueba.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://twwom-2.gitbook.io/twwom-2/informacion-general/quickstart.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
