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!

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 :)
 
Tempest Dedicated Servers
Monetize your ARK server
Rogue Vikings Discord Server - Rogue Vikings Gaming Servers - Minecraft Prison Servers - Minecraft Creative Servers
Tebex
Back
Top