> ## Documentation Index
> Fetch the complete documentation index at: https://sen-0597ab10.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Afk Zone

> Afk Zone lets you create & configure an Afk Zone where players can Afk for rewards

The AfkZone folder contains:

```r theme={null}
/AfkZone
  |- zones/
  	|- yourzone.yml
  |- config.yml
  |- messages.yml
  |- gui.yml
```

***

## Configuration

```yaml theme={null}
reward-check-interval-ticks: 20 # Checks/updates AFK rewards every 1 second
particle-display-interval-ticks: 10 #  Displays AFK particles every 0.5 seconds

# 20 ticks = 1 second
```

## Admin Commands

1. **/afkzone** › Shows every /afkzone command
   <Frame>
     <img src="https://mintcdn.com/sen-0597ab10/Cyq8AwGbkp6_S1SY/images/Screenshot-from-2026-07-08-22-19-27.png?fit=max&auto=format&n=Cyq8AwGbkp6_S1SY&q=85&s=4c3b77f2e6506527c058c8d112381318" alt="Screenshot From 2026 07 08 22 19 27" title="Screenshot From 2026 07 08 22 19 27" className="mx-auto" width="477" height="185" data-path="images/Screenshot-from-2026-07-08-22-19-27.png" />
   </Frame>

## Player Commands

1. **/afk (afkzone)** › Teleports to Afk Zone

## Permissions

| Permission           | Description                                                                              | Default |
| -------------------- | ---------------------------------------------------------------------------------------- | ------- |
| `smp.afkzone.use`    | Allows using Afk Zones and /afk (afkzone)                                                | true    |
| `smp.afkzone.admin`  | Allows full Afk Zone admin usage                                                         | op      |
| `smp.afkzone.<name>` | Editable in afk configuration. You can set a <br />specific permission for the afk zone. | false   |
