# Move

### 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[&dMove&7]&r"
```

### Permission

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

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

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

### Aliases

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

```yaml
aliases: []
```

### Default configuration

```yaml
move:
  prefix: "&7[&dMove&7]&r"
  permission: "bungeesystem.move.use"
  aliases: []
```

## Command

### Syntax

```
/move player <player1> <player2>
/move server <server name>
```


---

# Agent Instructions: 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-en.herrtechniker.eu/bungeesystem/module/move.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.
