# Messages

### Description

This page contains the default messages.yml and all the internal placeholders that work with each message.

### Default message file

```yaml
messages:
  area-regenerated: "%prefix% The %area% %white%area was regenerated in %time%ms."
  area-regen-timer: "%prefix% The %area% %white%area will reset in %accent%%time%%white%."
  area-exists-already: "%prefix% There alredy is an area called %accent%%area%%white%."
  area-does-not-exist: "%prefix% There is no area called %area%."
  area-created: "%prefix% You have created the %area% area."
  area-force-reset: "%prefix% You have force resetted the %accent%%area%%white% area."
  area-edit: "%prefix% You have edited the %value% for the %area% area."
  area-deleted: "%prefix% You have deleted the %area% area."
```


---

# 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/crownareareset/messages.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.
