> For the complete documentation index, see [llms.txt](https://mc-empire.gitbook.io/wiki-it/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mc-empire.gitbook.io/wiki-it/faq/codici-errore.md).

# Codici errore

## AB

`AB-BLACKLIST`\
\&#xNAN;*Se stai visualizzando questo errore, probabilmente sei stato blacklistato,  prova a consultare l'assistenza per ricevere maggiori informazioni*\
\
`AB-SUSPENDED`\
\&#xNAN;*Se stai visualizzando questo errore, probabilmente sei sospeso dai nostri servizi,  prova a consultare l'assistenza per ricevere maggiori informazioni*

## AUTH (unavailable)

`AUTH-LOGIN`\
\&#xNAN;*Il tuo account non ha effettuato il login* \
\
`AUTH-PASSWD`\
\&#xNAN;*La password del tuo account non è corretta*

## NET

`NET-THROTTLED`\
\&#xNAN;*Stai entrando troppo in fretta, assicurati che tu aspetti qualche secondo prima di provare a rientrare*\
\
`NET-TIMEDOUT`\
\&#xNAN;*Probabilmente la tua connessione in comunicazione col server ha smesso di comunicare o è stata chiusa, inoltre il server potrebbe essere offline. In casi più specifici assicurati di fare uno speedtest e controllare se la tua connessione sia abbastanza veloce per poter giocare, in caso contrario prova a configurare bene internet*\
\
`NET-VERSION`\
\&#xNAN;*Il tuo minecraft client sta cercando di comunicare col server con una versione di gioco molto vecchia o non configurata, prova ad inserire la giusta versione per poter giocare*

## CONF

`CONF-PERMS`\
\&#xNAN;*Non hai i permessi adeguati per svolgere un determinato comando da te cercato*

## PACK (unavailable)

\
`PACK-KICK`\
La resourcepack offerta dal nostro server non è stata accettata da te quindi sei stato kickato\
\
`PACK-SKIP`\
\&#xNAN;*Nel caso tu dovessi trovare errori di scrittura in server a causa della resourcepack, è molto probabile che tu abbia rifiutato la nostra texturepack e quindi non riuscirai a vedere correttamente le figure su schermo*<br>

## RTP

\
`RTP-BIOME`\
\&#xNAN;*Durante il comando rtp non sono stati trovati i chunks includendo i biomi specificati quindi il tuo teletrasporto potrebbe essere annullato*\
\
`RTP-SPOT`\
\&#xNAN;*Vuol dire che il luogo in cui stai per essere teletrasportato non è sicuro, automaticamente sei stato protetto da eventuali disgrazie, ritenta il comando*\
\
`RTP-PERMS`\
\&#xNAN;*Non hai i permessi adeguti a svolgere il teletrasporto con il ruolo che possiedi*\ <br>


---

# 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://mc-empire.gitbook.io/wiki-it/faq/codici-errore.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.
