# Nexo Configuration

#### 📦 Pack Configuration (Nexo)

For **Nexo**, the main configuration is handled at the **Pack level**.

:package: How to use (for Nexo servers) Include the Nexo/items folder inside your pack.zip:

```
pack.zip
  ├── assets/...              ← normal resource pack
  ├── Nexo/items/*(all)        ← item configs from your server
  └── pack.mcmeta
```

Copy the Nexo/items/ folder from your server (plugins/Nexo/items/) and place it inside the zip before converting. <br>

* Only works with Nexo servers using the item\_model component
* If you're still using CustomModelData, V1 continues to work as normal

The default Pack configuration is:

```yml
Pack:
 obfuscation:
  type: NONE
  cache: true
```

This configuration means:

* **No file obfuscation is applied** before conversion, allowing the converter to read and process all files correctly.
* **Caching is enabled** to improve conversion speed and overall stability.

These settings are used **only for conversion** and do not need to remain enabled afterward.

***


---

# 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://kaizermc-wiki.gitbook.io/j2b-converter/getting-started/pre-convert-configuration/nexo-configuration.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.
