> 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/wildtools/overview/commands-and-permissions.md).

# Commands and Permissions

## Commands

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

### /tools give \<player-name> \<tool-name> \[amount] \[uses]

Gives a tool to a specific player.

#### Parameters

*player-name*: The name of the player to give the tool to.

*tool-name*: The name of the tool to give.\
Must be identical to the names in the config file.

*amount*: The amount of tools to give to the player.

*uses*: A predefined amount of uses for the given tool.

#### Permission

The permission to use the command is `wildtools.give`.

### /tools info \<tool-name>

Checks information about a tool.

#### Parameters

tool-name: The name of the tool to get information about.\
Must be identical to the names in the config file.

#### Permission

The permission to use the command is `wildtools.info`.

### /tools list

Get a list of all the available tools.

#### Permission

The permission to use the command is `wildtools.list`.

### /tools reload

Reload the settings and the language files.

#### Permission

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

### /tools settings

Open in-game editor for tools.

#### Permission

The permission to use the command is `wildtools.settings`.

## Permissions

### wildtools.\*

Gives access to all the commands.

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

### wildtools.use

Gives access to use the custom tools.

{% hint style="info" %}
Players will not be able to use any of the tools without this permission.
{% endhint %}

### wildtools.sellmode

Gives access to use harvester sell mode.

{% hint style="info" %}
This is only required for the harvester-hoe's sell mode, and not sell wand themselves.
{% 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/wildtools/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.
