# Features

## Area resetting

Areas are regenerated using FAWE for minimal performance impact.

* Players inside an Area are alerted before the Area is regenerated.
* Players inside an Area are pushed into the Air before the Area is regenerated.<br>

### Placeholder

Read [here](/wiki/legacy-wiki/plugins/crownareareset/placeholders.md).

## Global values

Each plugin can have its own values to use in its <mark style="color:blue;">`messages.yml`</mark>. To do this you simply add the key you want to the <mark style="color:blue;">`messages.yml`</mark> file <mark style="color:red;">(not in the messages path)</mark> and then you can call it by using the internal placeholder %\<pluginname>\_\<key>%. Here is an [example](/wiki/legacy-wiki/plugins/crownkits/messages.md).

* You can configure this in <mark style="color:blue;">`/plugins/CrownAreaReset/messages.yml`</mark>.

| Key         | Internal placeholder | PAPI placeholder |
| ----------- | -------------------- | ---------------- |
| prefix      | %prefix%             | %cc\_prefix%     |
| whitecolor  | %accent%             | %cc\_accent%     |
| accentColor | %white%              | %cc\_white%      |

## Message color and hex translation.

All messages in the <mark style="color:blue;">`messages.yml`</mark> are able to undestand <mark style="color:green;">`legacy color codes`</mark> aswell as <mark style="color:green;">`hex color codes`</mark> in the following formats <mark style="color:purple;">`legacy & and §`</mark>, <mark style="color:purple;">`#ffffff`</mark> and <mark style="color:purple;">`&#ffffff`</mark>.


---

# 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/features.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.
