# Configuration

### Description

This page contains the default config.yml.

### Default config file

```yaml
#
# if you have any questions or suggestions, please do not hesitate and
# join our discord: https://dsc.gg/crownplugins
# we are there to assist you
#

# toggle the update reminder when joining (only players with permission see the reminder)
update-reminder: true
debug-mode: false

teleport:
  delay: 5 # this is the teleport delay in s
  message-type: bossbar # message type: bossbar, actionbar

# these are case sensitive
instant-teleport:
  always: false # set this to true if you don't want to use the teleport animation, also players in gmc will always be teleported without the animation
  worlds: [] # players in these worlds will be teleported without a delay
  regions: [] # players in these regions will be teleported without a delay

cooldown:
  message: 0 # cooldown before being able to send another chat message in milliseconds
  command: 0 # cooldown before being able to send another command in milliseconds

# set the language default for number formatting. EX: en-US -> 10,000.00
number-formatting: "en_US"

time-formats:
  default: "hh:mm:ss" # the default format to use when nothing else is specified
  teleportation: "ss.t" # the format for the teleportation messages

```


---

# 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://obey.gitbook.io/wiki/legacy-wiki/plugins/crowncore/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.
