# Использование

## Команды

{% hint style="warning" %}
На данный момент в BedrockGunEngine есть всего один пермишен — bge.admin. Игрок с этим пермишеном может спокойно использовать все команды в плагине. В будущем я планирую раделить его на несколько для каждой подкоманды отдельно.
{% endhint %}

На данный момент есть всего одна команда /gun и у нее есть три подкоманды:

* **get** для выдачи оружия себе
* **give** для выдачи оружия указаному при вводе игроку
* **reload** для перезагрузки всех конфигов плагина

### get

Паттерн: /gun get <оружие>

### give

Паттерн: /gun give <игрок> <оружие>

### reload

Паттерн: /gun reload

## Управление

**ПКМ** - стрельба

**ЛКМ** - прицеливание (будет добавлено в будущем)

**F** - перезарядка


---

# 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://mrbedrockpys-plugins.gitbook.io/mrbedrockpys-plugins-docs/bedrock-gun-engine/ispolzovanie.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.
