Ark: Survival Evolved - ArkShop

[Official] Ark: Survival Evolved - ArkShop 3.02

No permission to download

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
This is used for the official forum announcements from the staff team.
Hi, would anybody be able to audit my config?
It is my absolute first time trying to code anything and the brackets are driving me nuts.
Began understanding it a little bit after fiddling and this is what I have after 2 hours.
JSON:
{
  "General":{
    "TimedPointsReward":{
      "Enabled":true,
      "Interval":5,
      "Groups":{
        "Default":{
          "Amount":25
        },
        "Veteran":{
          "Amount":50
        },
        "VIP":{
          "Amount":100
        }
      }
    },
    "ItemsPerPage":15,
    "ShopDisplayTime":15.0,
    "DbPathOverride":"",
    "DefaultKit":"Starter"
  },
  "Kits":{
    "starter":{
      "DefaultAmount":3,
      "Price":150,
      "Description":"Starter Kit (Alpha Ptero with the saddle)",
      "OnlyFromSpawn":false,
      "Items":[
        {
          "Amount":1,
          "Quality":1,
          "ForceBlueprint":false,
          "Blueprint":"Blueprint'/Game/Mods/Extinction/Items/Saddles/Alpha/PrimalItemArmor_MegaPteroSaddle_Core.PrimalItemArmor_MegaPteroSaddle_Core'"
        }
      ],
      "Dinos":[
        {
          "Level":250,
          "Blueprint":"Blueprint'/Game/Mods/Extinction/Dinos/Ptero/Alpha/MegaPtero_Character_BP_Core.MegaPtero_Character_BP_Core'"
        }
      ]
    },
    "farmer":{
      "DefaultAmount":0,
      "Price":1800,
      "Description":"Kit (280 Therizino with 2 Quality Saddle)",
      "Items":[
        {
          "Amount":1,
          "Quality":2,
          "ForceBlueprint":false,
          "Blueprint":"Cheat GiveItem "Blueprint'/Game/Mods/Extinction/Items/Saddles/Alpha/PrimalItemArmor_MegaTherizinosaurusSaddle_Core.PrimalItemArmor_MegaTherizinosaurusSaddle_Core'"
        }
      ],
      "Dinos":[
        {
          "Level":280,
          "Neutered":false,
          "Blueprint":"Blueprint'/Game/Mods/Extinction/Dinos/Therizinosaurus/Alpha/MegaTherizino_Character_BP_Core.MegaTherizino_Character_BP_Core'"
        }
      ]
    },
    "skylord":{
      "DefaultAmount":0,
      "Price":7200,
      "Description":"Kit (300 Alpha Griffin)",
      "Dinos":[
        {
          "Level":300,
          "Neutered":false,
          "Blueprint":"Blueprint'/Game/Mods/Extinction/Dinos/Griffin/Alpha/MegaGriffin_Character_BP_Core.MegaGriffin_Character_BP_Core'"
        }
      ]
    },
    "omega":{ // Omega kit example.
      "DefaultAmount":0,
      "Price":16800,
      "Description":"Kit (300 Alpha Reaper King)",
      "Dinos":[
        {
          "Level":300,
          "Neutered":false,
          "Blueprint":"Blueprint'/Game/Mods/Extinction/Dinos/Nameless/Alpha/MegaXenomorph_Character_BP_Male_Core.MegaXenomorph_Character_BP_Male_Core'"
        }
      ]
    },
    "rexy":{
      "DefaultAmount":0,
      "Price":12000,
      "Description":"Kit (300 Alpha Rex with Quality 5 Saddle)",
      "Dinos":[
        {
          "Level":300,
          "Neutered":false,
          "Blueprint'/Game/Mods/Extinction/Dinos/Rex/Alpha/MegaRex_Character_BP_Core.MegaRex_Character_BP_Core'"
        }
      ],
      "Items":[
        {
          "Amount":1,
          "Quality":5,
          "ForceBlueprint":false,
          "Blueprint":"Cheat GiveItem "Blueprint'/Game/Mods/Extinction/Items/Saddles/Alpha/PrimalItemArmor_MegaRexSaddle_Core.PrimalItemArmor_MegaRexSaddle_Core'"
        }
      ]
    },
    "imbossible":{
      "DefaultAmount":0,
      "Price":24000,
      "Description":"Kit (Alpha Giga with quality 7 Saddle)",
      "Items":[
        {
          "Amount":1,
          "Quality":7,
          "ForceBlueprint":false
          "Blueprint":"Blueprint'/Game/Mods/Extinction/Items/Saddles/Alpha/PrimalItemArmor_MegaGigantSaddle_Core.PrimalItemArmor_MegaGigantSaddle_Core'"
        }
      ],
    "Dinos"":[
        {
          "Level":350,
          "Neutered":true,
          "Blueprint":"Blueprint'/Game/Mods/Extinction/Dinos/Giganotosaurus/Alpha/MegaGigant_Character_BP_Core.MegaGigant_Character_BP_Core'"
        }
      ]
    },
    "Tools":{
      "DefaultAmount":1,
      "Price":50,
      "MinLevel":1,
      "MaxLevel":300,
      "Description":"Tools kit (Metal Pick and Super Spyglass)",
      "Items":[
        {
          "Amount":1,
          "Quality":0,
          "ForceBlueprint":false,
          "Blueprint":"Blueprint'/Game/Mods/SuperSpyglassMod/SuperSpyGlass/PrimalItemWeapon_SuperSpyglass.PrimalItemWeapon_SuperSpyglass'"
        },
        {
          "Amount":1,
          "Quality":5,
          "ForceBlueprint":false,
          "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalPick.PrimalItem_WeaponMetalPick'"
        }
      ]
    }
    "Survival Tools":{ // Kit gives essential tools.
      "DefaultAmount":0,
      "Price":75,
      "MinLevel":26, // Void.
      "MaxLevel":300, // Void.
      "Description":"Tools kit (Water Jar and Quality 5 Metal Pick)",
      "Items":[
        {
          "Amount":1,
          "Quality":0,
          "ForceBlueprint":false,
          "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_WaterJarCraftable.PrimalItemConsumable_WaterJarCraftable'"
        },
        {
          "Amount":1,
          "Quality":5,
          "ForceBlueprint":false,
          "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalPick.PrimalItem_WeaponMetalPick'"
        }
      ]
    }
  },
  "ShopItems":{
    "tools":{
      "Type":"item",
      "Description":"Tools (Metal Hatchet, Metal Pick)",
      "Price":5,
      "Items":[
        {
          "Quality":0,
          "ForceBlueprint":false,
          "Amount":1,
          "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalHatchet.PrimalItem_WeaponMetalHatchet'"
        },
        {
          "Quality":0,
          "ForceBlueprint":false,
          "Amount":1,
          "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalPick.PrimalItem_WeaponMetalPick'"
        }
      ]
    },
    "crate25":{ // Beacon
      "Type":"beacon",
      "Description":"SupplyCrate Lvl 25",
      "Price":100,
      "ClassName":"SupplyCrate_Level25_Double_C"
    },
    "crate2":{
      "Type":"beacon",
      "Description":"Artifact Crate 2",
      "Price":100,
      "ClassName":"ArtifactCrate_2_C"
    },
    "exp1000":{ // Experience
      "Type":"experience",
      "Description":"1000 points of experience",
      "GiveToDino":false, // Can player buy it while riding a dino. If true, experience points can be applied to the dino.
      "Price":55,
      "Amount":1000.0
    }
  }
}
 
Y
Hi, would anybody be able to audit my config?
It is my absolute first time trying to code anything and the brackets are driving me nuts.
Began understanding it a little bit after fiddling and this is what I have after 2 hours.
JSON:
{
  "General":{
    "TimedPointsReward":{
      "Enabled":true,
      "Interval":5,
      "Groups":{
        "Default":{
          "Amount":25
        },
        "Veteran":{
          "Amount":50
        },
        "VIP":{
          "Amount":100
        }
      }
    },
    "ItemsPerPage":15,
    "ShopDisplayTime":15.0,
    "DbPathOverride":"",
    "DefaultKit":"Starter"
  },
  "Kits":{
    "starter":{
      "DefaultAmount":3,
      "Price":150,
      "Description":"Starter Kit (Alpha Ptero with the saddle)",
      "OnlyFromSpawn":false,
      "Items":[
        {
          "Amount":1,
          "Quality":1,
          "ForceBlueprint":false,
          "Blueprint":"Blueprint'/Game/Mods/Extinction/Items/Saddles/Alpha/PrimalItemArmor_MegaPteroSaddle_Core.PrimalItemArmor_MegaPteroSaddle_Core'"
        }
      ],
      "Dinos":[
        {
          "Level":250,
          "Blueprint":"Blueprint'/Game/Mods/Extinction/Dinos/Ptero/Alpha/MegaPtero_Character_BP_Core.MegaPtero_Character_BP_Core'"
        }
      ]
    },
    "farmer":{
      "DefaultAmount":0,
      "Price":1800,
      "Description":"Kit (280 Therizino with 2 Quality Saddle)",
      "Items":[
        {
          "Amount":1,
          "Quality":2,
          "ForceBlueprint":false,
          "Blueprint":"Cheat GiveItem "Blueprint'/Game/Mods/Extinction/Items/Saddles/Alpha/PrimalItemArmor_MegaTherizinosaurusSaddle_Core.PrimalItemArmor_MegaTherizinosaurusSaddle_Core'"
        }
      ],
      "Dinos":[
        {
          "Level":280,
          "Neutered":false,
          "Blueprint":"Blueprint'/Game/Mods/Extinction/Dinos/Therizinosaurus/Alpha/MegaTherizino_Character_BP_Core.MegaTherizino_Character_BP_Core'"
        }
      ]
    },
    "skylord":{
      "DefaultAmount":0,
      "Price":7200,
      "Description":"Kit (300 Alpha Griffin)",
      "Dinos":[
        {
          "Level":300,
          "Neutered":false,
          "Blueprint":"Blueprint'/Game/Mods/Extinction/Dinos/Griffin/Alpha/MegaGriffin_Character_BP_Core.MegaGriffin_Character_BP_Core'"
        }
      ]
    },
    "omega":{ // Omega kit example.
      "DefaultAmount":0,
      "Price":16800,
      "Description":"Kit (300 Alpha Reaper King)",
      "Dinos":[
        {
          "Level":300,
          "Neutered":false,
          "Blueprint":"Blueprint'/Game/Mods/Extinction/Dinos/Nameless/Alpha/MegaXenomorph_Character_BP_Male_Core.MegaXenomorph_Character_BP_Male_Core'"
        }
      ]
    },
    "rexy":{
      "DefaultAmount":0,
      "Price":12000,
      "Description":"Kit (300 Alpha Rex with Quality 5 Saddle)",
      "Dinos":[
        {
          "Level":300,
          "Neutered":false,
          "Blueprint'/Game/Mods/Extinction/Dinos/Rex/Alpha/MegaRex_Character_BP_Core.MegaRex_Character_BP_Core'"
        }
      ],
      "Items":[
        {
          "Amount":1,
          "Quality":5,
          "ForceBlueprint":false,
          "Blueprint":"Cheat GiveItem "Blueprint'/Game/Mods/Extinction/Items/Saddles/Alpha/PrimalItemArmor_MegaRexSaddle_Core.PrimalItemArmor_MegaRexSaddle_Core'"
        }
      ]
    },
    "imbossible":{
      "DefaultAmount":0,
      "Price":24000,
      "Description":"Kit (Alpha Giga with quality 7 Saddle)",
      "Items":[
        {
          "Amount":1,
          "Quality":7,
          "ForceBlueprint":false
          "Blueprint":"Blueprint'/Game/Mods/Extinction/Items/Saddles/Alpha/PrimalItemArmor_MegaGigantSaddle_Core.PrimalItemArmor_MegaGigantSaddle_Core'"
        }
      ],
    "Dinos"":[
        {
          "Level":350,
          "Neutered":true,
          "Blueprint":"Blueprint'/Game/Mods/Extinction/Dinos/Giganotosaurus/Alpha/MegaGigant_Character_BP_Core.MegaGigant_Character_BP_Core'"
        }
      ]
    },
    "Tools":{
      "DefaultAmount":1,
      "Price":50,
      "MinLevel":1,
      "MaxLevel":300,
      "Description":"Tools kit (Metal Pick and Super Spyglass)",
      "Items":[
        {
          "Amount":1,
          "Quality":0,
          "ForceBlueprint":false,
          "Blueprint":"Blueprint'/Game/Mods/SuperSpyglassMod/SuperSpyGlass/PrimalItemWeapon_SuperSpyglass.PrimalItemWeapon_SuperSpyglass'"
        },
        {
          "Amount":1,
          "Quality":5,
          "ForceBlueprint":false,
          "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalPick.PrimalItem_WeaponMetalPick'"
        }
      ]
    }
    "Survival Tools":{ // Kit gives essential tools.
      "DefaultAmount":0,
      "Price":75,
      "MinLevel":26, // Void.
      "MaxLevel":300, // Void.
      "Description":"Tools kit (Water Jar and Quality 5 Metal Pick)",
      "Items":[
        {
          "Amount":1,
          "Quality":0,
          "ForceBlueprint":false,
          "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_WaterJarCraftable.PrimalItemConsumable_WaterJarCraftable'"
        },
        {
          "Amount":1,
          "Quality":5,
          "ForceBlueprint":false,
          "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalPick.PrimalItem_WeaponMetalPick'"
        }
      ]
    }
  },
  "ShopItems":{
    "tools":{
      "Type":"item",
      "Description":"Tools (Metal Hatchet, Metal Pick)",
      "Price":5,
      "Items":[
        {
          "Quality":0,
          "ForceBlueprint":false,
          "Amount":1,
          "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalHatchet.PrimalItem_WeaponMetalHatchet'"
        },
        {
          "Quality":0,
          "ForceBlueprint":false,
          "Amount":1,
          "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalPick.PrimalItem_WeaponMetalPick'"
        }
      ]
    },
    "crate25":{ // Beacon
      "Type":"beacon",
      "Description":"SupplyCrate Lvl 25",
      "Price":100,
      "ClassName":"SupplyCrate_Level25_Double_C"
    },
    "crate2":{
      "Type":"beacon",
      "Description":"Artifact Crate 2",
      "Price":100,
      "ClassName":"ArtifactCrate_2_C"
    },
    "exp1000":{ // Experience
      "Type":"experience",
      "Description":"1000 points of experience",
      "GiveToDino":false, // Can player buy it while riding a dino. If true, experience points can be applied to the dino.
      "Price":55,
      "Amount":1000.0
    }
  }
}
You should run your config here: https://jsonlint.com/

I Got some errors when i run your config there. :)
 
Y

You should run your config here: https://jsonlint.com/

I Got some errors when i run your config there. :)

I have ran and edited what seems to be an error but it just maybe that I am creating more!

I have an error - "Expecting 'EOF', '}', ',', ']', got 'STRING'"
which I can't seem to figure out.

I have so far
JSON:
{
  "General":{
    "TimedPointsReward":{
      "Enabled":true,
      "Interval":5,
      "Groups":{
        "Default":{
          "Amount":25
        },
        "Veteran":{
          "Amount":50
        },
        "VIP":{
          "Amount":100
        }
      }
    },
    "ItemsPerPage":15,
    "ShopDisplayTime":15.0,
    "DbPathOverride":"",
    "DefaultKit":"Starter"
  },
  "Kits":{
    "starter":{
      "DefaultAmount":3,
      "Price":150,
      "Description":"Starter Kit (Alpha Ptero with Quality 1 saddle)",
      "OnlyFromSpawn":false,
      "Items":[
        {
          "Amount":1,
          "Quality":1,
          "ForceBlueprint":false,
          "Blueprint":"Blueprint'/Game/Mods/Extinction/Items/Saddles/Alpha/PrimalItemArmor_MegaPteroSaddle_Core.PrimalItemArmor_MegaPteroSaddle_Core'"
        }
      ],
      "Dinos":[
        {
          "Level":250,
          "Blueprint":"Blueprint'/Game/Mods/Extinction/Dinos/Ptero/Alpha/MegaPtero_Character_BP_Core.MegaPtero_Character_BP_Core'"
        }
      ]
    },
    "farmer":{
      "DefaultAmount":0,
      "Price":1800,
      "Description":"Kit (280 Alpha Therizino with 2 Quality Saddle)",
      "Items":[
        {
          "Amount":1,
          "Quality":2,
          "ForceBlueprint":false,
          "Blueprint":"Blueprint'/Game/Mods/Extinction/Items/Saddles/Alpha/PrimalItemArmor_MegaTherizinosaurusSaddle_Core.PrimalItemArmor_MegaTherizinosaurusSaddle_Core'"
        }
      ],
      "Dinos":[
        {
          "Level":280,
          "Neutered":false,
          "Blueprint":"Blueprint'/Game/Mods/Extinction/Dinos/Therizinosaurus/Alpha/MegaTherizino_Character_BP_Core.MegaTherizino_Character_BP_Core'"
        }
      ]
    },
    "skylord":{
      "DefaultAmount":0,
      "Price":7200,
      "Description":"Kit (300 Alpha Griffin)",
      "Dinos":[
        {
          "Level":300,
          "Neutered":false,
          "Blueprint":"Blueprint'/Game/Mods/Extinction/Dinos/Griffin/Alpha/MegaGriffin_Character_BP_Core.MegaGriffin_Character_BP_Core'"
        }
      ]
    },
    "omega":{
      "DefaultAmount":0,
      "Price":16800,
      "Description":"Kit (300 Alpha Reaper King)",
      "Dinos":[
        {
          "Level":300,
          "Neutered":false,
          "Blueprint":"Blueprint'/Game/Mods/Extinction/Dinos/Nameless/Alpha/MegaXenomorph_Character_BP_Male_Core.MegaXenomorph_Character_BP_Male_Core'"
        }
      ]
    },
    "rexy":{
      "DefaultAmount":0,
      "Price":12000,
      "Description":"Kit (300 Alpha Rex with Quality 5 Saddle)",
      "Dinos":[
        {
          "Level":300,
          "Neutered":false,
          "Blueprint":"Blueprint'/Game/Mods/Extinction/Dinos/Rex/Alpha/MegaRex_Character_BP_Core.MegaRex_Character_BP_Core'"
        }
      ],
      "Items":[
        {
          "Amount":1,
          "Quality":5,
          "ForceBlueprint":false,
          "Blueprint":"Blueprint'/Game/Mods/Extinction/Items/Saddles/Alpha/PrimalItemArmor_MegaRexSaddle_Core.PrimalItemArmor_MegaRexSaddle_Core'"
        }
      ]
    },
    "imbossible":{
      "DefaultAmount":0,
      "Price":24000,
      "Description":"Kit (Alpha Giga with Quality 7 Saddle)",
      "Items":[
        {
          "Amount":1,
          "Quality":7,
          "ForceBlueprint":false,
          "Blueprint":"Blueprint'/Game/Mods/Extinction/Items/Saddles/Alpha/PrimalItemArmor_MegaGigantSaddle_Core.PrimalItemArmor_MegaGigantSaddle_Core'"
        }
      ],
      "Dinos":[
        {
          "Level":350,
          "Neutered":true,
          "Blueprint":"Blueprint'/Game/Mods/Extinction/Dinos/Giganotosaurus/Alpha/MegaGigant_Character_BP_Core.MegaGigant_Character_BP_Core'"
        }
      ]
    },
    "Tools":{
      "DefaultAmount":1,
      "Price":50,
      "MinLevel":1,
      "MaxLevel":300,
      "Description":"Tools kit (Metal Pick and Super Spyglass)",
      "Items":[
        {
          "Amount":1,
          "Quality":0,
          "ForceBlueprint":false,
          "Blueprint":"Blueprint'/Game/Mods/SuperSpyglassMod/SuperSpyGlass/PrimalItemWeapon_SuperSpyglass.PrimalItemWeapon_SuperSpyglass'"
        },
        {
          "Amount":1,
          "Quality":5,
          "ForceBlueprint":false,
          "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalPick.PrimalItem_WeaponMetalPick'"
        }
      ]
    }
    "Survival Tools":{
      "DefaultAmount":0,
      "Price":75,
      "MinLevel":26,
      "MaxLevel":300,
      "Description":"Tools kit (Water Jar and Quality 5 Metal Pick)",
      "Items":[
        {
          "Amount":1,
          "Quality":0,
          "ForceBlueprint":false,
          "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_WaterJarCraftable.PrimalItemConsumable_WaterJarCraftable'"
        },
        {
          "Amount":1,
          "Quality":5,
          "ForceBlueprint":false,
          "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalPick.PrimalItem_WeaponMetalPick'"
        }
      ]
    }
  },
  "ShopItems":{
    "tools":{
      "Type":"item",
      "Description":"Tools (Metal Hatchet, Metal Pick)",
      "Price":5,
      "Items":[
        {
          "Quality":0,
          "ForceBlueprint":false,
          "Amount":1,
          "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalHatchet.PrimalItem_WeaponMetalHatchet'"
        },
        {
          "Quality":0,
          "ForceBlueprint":false,
          "Amount":1,
          "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalPick.PrimalItem_WeaponMetalPick'"
        }
      ]
    },
    "crate25":{
      "Type":"beacon",
      "Description":"SupplyCrate Lvl 25",
      "Price":100,
      "ClassName":"SupplyCrate_Level25_Double_C"
    },
    "crate2":{
      "Type":"beacon",
      "Description":"Artifact Crate 2",
      "Price":100,
      "ClassName":"ArtifactCrate_2_C"
    },
    "exp1000":{ // Experience
      "Type":"experience",
      "Description":"1000 points of experience",
      "GiveToDino":false,
      "Price":55,
      "Amount":1000.0
    }
  }
}
and I am using a note++ to do this.
 
Last edited:
I have ran and edited what seems to be an error but it just maybe that I am creating more!

I have an error - "Expecting 'EOF', '}', ',', ']', got 'STRING'"
which I can't seem to figure out.

I have so far
JSON:
{
  "General":{
    "TimedPointsReward":{
      "Enabled":true,
      "Interval":5,
      "Groups":{
        "Default":{
          "Amount":25
        },
        "Veteran":{
          "Amount":50
        },
        "VIP":{
          "Amount":100
        }
      }
    },
    "ItemsPerPage":15,
    "ShopDisplayTime":15.0,
    "DbPathOverride":"",
    "DefaultKit":"Starter"
  },
  "Kits":{
    "starter":{
      "DefaultAmount":3,
      "Price":150,
      "Description":"Starter Kit (Alpha Ptero with Quality 1 saddle)",
      "OnlyFromSpawn":false,
      "Items":[
        {
          "Amount":1,
          "Quality":1,
          "ForceBlueprint":false,
          "Blueprint":"Blueprint'/Game/Mods/Extinction/Items/Saddles/Alpha/PrimalItemArmor_MegaPteroSaddle_Core.PrimalItemArmor_MegaPteroSaddle_Core'"
        }
      ],
      "Dinos":[
        {
          "Level":250,
          "Blueprint":"Blueprint'/Game/Mods/Extinction/Dinos/Ptero/Alpha/MegaPtero_Character_BP_Core.MegaPtero_Character_BP_Core'"
        }
      ]
    },
    "farmer":{
      "DefaultAmount":0,
      "Price":1800,
      "Description":"Kit (280 Alpha Therizino with 2 Quality Saddle)",
      "Items":[
        {
          "Amount":1,
          "Quality":2,
          "ForceBlueprint":false,
          "Blueprint":"Blueprint'/Game/Mods/Extinction/Items/Saddles/Alpha/PrimalItemArmor_MegaTherizinosaurusSaddle_Core.PrimalItemArmor_MegaTherizinosaurusSaddle_Core'"
        }
      ],
      "Dinos":[
        {
          "Level":280,
          "Neutered":false,
          "Blueprint":"Blueprint'/Game/Mods/Extinction/Dinos/Therizinosaurus/Alpha/MegaTherizino_Character_BP_Core.MegaTherizino_Character_BP_Core'"
        }
      ]
    },
    "skylord":{
      "DefaultAmount":0,
      "Price":7200,
      "Description":"Kit (300 Alpha Griffin)",
      "Dinos":[
        {
          "Level":300,
          "Neutered":false,
          "Blueprint":"Blueprint'/Game/Mods/Extinction/Dinos/Griffin/Alpha/MegaGriffin_Character_BP_Core.MegaGriffin_Character_BP_Core'"
        }
      ]
    },
    "omega":{
      "DefaultAmount":0,
      "Price":16800,
      "Description":"Kit (300 Alpha Reaper King)",
      "Dinos":[
        {
          "Level":300,
          "Neutered":false,
          "Blueprint":"Blueprint'/Game/Mods/Extinction/Dinos/Nameless/Alpha/MegaXenomorph_Character_BP_Male_Core.MegaXenomorph_Character_BP_Male_Core'"
        }
      ]
    },
    "rexy":{
      "DefaultAmount":0,
      "Price":12000,
      "Description":"Kit (300 Alpha Rex with Quality 5 Saddle)",
      "Dinos":[
        {
          "Level":300,
          "Neutered":false,
          "Blueprint":"Blueprint'/Game/Mods/Extinction/Dinos/Rex/Alpha/MegaRex_Character_BP_Core.MegaRex_Character_BP_Core'"
        }
      ],
      "Items":[
        {
          "Amount":1,
          "Quality":5,
          "ForceBlueprint":false,
          "Blueprint":"Blueprint'/Game/Mods/Extinction/Items/Saddles/Alpha/PrimalItemArmor_MegaRexSaddle_Core.PrimalItemArmor_MegaRexSaddle_Core'"
        }
      ]
    },
    "imbossible":{
      "DefaultAmount":0,
      "Price":24000,
      "Description":"Kit (Alpha Giga with Quality 7 Saddle)",
      "Items":[
        {
          "Amount":1,
          "Quality":7,
          "ForceBlueprint":false
          "Blueprint":"Blueprint'/Game/Mods/Extinction/Items/Saddles/Alpha/PrimalItemArmor_MegaGigantSaddle_Core.PrimalItemArmor_MegaGigantSaddle_Core'"
        }
      ],
      "Dinos"":[
        {
          "Level":350,
          "Neutered":true,
          "Blueprint":"Blueprint'/Game/Mods/Extinction/Dinos/Giganotosaurus/Alpha/MegaGigant_Character_BP_Core.MegaGigant_Character_BP_Core'"
        }
      ]
    },
    "Tools":{
      "DefaultAmount":1,
      "Price":50,
      "MinLevel":1,
      "MaxLevel":300,
      "Description":"Tools kit (Metal Pick and Super Spyglass)",
      "Items":[
        {
          "Amount":1,
          "Quality":0,
          "ForceBlueprint":false,
          "Blueprint":"Blueprint'/Game/Mods/SuperSpyglassMod/SuperSpyGlass/PrimalItemWeapon_SuperSpyglass.PrimalItemWeapon_SuperSpyglass'"
        },
        {
          "Amount":1,
          "Quality":5,
          "ForceBlueprint":false,
          "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalPick.PrimalItem_WeaponMetalPick'"
        }
      ]
    }
    "Survival Tools":{ // Kit gives essential tools.
      "DefaultAmount":0,
      "Price":75,
      "MinLevel":26, // Void.
      "MaxLevel":300, // Void.
      "Description":"Tools kit (Water Jar and Quality 5 Metal Pick)",
      "Items":[
        {
          "Amount":1,
          "Quality":0,
          "ForceBlueprint":false,
          "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_WaterJarCraftable.PrimalItemConsumable_WaterJarCraftable'"
        },
        {
          "Amount":1,
          "Quality":5,
          "ForceBlueprint":false,
          "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalPick.PrimalItem_WeaponMetalPick'"
        }
      ]
    }
  },
  "ShopItems":{
    "tools":{
      "Type":"item",
      "Description":"Tools (Metal Hatchet, Metal Pick)",
      "Price":5,
      "Items":[
        {
          "Quality":0,
          "ForceBlueprint":false,
          "Amount":1,
          "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalHatchet.PrimalItem_WeaponMetalHatchet'"
        },
        {
          "Quality":0,
          "ForceBlueprint":false,
          "Amount":1,
          "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalPick.PrimalItem_WeaponMetalPick'"
        }
      ]
    },
    "crate25":{ // Beacon
      "Type":"beacon",
      "Description":"SupplyCrate Lvl 25",
      "Price":100,
      "ClassName":"SupplyCrate_Level25_Double_C"
    },
    "crate2":{
      "Type":"beacon",
      "Description":"Artifact Crate 2",
      "Price":100,
      "ClassName":"ArtifactCrate_2_C"
    },
    "exp1000":{ // Experience
      "Type":"experience",
      "Description":"1000 points of experience",
      "GiveToDino":false, // Can player buy it while riding a dino. If true, experience points can be applied to the dino.
      "Price":55,
      "Amount":1000.0
    }
  }
}
and I am using a note++ to do this.
Run you config here: https://jsonlint.com/
 
you literally told them to run it via a json validator, they couldn't fix an error and you told them to do it again :|

Jane do
You need a comma after the } on line 127. Else it exits out of the kits before survival tools is added.
So line 127 should be
},
line 180 delete "// Experience"
and you should be good to go
 
you literally told them to run it via a json validator, they couldn't fix an error and you told them to do it again :|

Jane do
You need a comma after the } on line 127. Else it exits out of the kits before survival tools is added.
So line 127 should be
},
line 180 delete "// Experience"
and you should be good to go
If you only get help all the time, you never learn! I was just suggesting Jane Do to run it there first (since it would explain it more than words would do and you will actully see the issue there). Sorry if I gave a short answer. But learning is by doing :)
 
Last edited:
you literally told them to run it via a json validator, they couldn't fix an error and you told them to do it again :|

Jane do
You need a comma after the } on line 127. Else it exits out of the kits before survival tools is added.
So line 127 should be
},
line 180 delete "// Experience"
and you should be good to go
If you only get help all the time, you never learn! I was just suggesting Jane Do to run it there first (since it would explain it more than words would do and you will actully see the issue there). Sorry if I gave a short answer. But learning is by doing :)

I actually did exactly just that and got a green valid json!
Thank you for helping, learned more than I expected.

Now on to live testing...
 
I actually did exactly just that and got a green valid json!
Thank you for helping, learned more than I expected.

Now on to live testing...
Awesome! if you halt on any errors, attach the config file and I have a look at it, Good luck!
 
The ResetPoints command is not working. Testing in RCON. in-game console, and as a chat command. How do I reset the points for a cluster without shutting everything down and deleting the database?
 
The ResetPoints command is not working. Testing in RCON. in-game console, and as a chat command. How do I reset the points for a cluster without shutting everything down and deleting the database?
Did you type: admincheat ResetPoints
Maybe you need the star (admin icon) on.
 
So after I have installed ArkApi, Permissions, and ArkShop found and edited ArkDb.db to ArkShop.db into plugins folder,
(all under the win64 folder), they all seem to be in correct places

after booting up my server and none of the chat/admin commands seem to work.
I don't think the issue is the config but I will upload it anyways! Thanks.
It has been 2 days since trying to install this plug-in but I am not getting any response from the support tickets either..
 
So after I have installed ArkApi, Permissions, and ArkShop found and edited ArkDb.db to ArkShop.db into plugins folder,
(all under the win64 folder), they all seem to be in correct places

after booting up my server and none of the chat/admin commands seem to work.
I don't think the issue is the config but I will upload it anyways! Thanks.
It has been 2 days since trying to install this plug-in but I am not getting any response from the support tickets either..
You forgot the Messages section where all the commands and messages are specified.
Add this section and I recommend you download the plugin from the overview and compare with the sample config that's included with the folder.

JSON:
  "Messages":{
    "Sender":"ArkShop",
    "BoughtItem":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought item</>",
    "BoughtDino":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought dino</>",
    "BoughtBeacon":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought beacon</>",
    "BoughtExp":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought experience</>",
    "ReceivedPoints":"<RichColor Color=\"1, 1, 0, 1\">You have received {0} points! (total: {1})</>",
    "HavePoints":"You have {0} points",
    "NoPoints":"<RichColor Color=\"1, 0, 0, 1\">You don't have enough points</>",
    "WrongId":"<RichColor Color=\"1, 0, 0, 1\">Wrong id</>",
    "NoPermissionsKit":"<RichColor Color=\"1, 0, 0, 1\">You don't have permission to use this kit</>",
    "CantBuyKit":"<RichColor Color=\"1, 0, 0, 1\">You can't buy this kit</>",
    "BoughtKit":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought {0} kit</>",
    "AvailableKits":"Available kits for you:",
    "NoKits":"No available kits",
    "KitsLeft":"You have {0} {1} kits left",
    "NoKitsLeft":"You don't have {0} kits left",
    "CantGivePoints":"<RichColor Color=\"1, 0, 0, 1\">You can't give points to yourself</>",
    "RidingDino":"<RichColor Color=\"1, 0, 0, 1\">You can't buy this item while riding a dino</>",
    "SentPoints":"<RichColor Color=\"0, 1, 0, 1\">You have successfully sent {0} points to {1}</>",
    "GotPoints":"You have received {0} points from {1}",
    "NoPlayer":"<RichColor Color=\"1, 0, 0, 1\">Player doesn't exist</>",
    "FoundMorePlayers":"<RichColor Color=\"1, 0, 0, 1\">Found more than one player with the given name</>",
    "BuyUsage":"Usage: /buy id amount",
    "ShopUsage":"Usage: /shop page",
    "KitUsage":"Usage: /kit KitName",
    "BuyKitUsage":"Usage: /BuyKit KitName amount",
    "TradeUsage":"Usage: /trade 'Player Name' amount",
    "PointsCmd":"/points",
    "TradeCmd":"/trade",
    "BuyCmd":"/buy",
    "ShopCmd":"/shop",
    "KitCmd":"/kit",
    "BuyKitCmd":"/buykit",
    "SellCmd":"/sell",
    "ShopSellCmd":"/shopsell",
    "SellUsage":"Usage: /sell id amount",
    "NotEnoughItems":"<RichColor Color=\"1, 0, 0, 1\">You don't have enough items ({0}/{1})</>",
    "SoldItems":"<RichColor Color=\"0, 1, 0, 1\">You have successfully sold items</>",
    "BadLevel":"<RichColor Color=\"1, 0, 0, 1\">Required level: {0} - {1}</>",
    "KitsListPrice":"Price: {0}",
    "KitsListFormat":"\"{0}\" - {1}. {2} left. {3}\n",
    "StoreListDino":"{0}) {1}. Level: {2}. Id: {3}. Price: {4}\n",
    "StoreListItem":"{0}) {1}. Id: {2}. Price: {3}\n",
    "StoreListFormat":"{0}",
    "OnlyOnSpawnKit":"This kit can be used only on spawn"
  }
}
 
So after I have installed ArkApi, Permissions, and ArkShop found and edited ArkDb.db to ArkShop.db into plugins folder,
(all under the win64 folder), they all seem to be in correct places

after booting up my server and none of the chat/admin commands seem to work.
I don't think the issue is the config but I will upload it anyways! Thanks.
It has been 2 days since trying to install this plug-in but I am not getting any response from the support tickets either..

Go into the files shootergame -> binaries -> win64 -> logs and look for arkapi log file from the most recent restart of server. Should tell you if everything loaded properly.
 
It works!
I can't believe the support guys downloaded an older version of Api and Permissions so I deleted the whole thing and did it myself.

Now everything seems to be working great, shop is showing, messages are showing, except I cannot give myself points using "cheat addpoints "STEAM_1:1:xxxx" 1000.
 
Did you type: admincheat ResetPoints
Maybe you need the star (admin icon) on.
Stupid mistake... forgot it would be CHEAT ResetPoints. Derf Move!
admincheats was a thing of the past over a year ago. Its just 'cheat' But I didnt even put that!

Thanks. Ended up just deleting the database
 
that has happened to me previously, so annoying
Very weird, I went into ArkShop folder and checked the shop log and found the line
"05/02/18 20:22 [info] chovy(76561197961619573) used kit "starter""
So went ahead and tried using 76561197961619573 instead of my steam id and it works.

Now how do I add myself to admin group to receive additional points? Although I have a star next to my name I am still getting default points.
 
Very weird, I went into ArkShop folder and checked the shop log and found the line
"05/02/18 20:22 [info] chovy(76561197961619573) used kit "starter""
So went ahead and tried using 76561197961619573 instead of my steam id and it works.

Now how do I add myself to admin group to receive additional points? Although I have a star next to my name I am still getting default points.
You should almost always use steamID64
steamIDSTEAM_0:0:XXXXXX is nothing the plugin use or ark use atm. But good that you solved it! :)

When you log in as admin you will be added automagically!
In your last config file, you only have the groups "Default", "Veteran" & "VIP".

You need to add the groups in the permission plugin as well. Default is there by default ;)
https://arkserverapi.com/resources/permissions.12/
 
Players on the ARK server won't turn pages, which makes me very annoyed. I am a Chinese administrator.
 
Monetize your ARK server
Rogue Vikings Discord Server - Rogue Vikings Gaming Servers - Minecraft Prison Servers - Minecraft Creative Servers
Tempest Dedicated Servers
Tebex
Back
Top