# Toggling Features

## Disable **Enchante**r, **Tinkerer, or Alchemist**

Change **enabled** to false to any specific command in config.yml file, located in AdvancedEnchantments folder and restart the server

```yaml
# Manage plugin commands
commands:
  advancedenchantments:
    # Should 'no permission' message be shown when
    # user does not have 'ae.help' permission
    permissionMessageEnabled: true
    permissionMessage:
      - '&6&lAdvancedEnchantments &cYou do not have permission to use this command.'
  enchanter:
    # Is command enabled?
    enabled: true
    # Main command to open Enchanter
    command: /enchanter
    # List of commands that will act as the command
    aliases:
      - 'e'
      - 'ce'
  tinkerer:
    enabled: true
    command: /tinkerer
    aliases:
      - 'tinker'
  alchemist:
    enabled: true
    command: /alchemist
    aliases:
      - 'alchem'
```

## Disable enchantment table

Change **enabled** to false in enchantmentTable.yml file, located in AdvancedEnchantments folder and restart the server.


---

# 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://ae.advancedplugins.net/general-information/toggling-features.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.
