# Install Guide

## ItemsAdder

Open `product.zip` and go to “`ItemsAdder Content`”, drag and drop it to your plugins, then go to Nexo `settings.yml` and put in **false** resource-pack.pre\_1\_21\_2\_shaders\_fix.enabled

```yaml
resource-pack:
  pre_1_21_2_shaders_fix:
    enabled: false
entities:
  custom_entities:
    expert_users:
      extract_emotes_shaders: false
text_effects:
  enabled: false
```

## Nexo

Open `product.zip` and go to “`Nexo Content`”, drag it to your plugins folder, then go to Nexo `settings.yml` and put in **false** `CustomArmor.auto_asign_settings`

```yaml
CustomArmor:
  type: COMPONENT
  auto_assign_settings: false

```


---

# 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://plugins.elitefantasy.net/masky-kits/install-guide.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.
