# iaconfig

## Features

### Delete an item from config

`/iaconfig item delete <item>`

Permission: `ia.admin.iaconfig.item.delete`

Deletes an item COMPLETELY from its config file. Please be careful.

### Disable an item in configs

`/iaconfig item disable <item>`

Permission: `ia.admin.iaconfig.item.disable`

Disables an item from its config file. Please be careful.

### Delete recipes which use/create an item

`/iaconfig recipes deleteofitem <item>`

Permission `ia.admin.iaconfig.recipes.deleteofitem`

Deletes COMPLETELY all recipes which contain an item from all the config files. Please be careful.

### Disable recipes which use/create an item

`/iaconfig item disableofitem <item>`

Permission: `ia.admin.iaconfig.recipes.disableofitem`

Disables all recipes which contain an item from all the config files. Please be careful.

### Delete all items of a namespace and recipes of these items

`/iaconfig namespace delete <namespace>`

Permission: `ia.admin.iaconfig.namespace.delete`

Deletes all items of a namespace and recipes of these items COMPLETELY. Please be careful.

### Disable every item of a namespace

`/iaconfig namespace disable <namespace>`

Permission: `ia.admin.iaconfig.namespace.disable`

Disables every item of a namespace and recipes of these items. Please be careful.


---

# 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://itemsadder.devs.beer/plugin-usage/plugin-configuration/commands/iaconfig.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.
