# FAQ

## Can you mine spawners?

Spawners can be silk mined with Aether rank using a silk touch pickaxe.

You can also unlock Silk Spawner Mining from an in-game quest, at `/warp questhub`

## Is KeepInventory enabled?

Yes, if you vote. Each link provides 3 hours of keep inventory. By voting on all links you receive a total of 24 hours keep inventory. This means if you vote on every link every day you will have keep inventory active permanently. **Check your remaining keep inventory time with /keepinv**

## Is the End world enabled?

Yes. Once you reach the **Hypnos** rank, you can access it from the spawn portal.

## Once I buy a rank, do I have to pay the full price for the next rank?&#x20;

Nope! As the store states, if you have the previous rank you only pay the difference!&#x20;

{% hint style="info" %}
If you purchase a store rank in-game with Crowns, you must continue purchasing upgrades in-game with Crowns as the cumulative website discount does not apply when using the in-game Crowns Merchant
{% endhint %}

## What are the chunk limitations?

There are a few limitations of some entities and blocks per chunk to ensure the server is running uninterrupted.&#x20;

| Max 256 tiles per chunk                    | 256 |
| ------------------------------------------ | --- |
| Max 64 Redstone-related blocks per chunk   | 64  |
| Max 100 item frames per chunk              | 100 |
| Max 25 hoppers per chunk                   | 25  |
| Max 8 armor stands per chunk               | 8   |
| Max 6 spawners per chunk                   | 6   |
| Max 10 Passive Animals per chunk           | 10  |
| Max 3 Hostile Monsters per chunk           | 3   |
| Max 3 active wolf pets per chunk           | 3   |
| All hoppers are slowed by 4x vanilla speed | -   |

{% hint style="info" %}
Keep your pets safe from disappearing by making sure you don't exceed the chunk limit and by giving them name tags. If you have **Custom** rank, remember that you have **increased chunk limits.**
{% endhint %}

## How do I ignore another player?

In the event that you do not want another player contacting you, do **/ignore (player)**.

## Can I vote with my ALT accounts?

Absolutely! Voting benefits both the server and you.


---

# 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://pacificminer3e2wfrgtb.gitbook.io/mineraze/global/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.
