# Installation

### Downloading Dependencies

{% stepper %}
{% step %}

### **Oxmysql**

{% embed url="<https://github.com/overextended/oxmysql>" %}
{% endstep %}
{% endstepper %}

### **Server cfg**

```shellscript
# iZaap Studios - Punishment System
ensure oxmysql
ensure izaap_punishment
```

### Permissions

Example: Grant permission to an admin group

```shellscript
# Grants all users in the "admin" group access to the Punishment Admin Panel 
# (/panel)

add_ace group.admin "izaap.punishments" allow
```

Example: Grant permission to a specific license

```shellscript
# Grants this specific player access to the Punishment Admin Panel

add_ace identifier.license:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx "izaap.punishments" allow
```
