# Frequently Asked Questions

## Q: Why are my enchants being wiped when a goal is reached?

**A: You have an invalid enchantment in milestones.yml.** The default configuration is built for 1.19.3, so you need to use enchants that are valid for your server version.\
\
For example, efficiency would be:\
**1.8** DIG\_SPEED:1\
**1.16** efficiency:1\
\
Use the Bukkit names for 1.8-1.12\
Use the actual names for 1.13+

## Q: Why is the tracker getting stuck?

A: For the same reason listed above!


---

# 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://wiki.flrp.dev/premium/trackerplus/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.
