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.
im not to sure what im doing wrong but i can not get either of my shop files working
You are using small letters. The first letter in the variable: quality, forceBlueprint, and blueprint can't look like this:

JSON:
  {
          "amount": 1,
          "quality": 100,
          "forceBlueprint": false,
          "blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponPike.PrimalItem_WeaponPike'"
        },

This is how it should look like:

JSON:
  {
          "Amount": 1,
          "Quality": 100,
          "ForceBlueprint": false,
          "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponPike.PrimalItem_WeaponPike'"
        },

/Foppa
 
im not to sure what im doing wrong but i can not get either of my shop files working
I have looked through your config file again and replied you in a pm. there are several issues in this config file that needs to be fixed.
 
{
"General":{
"TimedPointsReward":{
"Enabled":true,
"Interval":5,
"Groups":{
"Default":{
"Amount":5
},
"Premiums":{
"Amount":15
}
}
},
"ItemsPerPage":30,
"ShopDisplayTime":60.0,
"ShopTextSize":1,
"DbPathOverride":"D:\Ark Server Manager1.0.315.2\ARK\Servers\Server6\ShooterGame\Binaries\Win64\ArkApi\Plugins\ArkShop"
},

hi。"DbPathOverride" this path needs to be set up, I set up a prompt error in this way
how do I need to correct it
 
works perfect with the kits , but when i try to add stuff to the shop i dont see any errors on the Json formatter website but when i'm in game and i type shop it crashed my game , and yes i deleted the db and json conf in the host
 
works perfect with the kits , but when i try to add stuff to the shop i dont see any errors on the Json formatter website but when i'm in game and i type shop it crashed my game , and yes i deleted the db and json conf in the host
Json validator checks only syntax, it can't catch all errors. Look at this post: https://arkserverapi.com/threads/shop-currency-kits.17/page-20#post-1974.
hi。"DbPathOverride" this path needs to be set up, I set up a prompt error in this way
how do I need to correct it
https://arkserverapi.com/threads/shop-currency-kits.17/page-2#post-98
 
Can you refresh the shop remotely or through RCON commands? After updating the shop config.
 
Hi...

I have an error and I do not know why, it is possible to have help on my config file, thx... :(

https://gyazo.com/b5962b61a2265bf16656521e7b5c0288

Hi,

You have missed some in the config file. use the validator to find your errors: https://jsonlint.com/

Incorrect:
JSON:
    "Kits": {
        "starter": {
            "DefaultAmount": 3,
            "Description": "Starter Kit",
            "Items": [
                    "Amount": 1,
                    "Quality": 0,
                    "ForceBlueprint": false,
                    "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalHatchet.PrimalItem_WeaponMetalHatchet'"
                },

Corrected:
JSON:
    "Kits": {
        "starter": {
            "DefaultAmount": 3,
            "Description": "Starter Kit",
            "Items": [
                 {    <------------------------------------- 
                    "Amount": 1,
                    "Quality": 0,
                    "ForceBlueprint": false,
                    "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalHatchet.PrimalItem_WeaponMetalHatchet'"
                },

And this part isn't correct either. send me a pm if you still have problems after you have validated your config file.
JSON:
            "Dinos": [
                "Level": 180,
                "Blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Ptero/Ptero_Character_BP.Ptero_Character_BP'"
            ],
        },


Can you refresh the shop remotely or through RCON commands? After updating the shop config.

Not at the moment what i know, tried several option but only in-game console works with: admincheat ArkShop.Reload


/Foppa
 
there u go foppa thats all done :) and i fixed all my things i think
Flawless! It is perfect and amazing work with the shop. Really good work there! :cool:

Regards
Foppa
 
ok ive broke my Config file can some1 have a quick look at it for any errors
 
Last edited:
03/23/18 12:00 [ArkShop][error] Can't open config.json
03/23/18 12:00 [API][warning] Failed to load plugin - ArkShop
Error code: 3765269347
03/23/18 12:00 [API][info] Loaded plugin Permissions V1.2 (Manage permissions groups)
03/23/18 12:00 [API][info] Loaded all plugins

03/23/18 12:01 [API][info] UWorld::InitWorld was called
 
`03/23/18 21:27 [API][info] UGameEngine::Init was called
03/23/18 21:27 [API][info] Loading plugins..

03/23/18 21:27 [API][info] Loaded plugin Advert Messages V1.2 (Timed chat messages)
03/23/18 21:27 [API][warning] Failed to load plugin - ArkShop
Error code: 1114
03/23/18 21:27 [API][info] Loaded plugin DinoTracker V1.4 (Ability to track lost Dino's)
03/23/18 21:27 [API][info] Loaded plugin Extended Rcon V2.4 (Additional RCON commands)
03/23/18 21:27 [API][info] Loaded plugin Permissions V1.2 (Manage permissions groups)
03/23/18 21:27 [PrivateMessage][info] PrivateMessage Loaded.
03/23/18 21:27 [API][info] Loaded plugin Private Message V1.4 (Ability to private message other players)
03/23/18 21:27 [SafeZone][info] Loading SafeZones.
03/23/18 21:27 [SafeZone][info] SafeZone: Zone1 (-415288, -406549, -14144.6) Added
03/23/18 21:27 [SafeZone][info] SafeZone: Zone2 (-389508, -417001, -14285.6) Added
03/23/18 21:27 [API][info] Loaded plugin Safe Zone V2.6 (Create Safe Zones)
03/23/18 21:27 [API][warning] Failed to load plugin - ShopRewards
Error code: 126
03/23/18 21:27 [API][info] Loaded plugin WeekendRates V1.3 (Change multiplier's for weekend only)
03/23/18 21:27 [API][info] Loaded all plugins`

Any idea what these error codes are and how i can fix them?

EDIT::

Fixed it nevermind xD
 
Trying to edit the config but everytime i load it in the file and start up my server. the plugin doesnt work
 
03/23/18 12:00 [ArkShop][error] Can't open config.json
03/23/18 12:00 [API][warning] Failed to load plugin - ArkShop
Error code: 3765269347
03/23/18 12:00 [API][info] Loaded plugin Permissions V1.2 (Manage permissions groups)
03/23/18 12:00 [API][info] Loaded all plugins


03/23/18 12:01 [API][info] UWorld::InitWorld was called
Looks like you have the same issue as this person: https://arkserverapi.com/threads/shop-currency-kits.17/page-19#post-1955
See my last comments as this thread.

/Foppa
 
Sorry Foppa could you quote the post you mean as I'm not clear what one you mean, as you help a lot of people on here lol.

I have had the shop working within my server previously so i thought it would be a bad edit in my config file.

I have got the plugin to load correctly, but when some1 tries to use it game it crashes the server.
03/23/18 20:15 [API][info] -----------------------------------------------
03/23/18 20:15 [API][info] ARK: Server Api V2.3
03/23/18 20:15 [API][info] Loading...

03/23/18 20:15 [API][info] Dumping structures..
03/23/18 20:15 [API][info] Dumping functions..
03/23/18 20:15 [API][info] Dumping globals..
03/23/18 20:15 [API][info] Successfully read information from PDB

03/23/18 20:15 [API][info] Initialized hooks

03/23/18 20:15 [API][info] API was successfully loaded
03/23/18 20:15 [API][info] -----------------------------------------------

03/23/18 20:15 [API][info] UGameEngine::Init was called
03/23/18 20:15 [API][info] Loading plugins..

03/23/18 20:15 [API][info] Loaded plugin Ark Shop V2.2 (Shop, Currency & Kits)
03/23/18 20:15 [API][info] Loaded plugin Permissions V1.2 (Manage permissions groups)
03/23/18 20:15 [API][info] Loaded all plugins

03/23/18 20:16 [API][info] UWorld::InitWorld was called
 
Last edited:
Tempest Dedicated Servers
Tebex
Rogue Vikings Discord Server - Rogue Vikings Gaming Servers - Minecraft Prison Servers - Minecraft Creative Servers
Monetize your ARK server
Back
Top