# ❓FAQ

## I have add new totems, but it does not work for me!

* Are you in creative mode? Plugin won't check creative players placed block by default, you can change this in `config.yml` file.

## I have purcahsed premium version, but prices system does not work for me!

* Are you using 2.6.0+ version? 2.5.x has some problems for it.
* Plugin won't enable price system by default, you can enable it at `config.yml` file.

## PlayerDropItemEvent with core block does not work well.

* If you set core block for a totem, player must stand on the center of the core block then drop the item onto the center of the block to active totem with PlayerDropItemEvent.


---

# 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://mythictotem.superiormc.cn/info/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.
