# FAQ

## Basic Setup

* Why are my arenas not working?

  * Make sure that your spawn/lobby and arenas are in the world "world"

* How do I setup the event maps?
  * All the maps for events go in the world "event", use /gotoevent

## Custom Tablist & Arena Copies

* When using the Custom Tablist, I have some errors...
  * Make sure you're using:

    * ViaVersion 4.0.1
    * ViaRewind 2.0.1

* When using the Arena Manager to create copies, I have errors...
  * Make sure you're using:
    * FastAsyncWorldEdit for 1.8.8 Spigots

## Regarding PlaceholderAPI

* Does Frost provide any placeholders for PlaceholderAPI?
  * Yes, it does.

* Does Frost support PlaceholderAPI?

  * Indeed, it does as well.

* Available Frost placeholders for PlaceholderAPI:
  * %frost\_elo\_\<kit>\_<0-9>%
    * Returns the player name at the specified position from the specified kit with his elo.
  * %frost\_winstreak\_\<kit>\_<0-9>%
    * Returns the player name at the specified position from the specified kit with his winstreak.
  * %frost\_playing\_unranked\_\<kit>%
    * Returns the amount of players playing the specified kit in unranked.
  * %frost\_playing\_ranked\_\<kit>%
    * Returns the amount of players playing the specified kit in ranked.
  * %frost\_queueing\_unranked\_\<kit>%
    * Returns the amount of players queueing the specified kit in unranked.
  * %frost\_queueing\_ranked\_\<kit>%
    * Returns the amount of players queueing the specified kit in ranked.

* Can Frost be 100% customized?
  * No, customization has a limit, as on any publicly available plugin, there's some technically bumps that currently don't allow Frost to be 100% configurable.
  * That being said, about 85% \~ 90% of Frost can be customized.

## Suggestions and Bug Reports

* <https://github.com/FrozedClubDevelopment/FrostCommunity>


---

# 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://docs.frozed.club/frost/faq.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.
