> For the complete documentation index, see [llms.txt](https://wiki.auraplugins.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.auraplugins.eu/reference/commands.md).

# Commands

Main command: `/aurasounds` — alias `/asounds`.

## Sound management

| Command                                              | Description                                      | Permission          |
| ---------------------------------------------------- | ------------------------------------------------ | ------------------- |
| `/aurasounds create <name> ambient <sound> <radius>` | Create an ambient sound at your position         | `aurasounds.create` |
| `/aurasounds create <name> music <sound> <region>`   | Create a zone music bound to a WorldGuard region | `aurasounds.create` |
| `/aurasounds delete <name>`                          | Delete a sound                                   | `aurasounds.delete` |
| `/aurasounds list`                                   | List all sounds                                  | `aurasounds.list`   |
| `/aurasounds info <name>`                            | Show a sound's settings                          | `aurasounds.info`   |
| `/aurasounds toggle <name>`                          | Enable/disable without deleting                  | `aurasounds.toggle` |
| `/aurasounds addloc <name>`                          | Add a source point at your position              | `aurasounds.addloc` |
| `/aurasounds remloc <name>`                          | Remove the nearest source point                  | `aurasounds.remloc` |

## Testing & diagnostics

| Command                            | Description                                          | Permission         |
| ---------------------------------- | ---------------------------------------------------- | ------------------ |
| `/aurasounds play <name> [player]` | Force-play a sound now (preview, ignores conditions) | `aurasounds.play`  |
| `/aurasounds debug <name>`         | Live ✔/✘ status of each condition for you            | `aurasounds.debug` |

## Conditions

| Command                                          | Description               | Permission             |
| ------------------------------------------------ | ------------------------- | ---------------------- |
| `/aurasounds condition <name> set <key> <value>` | Set a condition           | `aurasounds.condition` |
| `/aurasounds condition <name> unset <key>`       | Remove a condition        | `aurasounds.condition` |
| `/aurasounds condition <name> list`              | List a sound's conditions | `aurasounds.condition` |

## Scenes

| Command                                    | Description                             | Permission                |
| ------------------------------------------ | --------------------------------------- | ------------------------- |
| `/aurasounds scene create <scene>`         | Create a scene (anchor = your position) | `aurasounds.scene.create` |
| `/aurasounds scene add <scene> <sound>`    | Add a sound to a scene                  | `aurasounds.scene.add`    |
| `/aurasounds scene remove <scene> <sound>` | Remove a sound from a scene             | `aurasounds.scene.remove` |
| `/aurasounds scene export <scene>`         | Export with relative coordinates        | `aurasounds.scene.export` |
| `/aurasounds scene import <scene>`         | Import at your position                 | `aurasounds.scene.import` |
| `/aurasounds scene delete <scene>`         | Delete the scene (keep its sounds)      | `aurasounds.scene.delete` |
| `/aurasounds scene purge <scene>`          | Delete the scene **and** its sounds     | `aurasounds.scene.purge`  |

## Player preference & admin

| Command                                    | Description                                    | Permission                                                 |
| ------------------------------------------ | ---------------------------------------------- | ---------------------------------------------------------- |
| `/aurasounds on [player]` / `off [player]` | Personal kill-switch, persists across sessions | `aurasounds.on` / `aurasounds.off` (+ `.other` for others) |
| `/aurasounds reload`                       | Reload config and all sound files              | `aurasounds.reload`                                        |


---

# 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.auraplugins.eu/reference/commands.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.
