> For the complete documentation index, see [llms.txt](https://docs.xstar.es/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xstar.es/~/changes/uBe71h6ojBAlpyfPvEEo/juegos/minecraft-hosting/como-incluir-en-la-lista-de-permitidos-un-servidor-de-minecraft-bedrock.md).

# Cómo incluir en la lista de permitidos un servidor de Minecraft Bedrock

## **Resumen**

La inclusión en la lista de permitidos (o lista blanca en versiones anteriores) de los jugadores en un servidor de [Minecraft Bedrock](https://xstar.es/Minecraft) ayuda a garantizar que solo los jugadores de confianza y aprobados puedan unirse al servidor, lo que puede ayudar a evitar el duelo, la piratería y otros comportamientos no deseados. Al limitar el acceso al servidor, también puede administrar mejor los recursos del servidor y evitar sobrecargarlo con demasiados jugadores. La inclusión en la lista de permitidos también puede ayudar a fomentar una comunidad más positiva y unida al alentar a los jugadores a establecer conexiones y trabajar juntos.

{% hint style="info" %}
El **gamertag de Xbox Live** es necesario para agregar un jugador a la lista de permitidos.
{% endhint %}

{% hint style="info" %}
A partir de la actualización 1.19 de Minecraft Bedrock, la lista blanca ha cambiado a la lista de permitidos.
{% endhint %}

## **Cómo incluir en la lista de permitidos un servidor**

**1.** Inicie sesión en el [panel de juegos de XSTAR](https://panel.xstar.es/).

**2. Detenga** el servidor.

**3. Vaya** a la pestaña Archivos.

**4. Abra** <mark style="color:yellow;">`server.properties`</mark> para editarlo.

**6.** Elija el botón **Guardar contenido** en la parte inferior derecha.

**7. Inicie** el servidor.

## **Cómo incluir jugadores en la lista de permitidos en un servidor de Minecraft Bedrock (comandos)**

**1.** Inicie sesión en el [panel de juegos de Xstar](https://panel.xstar.es/) o siga los pasos en el juego.

**número arábigo.** Ejecute el siguiente comando para agregar jugadores a la lista de **permitidos**:

<mark style="color:yellow;">`/allowlist add [XboxLiveGamerTag]`</mark>

**3.** Ejecute el siguiente comando para eliminar jugadores de la lista de **permitidos**:

<mark style="color:yellow;">`/allowlist remove [XboxLiveGamerTag]`</mark>

## **Cómo incluir jugadores en la lista de permitidos en un servidor Bedrock (allowlist.json)**

**1.** Inicie sesión en el [panel de juegos de Xstar](https://panel.xstar.es/) o siga los pasos en el juego.

**2. Detenga** el servidor.

**3.** **Vaya** a la pestaña Archivos.

**4. Abra** <mark style="color:yellow;">`allowlist.json`</mark> para editar.

**5.** **Ingresa** <mark style="color:yellow;">`{"ignoresPlayerLimit":false,"name":"[XboxLiveGamerTag]"}`</mark> entre corchetes. Separa cada jugador con una coma.

**6.** Elija el botón **Guardar contenido** en la parte inferior derecha.

**7.** **Inicie** el servidor.


---

# 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://docs.xstar.es/~/changes/uBe71h6ojBAlpyfPvEEo/juegos/minecraft-hosting/como-incluir-en-la-lista-de-permitidos-un-servidor-de-minecraft-bedrock.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.
