# Configuration

## Configuration File

```yaml
lang: "en-US"
date-format: "HH:mm:ss dd/MM/yyyy"

# If you use Velocity and have BasementLib installed on Velocity, set to true
enable-proxy-support: false

# In Seconds
disband-confirm-time: 15

name:
  max-length: 10
  # Regex
  allowed-characters:
    - "[a-zA-Z0-9_]+"
tag:
  max-length: 10
  format: "&e[%tag%]"
  # Regex
  allowed-characters:
    - "[a-zA-Z0-9_]+"
description:
  max-length: 128

max-members: 30

messages:
  list:
    max-characters: 80

papi:
  user-not-found: "Not found"
  guild-not-found: "Not found"
  no-guild-no-tag: ""
  guild-no-tag: ""
  guild-no-description: ""

luckperms:
  use-prefix-in-messages: true

prefix:
  # Set empty to disable -> ""
  set-tag: "lp user %uuid% meta setsuffix 1 \"%tag%\""
  # Set empty to disable -> ""
  remove-tag: "lp user %uuid% meta removesuffix 1"
```


---

# 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.ohalee.com/products/ultimateguilds/configuration.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.
