{
    "ShopPackets": [
        {
            "Items": [],
            "Dinos": [],
            "Commands": [
                {
                    "visibleInShop": true,
                    "Variants": [
                        {
                            "Name": "variantred",
                            "Command": "tp red",
                            "Title": "Red ARK",
                            "Description": "This will teleport you to the Red ARK",
                            "PriceIncrease": 0,
                            "AsAdmin": true,
                            "IconOverride": "Texture2D'/Game/PrimalEarth/CoreBlueprints/Items/Misc/Icons/PortalRed_Icon.PortalRed_Icon'"
                        },
                        {
                            "Name": "variantblue",
                            "Command": "tp blue",
                            "Title": "Blue ARK",
                            "Description": "This will teleport you to the Blue ARK",
                            "PriceIncrease": 0,
                            "AsAdmin": true,
                            "IconOverride": "Texture2D'/Game/PrimalEarth/CoreBlueprints/Items/Misc/Icons/PortalBlue_Icon.PortalBlue_Icon'"
                        }
                    ]
                },
                {
                    "visibleInShop": true,
                    "Variants": [
                        {
                            "Name": "addpoints100",
                            "Command": "addpoints {eosid} 100",
                            "Title": "Get 100 Points",
                            "Description": "Will add 100 Points!",
                            "PriceIncrease": 0,
                            "AsAdmin": true
                        },
                        {
                            "Name": "addgrouppoints",
                            "Command": "Permissions.AddTimed {eosid} extrapoints 24",
                            "Title": "Extra Points Group",
                            "Description": "Will give a 24 hours a group with higher points",
                            "PriceIncrease": 0,
                            "AsAdmin": true
                        }
                    ]
                }
            ]
        }
    ]
}