> For the complete documentation index, see [llms.txt](https://ahero-fivem-shop.gitbook.io/ahero.fivem-shop-gtav/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ahero-fivem-shop.gitbook.io/ahero.fivem-shop-gtav/rageui-esx/atebexshop/variable-_config.lua/menupermissions.md).

# menuPermissions

## Les Permissions

{% code fullWidth="false" %}

```lua
-- == Config Admins == --
menuPermissions = {
    ["acces_admin"] = {"_dev", "superadmin","admin"}, -- accès au button [Administration]
    ["acces_admin_give_remove_pb"] = {"_dev", "superadmin","admin"}, -- accès [Give/Remove] point boutique
    ["acces_admin_add_VIP"] = {"_dev", "superadmin","admin"}, -- accès [Add player VIP]
    ["acces_admin_remove_VIP"] = {"_dev", "superadmin","admin"}, -- accès [Remove player VIP]
},
```

{% endcode %}

{% hint style="danger" %}
Voici un système de permissions simple et facile à utiliser. Il vous suffit de définir les grades souhaités pour en profiter pleinement.
{% endhint %}
