# OP settings

To give/remove OP to a player on your Minecraft server, follow these steps:

1. Navigate to the Console section;
2. If you want to give OP to a player, execute this command in the console:&#x20;

```
op <player_username>
```

3. If you want to remove OP from a player, execute this command in the console:

```
deop <player_username>
```

{% hint style="info" %}
Replace `<player_username>` with the player's username.
{% endhint %}


---

# 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://docs.ititanhosting.ro/docs/english/games/minecraft/op-settings.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.
