> For the complete documentation index, see [llms.txt](https://lumeservers.gitbook.io/lumeservers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lumeservers.gitbook.io/lumeservers/juegos/minecraft/bedrock/como-anadir-addons-a-tu-servidor-de-bedrock.md).

# Cómo añadir addons a tu servidor de Bedrock

1. El primer paso es asegurarse de tener un mundo creado en el servidor. La manera más sencilla de generar uno es encendendiendo el servidor y luego apagarlo.&#x20;
2. Bien, ahora que está creado, debemos crear un mundo en local en nuestro Minecraft, teniendo en cuenta algunos aspectos:
   1. Activar las opciones experimentales
   2. Poner los addons en el mundo antes de crearlo
3. Apagamos el servidor si aún no lo estaba y entramos a los archivos de nuestro servidor en el Panel de Control, específicamente a la carpeta del mundo generado en el paso 1. Ahí debemos crear dos carpetas: **resource\_packs** y **behavior\_packs**.
4. Subimos los archivos que nombraremos a continuación del mundo local a la carpeta del mundo del servidor:
   1. Si el mundo generado en el servidor no tiene las opciones experimentales activadas, sube estos archivos:
      1. level.dat
      2. level.dat\_old
      3. levelname.text
      4. world\_behavior\_pack\_history.json
      5. world\_behavior\_packs.json
      6. world\_resource\_pack\_history.json
      7. world\_resource\_packs
   2. Si el mundo del servidor ya tiene las opciones experimentales activadas, sube estos archivos
      1. world\_behavior\_pack\_history.json
      2. world\_behavior\_packs.json
      3. world\_resource\_pack\_history.json
      4. world\_resource\_packs&#x20;
5. Subimos los addons del mundo local a la carpeta **behavior\_packs** del mundo del servidor, y los packs de texturas del mundo local a la carpeta **resource\_packs** del mundo del servidor.
6. Encender el servidor. ¡Todo listo!


---

# 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:

```
GET https://lumeservers.gitbook.io/lumeservers/juegos/minecraft/bedrock/como-anadir-addons-a-tu-servidor-de-bedrock.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.
