> For the complete documentation index, see [llms.txt](https://simplymines.gitbook.io/simplymines-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://simplymines.gitbook.io/simplymines-docs/introduction/troubleshooting.md).

# Troubleshooting

## Troubleshooting

Use these checks before changing configuration values.

### The plugin does not load

Confirm the server uses Paper 1.21+ and Java 21. Check the startup log for dependency errors. Run `/sm` after startup to verify access.

### A mine does not reset

Confirm the mine is enabled with `/sm enable <name>`. Then inspect its time or percentage reset requirement in `/sm edit <name>`.

### Resets affect server performance

Lower `max_milles_per_tick` in `config.yml`. This reduces the work per tick and extends reset duration.

{% hint style="warning" %}
Do not raise `max_milles_per_tick` without monitoring server tick time.
{% endhint %}

### Custom blocks do not appear

Install the provider before starting SimplyMines. Restart the server after adding ItemsAdder, Nexo, or CraftEngine. Confirm the configured block ID matches the provider's registered ID.

For common questions, see [FAQ](/simplymines-docs/introduction/faq.md).

## General Usage

* [🚀 Getting Started](broken://pages/7099f16f0b3c8eb3631da0751adf48f97ebe9202)
* [⛏️ Creating & Managing Mines](broken://pages/eee5538dc24166a2c52b23178950cfbc7ca63817)
* [📋 Commands](broken://pages/48976744612c5106b2114f4e4f1f8fbc83e0fc7c)
* [🔐 Permissions](broken://pages/346a0f696ab12c98b60f2052bd02c82847e1a6bf)
* [❓ FAQ](broken://pages/021a044ab9aded65fe6907fb2a438d09947afa3d)

## Configuration

* [⚙️ config.yml](broken://pages/9ebfb525d153b921bdc07177383f2c5c7df39574)
* [🧩 Mine & Reset Requirements](broken://pages/ae593422cb210de4a2006443c87d4e4501252c8c)
* [🔤 PlaceholderAPI](broken://pages/f2f55881a4576ba53528d8015581f2e25b50cca5)

## Integrations

* [🔌 Overview](broken://pages/586491a9d9d06f050f1d0a5614e862e0d5d68d6b)
* [🧱 ItemsAdder](broken://pages/fc7caa99c3e0b7143f530a29a795050daf7a2195)
* [🧱 Nexo](broken://pages/bae018d377a9bac543d1ff8cb2f67c187da3dd25)
* [🧱 CraftEngine](broken://pages/ed3dcae4ea28155513120a278269dce0ef903ba2)

## Developer API

* [👨‍💻 Overview](broken://pages/8d944edaaf76689dd1eacf56c2cd97d5e1fa634f)
* [⛏️ Mines API](broken://pages/b6934e2b45a21d287edc7884e43e03fa0f55a048)
* [🧩 Requirements API](broken://pages/e65f75526c33b687a3aff6f744756cb369e51627)
* [📡 Events](broken://pages/97cb11734aaa14fd9e4e810256973064b1654d12)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://simplymines.gitbook.io/simplymines-docs/introduction/troubleshooting.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
