# Home

Welcome to the Better Commands wiki! This wiki is (I think) fully up-to-date with v3.0 of the mod.

For command blocks that work with Better Commands, use the [Better Command Blocks](https://content.luanti.org/packages/ThePython/better_command_blocks/) mod.

A lot of this is basically copied from ACOVG's wiki, since it's basically the same information.

{% hint style="info" %}
ACOVG ("A Certain Other Voxel Game") is used in place of the game from which I'm copying the commands, because that's how I decided to do it.
{% endhint %}


---

# 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://thepython10110.gitbook.io/better-commands/readme.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.
