# Nexo Configuration

### 📦 Pack Configuration (Nexo)

สำหรับ **Nexo** การตั้งค่าหลักจะอยู่ในระดับ **Pack**\
ซึ่งมีผลโดยตรงต่อความสามารถในการอ่านและประมวลผลไฟล์ระหว่างการแปลง

:package: วิธีใช้งาน (สำหรับเซิร์ฟเวอร์ Nexo) รวมโฟลเดอร์ Nexo/items ไว้ในไฟล์ pack.zip ของคุณ:

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

คัดลอกโฟลเดอร์ Nexo/items/ จากเซิร์ฟเวอร์ของคุณ (plugins/Nexo/items/) แล้ววางลงในไฟล์ zip ก่อนทำการแปลง<br>

* ใช้งานได้เฉพาะกับเซิร์ฟเวอร์ Nexo ที่ใช้คอมโพเนนต์ item\_model เท่านั้น
* หากคุณยังคงใช้ CustomModelData อยู่ เวอร์ชัน 1 ก็ยังคงทำงานได้ตามปกติ

#### ค่า Pack เริ่มต้นที่แนะนำ

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

***

#### การตั้งค่านี้หมายความว่า:

* **ไม่มีการ obfuscate ไฟล์** ก่อนทำการแปลง\
  → ช่วยให้ตัวแปลงสามารถอ่านและประมวลผลไฟล์ทั้งหมดได้อย่างถูกต้อง

📌 การตั้งค่าเหล่านี้ **ใช้เฉพาะในขั้นตอนการ Convert เท่านั้น**\
หลังจากแปลงเสร็จแล้ว **ไม่จำเป็นต้องเปิดใช้งานต่อ**

***


---

# 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/help-center/j2bcovnert-wiki-th/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.
