# ❓FAQ

## Q: How to set other item plugins's item as reward?

A:

```yaml
rewards:
  reward_1:
    reward:
      hook-plugin: MMOItems
      hook-item: 'AXE;;MAGIC_AXE'
    amount: 1
    chance: 1
```

## Q: How to generate archeology block at world?

A: Please use `/ca arch` command to start generation.

## Q: Does this plugin generate archeology block at loaded chunk?

A: Yes. But chunk that already generated archeology blocks won't try generate again.

## Q: This plugin make my server lag when genetating archeology blocks.

A: This maybe lead to by you didn't use vanilla world generater, try remove all your archeology block config's `gaussian` section maybe solve your problem.

## Q: Does this plugin require resource pack?

A: Yes, and if your server has ItemsAdder or Oraxen, plugin will auto merge resource pack and you don't need do anything!

## Q: I can't see the archeology block, why?

A: Try update the plugin to latest or your resource pack has some issues.


---

# 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://customarcheology.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.
