# TreasureMapsPlus

This plugin aims to fix one of the larger issues with treasure maps in that when created, they can significantly lag the server while they try to find an unexplored structure. In my work on Paper, many times people would ask for support for the server watchdog reporting that the server was taking too long to do something (find a structure).

To fix this, I essentially replaced all the maps with items players can "use" to get a roll of the loot table for that location. Basically giving them the resources they could've gotten if they'd actually gone to that location.

See the [configuration](https://treasuremapsplus.machinemaker.me/config) for ways to customize which maps are replaced.


---

# 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://treasuremapsplus.machinemaker.me/treasuremapsplus.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.
