# Pull

### Prefix

The prefix is exchanged with `%prefix%` (placeholder) in the message files. If you execute the command and enter the placeholder at the beginning of the message, it will be replaced with the prefix. This can be changed in `config.yml`.

```yaml
prefix: "&7[&bPull&7]&r"
```

### Permission

To be able to execute the command for the pull module, you need the permission that is entered in `config.yml`.

{% hint style="warning" %}
The permission is a BungeeCord permission
{% endhint %}

```yaml
permission: "bungeesystem.pull.use"
```

### Aliases

You can also define so-called aliases that you can enter instead of /pull. To do this, simply add further points under the `aliases` item.

```yaml
aliases: []
```

### Default configuration

```yaml
pull:
  prefix: "&7[&bPull&7]&r"
  permission: "bungeesystem.pull.use"
  aliases: []
```

## Command

### Syntax

```
/pull <player>
```
