> For the complete documentation index, see [llms.txt](https://atiysus-organization.gitbook.io/aty-scripts/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://atiysus-organization.gitbook.io/aty-scripts/zone-creator/guide/admin-player-tools.md).

# Admin Player Tools

Click a player in the **Player List** to open their card. It shows live HP/armor, ping, coords, vehicle, money, current zone(s) and time-in-zone, plus a grid of actions. Each action is **role-gated on the server** (see Permissions).

### Player Card actions

| Action        | Needs    | Effect                                                            |
| ------------- | -------- | ----------------------------------------------------------------- |
| Go To / Bring | teleport | Teleport to / summon the player.                                  |
| Heal          | heal     | Full HP + armor.                                                  |
| Freeze        | freeze   | Freeze/unfreeze in place.                                         |
| Spectate      | spectate | Invisible spectator camera (toggle again to stop).                |
| Unseat        | freeze   | Remove from their vehicle.                                        |
| Mute          | freeze   | Voice mute/unmute.                                                |
| Cloak         | freeze   | Invisibility + NPCs/police ignore them.                           |
| Message       | notify   | Send a private message.                                           |
| Warn          | notify   | Send a warning banner.                                            |
| Zone Ban      | ban      | Ban the player from the zone they're in (pushed out immediately). |
| Kick          | kick     | Kick from the server.                                             |
| Ban           | ban      | Kick + fire `adminBanRequested` for your ban system.              |

### Bulk actions (everyone inside a zone)

When a saved zone is selected, the **Bulk** row acts on **all players currently inside** it:

| Bulk   | Effect                                |
| ------ | ------------------------------------- |
| Notify | Send a notice to everyone inside.     |
| Heal   | Heal everyone inside.                 |
| Freeze | Freeze everyone inside.               |
| Gather | Teleport everyone to the zone centre. |
| Clear  | Push everyone out of the zone.        |

Bulk actions require the **bulk** permission (superadmin by default). The server works out the occupants itself — the client never supplies the list.

### Activity Log

Every admin action is audited in the **Activity Log** (bottom-right) with a timestamp and actor, and can be mirrored to a **Discord webhook** (per-zone webhook in the Triggers section, rate-limited by `Config.WebhookCooldown`).

### Restriction HUD (player-facing)

Independent of the admin panel, players see a **liquid-glass HUD** listing the active rules the moment they enter a zone (speed limit, weapons off, PvP disabled, DOT, healing…). It auto-collapses to a pill after a few seconds and toggles with **F7** (`Config.Hud.toggleKey`) or `/zonehud`.
