# Configuration

* <mark style="color:blue;">**Framework Selection**</mark>

```lua
-- For QB-Core servers
PH.Framework = 'qb-core'

-- For ESX servers  
PH.Framework = 'esx'
```

* <mark style="color:blue;">**Key Binding >**</mark> <mark style="color:$warning;">Key to open/close scoreboard (HOME, F10, etc.)</mark>

```lua
-- Key to open/close scoreboard (HOME, F10, etc.)
PH.DefaultKey = 'HOME'
```

* <mark style="color:blue;">**Nearby Distance >**</mark> <mark style="color:$warning;">**Distance to show nearby player IDs (in game units)**</mark>

```lua
PH.NearbyDistance = 20.0
-- Maximum distance to show player tags	0-100
-- 20.0 units = Approximately 20 meters in-game
```

* <mark style="color:blue;">**AFK Time**</mark>

```lua
-- AFK Time (minutes) - players are marked AFK after this time of inactivity
PH.AFKTime = 10
```
