# Available Commands

This page contains the commands available in the SevenAC anti-cheat system.

## `/ban`

Bans a player using their license or ID.

### Usage

```text
/ban <license/id> <reason>
```

### Arguments

| Argument     | Description                            |
| ------------ | -------------------------------------- |
| `license/id` | Player license identifier or player ID |
| `reason`     | Reason for the ban                     |

### Example

```text
/ban 12 Cheating
```

---

## `/unban`

Removes a ban using the ban ID.

### Usage

```text
/unban <ban_id>
```

### Arguments

| Argument | Description                      |
| -------- | -------------------------------- |
| `ban_id` | ID of the ban you want to remove |

### Example

```text
/unban 152
```

---

## `/admin-panel`

Opens the SevenAC administration panel.

### Usage

```text
/admin-panel
```

### Description

Opens the admin panel where authorized administrators can manage and monitor the anti-cheat system.

---

## `/reputation`

Displays the reputation information for a player.

### Usage

```text
/reputation <id>
```

### Arguments

| Argument | Description |
| -------- | ----------- |
| `id`     | Player ID   |

### Example

```text
/reputation 12
```
