> For the complete documentation index, see [llms.txt](https://plug-and-play.gitbook.io/plug-and-play/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://plug-and-play.gitbook.io/plug-and-play/pap_core/configuration.md).

# Configuration

```lua
Config = {
    Debug = false, 

    Webhooks = {
        default = "",
        transfertArgent = "",
        transfertArme = "",
        transfertItem = "",
        kill  = "",
        give = "",
        join = "",
        immobilier = "",
        props = "",
        heal = "",
        feed = "",
        revive = "",
        wipe = "",
        car = "",
        setgroup = "",
        repair = "",
        giveitem = "",
        jail = "",
        unjail = "",
        ban = "",
        unban = "",
        fouille = "",
        tp = "",
        ped = "",
    },

    Colors = { -- https://www.spycolor.com/
        default = 14423100,
        blue = 255,
        red = 16711680,
        green = 65280,
        white = 16777215,
        black = 0,
        orange = 16744192,
        yellow = 16776960,
        pink = 16761035,
        lightgreen = 65309,
        gray = 4210752
    } 
}
```
