> For the complete documentation index, see [llms.txt](https://wiki.bg-software.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.bg-software.com/wildbuster/overview/commands-and-permissions.md).

# Commands and Permissions

## Commands

{% hint style="info" %}
Parameters inside `<>` are required, unlike parameters in `[]` which are optional.
{% endhint %}

### /buster cancel \[\<player-name> / \<chunk> ]

Cancel yours or others active chunk busters.

#### Parameters

*player-name:* The name of the player to cancel a buster for.\
The buster that will be cancelled is the buster that the player gets notification about.

*chunk:* The chunk to cancel from being busted.\
The format for the chunk is `<world-name>,<x>,<z>`.&#x20;

#### Permission

The permission to use the command is `wildbuster.cancel` for letting players to cancel their own chunk busters. In order to cancel others' busters, use `wildbuster.cancel.other`.

### /buster give \<player-name> \<buster-name> \[amount]

Give a chunk buster to a player.

#### Parameters

*player-name:* The name of the player to give the chunk buster to.

*buster-name:* The name of the buster to give.\
The name must be identical to the one from the config file.

*amount:* The amount of chunk busters to give to the player.

#### Permission

The permission to use the command is `wildbuster.give` for letting players give themselves chunk busters. In order to give to other players, use `wildbuster.give.other`.

### /buster reload&#x20;

Reload the configuration files.

#### Permission

The permission to use the command is `wildbuster.reload`.

### /buster save

Save all active chunk busters to disk.

Permission

The permission to use the command is `wildbuster.save`

## Permissions

### wildbuster.\*

Gives access to all commands and actions of the plugin.

{% hint style="danger" %}
This gives access to reload the plugin and save commands!
{% endhint %}

### wildbuster.use

Gives access for players to use chunk busters.

{% hint style="warning" %}
Without this permission, players will not be able to place chunk busters.
{% endhint %}


---

# 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.bg-software.com/wildbuster/overview/commands-and-permissions.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.
