# Admin Panel

## 🖥️ Admin Panel

The in-game Admin UI gives you full real-time control without ever touching a config file.

***

### Opening the Panel

```
/arenaadminui
```

> Only players with the configured `AdminGroup` or a whitelisted license can open this panel. Press **ESC** to close it.

***

### Tab 1 — Arena 🎯

Controls the main arena flow.

| Button                     | Action                                                          |
| -------------------------- | --------------------------------------------------------------- |
| **Start Arena**            | Opens arena — players can now join with `/arena`                |
| **Stop Arena**             | Closes arena and teleports all players to lobby                 |
| **Begin Fight**            | Gives all players weapons, disables ghost state                 |
| **End Fight**              | Removes weapons, re-enables ghost state                         |
| **Revive & Return** toggle | Automatically revives dead players and sends them back to lobby |

#### Kill Rewards (inside Arena tab)

* Enable / disable the reward system
* Select reward type: `money` / `item` / `health` / `armor`
* Set the amount
* Set item name *(if type = item)*

***

### Tab 2 — Zone 🗺️

Controls the safe zone behavior.

| Option                   | Action                                       |
| ------------------------ | -------------------------------------------- |
| **Manual Shrink %**      | Instantly shrink zone by a percentage        |
| **Start Zone**           | Activates zone damage system                 |
| **Stop Zone**            | Deactivates zone — no damage dealt           |
| **Auto-Shrink Duration** | Set time in minutes for full shrink cycle    |
| **Enable Auto-Shrink**   | Starts the countdown shrink                  |
| **Disable Auto-Shrink**  | Stops the auto-shrink                        |
| **Live Status**          | Shows current zone radius and time remaining |

***

### Tab 3 — Control 👤

Player and ban management.

| Option                      | Action                                      |
| --------------------------- | ------------------------------------------- |
| **Unban Player**            | Unban a player by identifier                |
| **Unban All**               | Clear all bans at once                      |
| **Ban Player**              | Ban an online player by server ID           |
| **Gang Blacklist — Add**    | Block a gang name from joining              |
| **Gang Blacklist — Remove** | Remove a gang from the blacklist            |
| **Kick All**                | Kick all players out of the arena instantly |


---

# 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://mohssins.gitbook.io/mohscriptsdocs/moh-gangwar/admin-panel.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.
