{
    "ConfigPathOverwrite": "", // path to json config file - no http support
    "General": {
        "GroupsHiddenFromTrade": [ // groups you wanne hide in trade tab
            "adm_hide"
        ],
        "PreventOptions": { // prevent shopuse in some cases
            "PreventWhileRiding": true,
            "PreventWhileHandcuffed": true,
            "PreventWhileKnockedOut": false
        },
        "ButtonOverwrites": { // Button and Icon override
            "Buy": {
                "Text": "Kaufen",
                "Icon": ""
            },
            "Trade": {
                "Text": "Handeln",
                "Icon": ""
            },
            "Sell": {
                "Text": "Handeln",
                "Icon": ""
            },
            "Redeem": {
                "Text": "Handeln",
                "Icon": ""
            },
            "Log": {
                "Text": "Log",
                "Icon": ""
            }
        }
    },
    "ShopPackets": [
        {
            "ServerCooldownHours": 20, // Serverwide Cooldown
            "PlayerCooldownHours": 10, // Player specific Cooldown
            "ExtraTimeSettings": { // Time Formating for include and excluding
                "Include": "month: 12",
                "Exclude": "wday: 7"
            },
            "Items": [],
            "Dinos": [
                {
                    "Variants": [
                        {
                            "ExtraOptions": {
                                "GachaResources": [ // Extra Options for Gachas and Stryders
                                    {
                                        "Item": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_MetalIngot.PrimalItemResource_MetalIngot'",
                                        "Amount": 100
                                    },
                                    {
                                        "Item": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Thatch.PrimalItemResource_Thatch'",
                                        "Amount": 100
                                    },
                                    {
                                        "Item": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Wood.PrimalItemResource_Wood'",
                                        "Amount": 100
                                    }
                                ],
                                "Stryder": {
                                    "HeadItem": "",
                                    "BodyItem": ""
                                }
                            }
                        }
                    ]
                }
            ],
            "Commands": [
                {
                    "Variants": [
                        { // Commands Variants
                            "Name": "Default",
                            "Command": "", // name of Variant, has to be unique for each item/dino
                            "Titel": "", // command to execute
                            "Description": "", // Title for details view
                            "PriceIncrease": 0, // Description text for variant in detail
                            "AsAdmin": true, // price increase for this pack when this variant is selected
                            "IconOverride": ""
                        }
                    ]
                }
            ]
        }
    ]
}