# Config.yml

```
#
# EChat
# by Astrum Studios
#

 ### Messages  | You can use PlaceholderAPI ###
m-no-permission: "<red>You don't have permission to use this command!"
m-blocked-command: "<red>This command is blocked."
m-banned-word: "<red>You cannot write the word {word}."
m-antispam-message: "<red>You must wait {time} to write again."
m-antispam-commands: "<red>You must wait {time} to use commands again."
m-ping-message: "<green>%player_name% ping is {ping}ms"

 ### Prefixes | You can use PlaceholderAPI ###
p-blocked-prefix: "<dark_gray>[<yellow>Alert<dark_gray>] <red>%player_name% has used the /{command} command"
p-blocked-word: "<dark_gray>[<yellow>Alert<dark_gray>] <red>%player_name% has write banned word: {word}"

 ### Titles | You can use PlaceholderAPI ###
t-banned-word:
  title: "<red>You cannot write the word {word}."
  subtitle: "<red>This word is banned!!"

 ### Sounds ###
s-banned-word: "ENTITY_LINGERING_POTION_THROW"

 ### ActionBars | You can use PlaceholderAPI ###
a-banned-word: "<red>%player_name% You cannot write the word {word}."

 ### Config | ChatColor ###
chatcolor-enabled: true

 ### AntiSpam ###
antispam-enabled: true
antispam-commands: true
antispam-delay: 3 # Time in seconds.

 ### Chat Formats ###
enable-formats: true
group-formats:
  owner: "<dark_gray>[<dark_red>Owner<dark_gray>] <dark_red>%player_name% <gray>»<white> "
  admin: "<dark_gray>[<red>Admin<dark_gray>] <red>%player_name% <gray>»<white> "
  vip: "<dark_gray>[<yellow>Vip<dark_gray>] <yellow>%player_name% <gray>»<white> "
  default: "<dark_gray>[<gray>User<dark_gray>] <white>%player_name% <gray>»<white> "

 ### Block Commands ###
block-commands-enabled: true
alert-block-command: true
blocked-commands:
  - plugins
  - pl

 ### Banned Words ###
enable-banned-words: true
enable-bannedword-message: true
enable-bannedword-title: true
enable-bannedword-alert: true
enable-bannedword-sound: true
enable-bannedword-actionbar: true
banned-words:
    - 'dick'
    - 'fuck'
```


---

# 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://gopitoss-organization.gitbook.io/eut-plugins-wiki/astrum-studios-plugins/echat/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.
