> For the complete documentation index, see [llms.txt](https://documentation.madonnestudio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.madonnestudio.com/paid-scripts/madonnadmin/how-to-use-it/in-game-dashboard/players-list.md).

# Players list

The player list interface displays all players currently connected to the server in a detailed table. For each player you can see their nickname, in-game ID, cumulative playtime, first connection date, and a summary of their sanctions (warns, kicks, bans).

Clicking on a player's nickname opens their **Madonn'Admin profile** directly within the in-game menu, where you can view detailed statistics, connection history, and past sanctions.

<figure><img src="/files/9vPjCWKIhzo1pUFC7VN1" alt=""><figcaption></figcaption></figure>

***

## Direct Action Buttons

Each player profile includes a series of **action buttons** for common moderation interventions, executable in one click without typing any command.

The following actions are available by default and can be fully customized in the resource configuration files:

| Button              | Description                                                  |
| ------------------- | ------------------------------------------------------------ |
| 🚀 **Goto**         | Teleport to the player's position                            |
| 🚗 **Goto Vehicle** | Teleport to the player's vehicle                             |
| 🔄 **Bring**        | Teleport the player to your position                         |
| ↩️ **Return**       | Send the player back to their original position              |
| 💊 **Heal**         | Fully restore the player's health                            |
| 💉 **Revive**       | Revive the player                                            |
| 💀 **Kill**         | Kill the player                                              |
| 🧊 **Freeze**       | Freeze or unfreeze the player in place                       |
| *(+ custom)*        | Any additional action configured by the server administrator |

> 🔧 All quick action buttons are configurable — administrators can add, remove, or modify them freely in the resource configuration files, including the label, the associated action, and the required permission level.

<figure><img src="/files/GrSzPdGVuIwyz8DIR02D" alt=""><figcaption></figcaption></figure>

***

## Sanctions

The player profile also includes a detailed view of their **sanction history** (warns, kicks, bans). Administrators can apply new sanctions directly from this in-game panel, using the same options available on the web dashboard.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://documentation.madonnestudio.com/paid-scripts/madonnadmin/how-to-use-it/in-game-dashboard/players-list.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
