> For the complete documentation index, see [llms.txt](https://ayccoes-assets.gitbook.io/ayccoes-assets/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ayccoes-assets.gitbook.io/ayccoes-assets/ayc-multicharacter-v2/commands.md).

# Commands

```lua
/setslots <identifier> [amount]
```

* **Description** : Sets the number of unlocked character slots for a specific player.
* **Usage** : `/setslots steam:12345678 3`

```lua
/removeslots <identifier>
```

* **Description** : Resets the number of unlocked character slots to the default value for a specific player.
* **Usage** : `/removeslots steam:12345678`

```lua
/disablecharacter <identifier> [slot]
```

* **Description** : Disables a specific character slot for a player.
* **Usage** : `/disablecharacter steam:12345678 2`

```lua
/enablecharacter <identifier> [slot]
```

* **Description** : Re-enables a specific character slot for a player.
* **Usage** : `/enablecharacter steam:12345678 2`

```lua
/tempedit <identifier> [duration_seconds]
```

* **Description** : Grant temporary edit permission to a player.
* **Usage** : `/enablecharacter steam:12345678 86400`

```lua
/revoketempedit <identifier>
```

* **Description** : Revoke temporary edit permission from a player.
* **Usage** : `/enablecharacter steam:12345678`
