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

# Commands and Permissions

## Commands

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

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

Gives a chunk loader to a specific player.

#### Parameters

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

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

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

*time*: The time left for the loader to work\
This arugment takes time in seconds. However, you can set one of the following chars after the amount to change it to other time units:\
`m` or `M` for minutes; `h` or `H` for hours; `d` or `D` for days.

{% hint style="info" %}
The argument `1d20h50m60` will give the loader a total time of 1 day, 20 hours, 50 minutes and 60 seconds.
{% endhint %}

#### Permission

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

### /loader list

Show all the available chunk loaders on the server.

#### Permission

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

## Permissions

### wildloaders.\*

Gives access to all the command.

### wildloaders.use

Gives access to place chunk-loaders.

{% hint style="info" %}
Without this permission, players will not be able to use chunk loaders.
{% 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:

```
GET https://wiki.bg-software.com/wildloaders/overview/commands-and-permissions.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.
