ArkShop Config ShopItems Permissions not working?

Welcome!

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

SignUp Now!
  • Public Service Announcement

    Hey Guest, I’ve got some exciting news to share! 🎉

    Starting this December, I’ll be moving the entire GameServersHub website away from WordPress and rebuilding it in Next.js! This upgrade will bring incredibly faster speeds, smoother performance, and a modern user experience that sets the stage for everything coming next.

    In 2026, GameServersHub will be entering a new era. I’ll be revamping the entire platform from the ground up and launching a brand-new, fully modernized marketplace. It’ll feature a cleaner design, improved functionality, and better tools for both creators and server owners.

    On top of that, development has already started on the GameServerListing project at https://gsl-six.vercel.app/, which is expected to launch in early Q1 2026. This new system will make discovering and managing servers easier than ever before.


    👉 Stay in the loop!
    Join our Discord for behind-the-scenes updates, early previews, and community discussions.

    » Click here to join our Discord! «

    ~ MrOwlSky

Nameless

Well-known member
Joined
Mar 1, 2018
Messages
68
I am unable to use permissions in the ArkShop config under the ShopItems section. It does work fine in the kits section however. Is this by design or is this a bug?

for example this works like a charm:
JSON:
"Kits":{
   "freeStarterPremium":{
         "DefaultAmount":10,
         "Price":500,
         "Description":"10 Free Starter Kit contains all the essentials",
         "Permissions":"premiums,vip",
         "Items":[
            {
               "Amount":1,
               "Quality":0,
               "ForceBlueprint":false,
               "Blueprint":"Blueprint'/Game/PrimalEarth/Test/PrimalItem_WeaponCompass.PrimalItem_WeaponCompass'"
            },
....

But this does not work:
JSON:
  "ShopItems":{
      "absorbent100":{
         "Type":"item",
         "Description":"Absorbent Substrate (100x)",
         "Permissions":"premiums",
         "Price":100,
         "Items":[
            {
               "Quality":0,
               "ForceBlueprint":false,
               "Amount":100,
               "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_SubstrateAbsorbent.PrimalItemResource_SubstrateAbsorbent'"
            }
         ]
      },
.........
 
shop items do not support permissions, as of yet at least :)
 
Back
Top