> For the complete documentation index, see [llms.txt](https://vebjorn-elvekrok.gitbook.io/super-hoppers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vebjorn-elvekrok.gitbook.io/super-hoppers/commands-and-permissions.md).

# Commands and Permissions

## Hopper Reload

Reloads the plugin configuration.

### Usage

```
/hopper reload
```

### Permission

```
superhoppers.command.reload
```

## Hopper Give

Gives specified amount of a hopper type to a player.

### Usage

```
/hopper give <player> <type> <amount>
```

* \<player> is the player you want to give the hopper items to
* \<type> is the type of hopper you want to give ([item](/super-hoppers/hopper-types/item-hopper.md) or [mob](/super-hoppers/hopper-types/mob-hopper.md))
* \<amount> is the amount of hopper items you want to give

### Permission

```
superhoppers.command.give
```

## Hopper Trust

This command let's you trust other players to use your hopper (see [Trust System](/super-hoppers/trust-system.md) for more detailed explanation).

### Usage

```
/hopper trust <player>
```

* \<player> is the player you want to trust

After entering the command, you will be prompted to click on the hopper you want the specified player to have access to.

### Permission

```
superhoppers.command.trust
```

## Hopper Untrust

This command let's you untrust trust other players to use your hopper (see [Trust System](/super-hoppers/trust-system.md) for more detailed explanation).

### Usage

```
/hopper untrust <player>
```

* \<player> is the player you want to trust

After entering the command, you will be prompted to click on the hopper you want the specified player to not have access to.

### Permission

```
superhoppers.command.untrust
```

## Hopper Trustall

Toggles trust-all, which gives all players access to your hopper.

### Usage

```
/hopper trustall
```

After entering the command, you will be prompted to click on the hopper you want everyone to have access to.

### Permission

```
superhoppers.command.trustall
```

## Hopper Storage

Opens a menu containing quick remote access to all your owned hoppers.

### Usage

```
/hopper storage
```

### Permission

```
superhoppers.command.storage
```

## Other permissions

```
superhoppers.spy #Access any SuperHopper
```
