# Main config

```yaml
# DO NOT TOUCH THIS
config-version: 2

# This will allow debug logs. Only turn this on if the developer asks you to.
debug: false
# Language file for the commands.
language: en

# Always keep at least one alias for every command
command-aliases:
  craft: [ "craft" ]
  recipes: [ "recipes" ]
  merchants: [ "merchants" ]

# Should vanilla recipes be craftable in the custom crafting table?
# List the workbenches you want to include vanilla recipes in
include-vanilla-recipes:
  - default

# Should "vanilla" recipes registered by other plugins be craftable in the custom crafting table?
# List the workbenches you want to include vanilla recipes in
include-other-plugin-recipes: []

# Should the custom crafting table open instead of the vanilla crafting table
# when the player right clicks on a crafting table?
# Enabling this needs a server restart to take effect.
# This uses the "default" workbench
open-instead-of-crafting-table: false

# Should the custom crafting table open instead of the vanilla crafting table
# when the player shift right clicks a crafting table?
# Enabling this needs a server restart to take effect.
# This uses the "default" workbench
open-shift-click-crafting-table: false

# This will be opened if the above options are enabled
default-workbench: "default"

# Should players auto discover vanilla recipes?
auto-discover-vanilla-recipes: false

# You can turn off the listeners completely to improve performance
# if you don't have any recipes that are using these.
# Changing these, requires a server restart to take effect.
craft-handlers:
  crafting-table: true
  smithing-table: true
  cauldron: true

# Only change these if you know what you're doing
# These values are in milliseconds and they are only applying for the workbench gui
click-cooldown: 75
shift-click-cooldown: 200
```


---

# 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://docs.auroramc.gg/auroracrafting/configuration/main-config.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.
