# Frequently Asked Questions

### Is it possible to disable the protections per world?

You can now enable specific worlds for all functions. Recommended for servers per world.

```yaml
enabledworlds:
  - "Spawn"
  - "Parkours"
  - "Challenges"
  - "TheEnd"
  - "TheNether"
```

### Are holograms automatically created for a new parkour?

Yes, when creating a new parkour the holograms will be created automatically, without the need to do anything. For the holograms to be created, you just need to restart the server.

*You should wait for the following message in the console logs, to know that all holograms have been created correctly.*

<figure><img src="/files/cf5D9FdmOTflLjon5T49" alt=""><figcaption></figcaption></figure>

### Where can I edit the hologram message?

All messages are connected by a placeholder that you can edit in the settings: \
`Parkour/strings.yml`

```yaml
   CheckpointHologram: '&#ff982cᴄ&#fda327ʜ&#fcae22ᴇ&#faba1dᴄ&#f8c518ᴋ&#f7d014ᴘ&#f5db0fᴏ&#f3e70aɪ&#f2f205ɴ&#f0fd00ᴛ&8⌲  &6%VALUE%'
```

```yaml
PlaceholderAPI: 
   UnknownCourse: Parkour unknown
   InvalidSyntax: Invalid syntax
   NoTimeRecorded: N/A
   CurrentCourseCompleted: Yes
   CurrentCourseNotCompleted: No
   TopTenResult: '&f%POSITION%) &c%PLAYER%&f in &a%TIME%'
   CourseActive: Active
   CourseInactive: Inactive
   CheckpointHologram: '&#ff982cᴄ&#fda327ʜ&#fcae22ᴇ&#faba1dᴄ&#f8c518ᴋ&#f7d014ᴘ&#f5db0fᴏ&#f3e70aɪ&#f2f205ɴ&#f0fd00ᴛ&8⌲
      &6%VALUE%'
   NoPrizeCooldown: Prize Available
```


---

# 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://xshyotsus.gitbook.io/parkouraddon/getting-started/frequently-asked-questions.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.
