# 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.
