# config.yml

{% code overflow="wrap" fullWidth="false" %}

```yml
score-weight:
  # Formula used to calculate clan score:
  # (kills * weight) + (deaths * weight) + (points * weight) + (balance * weight)
  # You can adjust these values to balance competitive ranking.
  kills: 1        # Points added per kill
  deaths: -1      # Points removed per death
  points: 1       # Extra custom points (events, objectives, etc.)
  balance: 0      # Additional balance factor (can be used to adjust overall scoring)

# Time before a clan invitation expires automatically.
invite-expires-in: 10s # Supports time units like s, m, h, d, y
rename-cooldown: 1d

placeholder-top-entry: "&6%clan_name% &8 ► &b%value%"

# Maximum number of members, enemies, and allies a clan can have.
max-members: 16
max-enemies: 8
max-allies: 3

# Time before a rally point disappears automatically.
cooldown-to-despawn-rally: 30s

# Worlds where setting a clan base is not allowed.
base-blacklist-worlds:
  - "world_the_end"
  - "world_nether"

addons:
  discord-hook: true
  lunar-client: true
  upgrades: true
  chat: true

naming:
  max-tag-length: 32
  # Available modes for characters allowed in Names and Tags:
  # LETTERS_ONLY (Letters only: a-z, A-Z)
  # ALPHANUMERIC (Letters and numbers: a-z, A-Z, 0-9)
  # DEFAULT_SYMBOLS (Letters, numbers, and allowed symbols)
  format-mode: "DEFAULT_SYMBOLS"
  enable-blacklist: true # See blacklist.yml
```

{% endcode %}


---

# 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://runith.gitbook.io/runith/products/clans/config.yml.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.
