> For the complete documentation index, see [llms.txt](https://papertweaks.machinemaker.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://papertweaks.machinemaker.me/modules.md).

# Modules

- [AFK Display](https://papertweaks.machinemaker.me/modules/afk-display.md): Tracks player AFK status
- [Armored Elytras](https://papertweaks.machinemaker.me/modules/armored-elytras.md): A special elytra that offers extra protection
- [Back](https://papertweaks.machinemaker.me/modules/back.md): Adds a /back command to teleport back to previous locations
- [Cauldron Concrete](https://papertweaks.machinemaker.me/modules/cauldron-concrete.md): Make concrete using cauldrons
- [Confetti Creepers](https://papertweaks.machinemaker.me/modules/confetti-creepers.md): Makes creepers super colorful!
- [Coordinates HUD](https://papertweaks.machinemaker.me/modules/coordinates-hud.md): A helpful HUD for showing coordinates and direction
- [Count Mob Deaths](https://papertweaks.machinemaker.me/modules/count-mob-deaths.md): Toggleable scoreboard for counting mob deaths
- [Custom Nether Portals](https://papertweaks.machinemaker.me/modules/custom-nether-portals.md): Create non-rectangular Nether Portals
- [Durability Ping](https://papertweaks.machinemaker.me/modules/durability-ping.md): Notifies players when their tools are close to breaking
- [Elevators](https://papertweaks.machinemaker.me/modules/elevators.md): Create simple vertical elevators
- [Fast Leaf Decay](https://papertweaks.machinemaker.me/modules/fast-leaf-decay.md): Basically just what the title says
- [Gem Villagers](https://papertweaks.machinemaker.me/modules/gem-villagers.md): Create villager shops to trade gems from Treasure Gems
- [Graves](https://papertweaks.machinemaker.me/modules/graves.md): Stores player's items and experience on death in a grave


---

# 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:

```
GET https://papertweaks.machinemaker.me/modules.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.
