> For the complete documentation index, see [llms.txt](https://wiki.dcxwc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.dcxwc.com/minecraft-content/data-packs-and-plugins.md).

# Data Packs & Plugins

* [3x3 Hammer 🔨](/minecraft-content/data-packs-and-plugins/3x3-hammer.md)
* [AFK Display 😴](/minecraft-content/data-packs-and-plugins/afk-display.md)
* [Anti Enderman Grief ❌](/minecraft-content/data-packs-and-plugins/anti-enderman-grief.md)
* [Armor Statues 🦾](/minecraft-content/data-packs-and-plugins/armor-statues.md)
* [Block Rotation Wrench 🔧](/minecraft-content/data-packs-and-plugins/block-rotation-wrench.md)
* [Cauldron Concrete 🧙‍♀️](/minecraft-content/data-packs-and-plugins/cauldron-concrete.md)
* [Cauldron Mud 🧙](/minecraft-content/data-packs-and-plugins/cauldron-mud.md)
* [Confetti Creepers 🎊](/minecraft-content/data-packs-and-plugins/confetti-creepers.md)
* [Coordinates HUD 🧭](/minecraft-content/data-packs-and-plugins/coordinates-hud.md)
* [Chisel 🔁](/minecraft-content/data-packs-and-plugins/chisel.md)
* [Double Shulker Shells ‼️](/minecraft-content/data-packs-and-plugins/double-shulker-shells.md)
* [DragonSlayer 🐉](/minecraft-content/data-packs-and-plugins/dragonslayer.md)
* [Dungeons+ 💀](/minecraft-content/data-packs-and-plugins/dungeons+.md)
* [Durability Ping ⚠️](/minecraft-content/data-packs-and-plugins/durability-ping.md)
* [Dynmap 🗺️](/minecraft-content/data-packs-and-plugins/dynmap.md)
* [Ender Chest Always Drops ⛏️](/minecraft-content/data-packs-and-plugins/ender-chest-always-drops.md)
* [Explorify 🛖](/minecraft-content/data-packs-and-plugins/explorify.md)
* [Fast Leaf Decay 🌳](/minecraft-content/data-packs-and-plugins/fast-leaf-decay.md)
* [Glass Always Drops 🥛](/minecraft-content/data-packs-and-plugins/glass-always-drops.md)
* [Grass Starter 🌱](/minecraft-content/data-packs-and-plugins/grass-starter.md)
* [Hardhat ⛑️](/minecraft-content/data-packs-and-plugins/hardhat.md)
* [Husk Drop Sand ⌛](/minecraft-content/data-packs-and-plugins/husk-drop-sand.md)
* [Item Magnet 🧲](/minecraft-content/data-packs-and-plugins/item-magnet.md)
* [Item Name Recolorer 🖌️](/minecraft-content/data-packs-and-plugins/item-name-recolorer.md)
* [Log Stripping + Undo 🪚](/minecraft-content/data-packs-and-plugins/log-stripping-+-undo.md)
* [Mini Blocks 🧱](/minecraft-content/data-packs-and-plugins/mini-blocks.md)
* [Nether Portal Coords 🧭](/minecraft-content/data-packs-and-plugins/nether-portal-coords.md)
* [PVP toggle ⚔️](/minecraft-content/data-packs-and-plugins/pvp-toggle.md)
* [Silence Mobs 🤫](/minecraft-content/data-packs-and-plugins/silence-mobs.md)
* [Sit 🪑](/minecraft-content/data-packs-and-plugins/sit.md)
* [Storage Pots 📦](/minecraft-content/data-packs-and-plugins/storage-pots.md)
* [Tape Measure 📐](/minecraft-content/data-packs-and-plugins/tape-measure.md)
* [Trowel 🎨](/minecraft-content/data-packs-and-plugins/trowel.md)
* [Unlock All Recipes 📔](/minecraft-content/data-packs-and-plugins/unlock-all-recipes.md)
* [Wandering Trader Announcements 📣](/minecraft-content/data-packs-and-plugins/wandering-trader-announcements.md)
* [Waystones 🪨](/minecraft-content/data-packs-and-plugins/waystones.md)
* [XP Bottling / Flask 🧪](/minecraft-content/data-packs-and-plugins/xp-bottling-flask.md)


---

# 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://wiki.dcxwc.com/minecraft-content/data-packs-and-plugins.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.
