Jump to content

[Server Plugin] Shop, Currency & Kits v2.3


Michido

Recommended Posts

  • 1 month later...
  • Replies 292
  • Created
  • Last Reply
  • 2 months later...
  • 4 months later...

Hello!

@Michido Everything is working great and as intended! Any news on that possible update for 'both types can be used in the shop' got a few of my boys griping that they don't have saddles on their argents when they spawn in. Boohoo I know but figured I'd prod and see if you've looked into adding it yet. Cheers!

Link to comment
Share on other sites

@Michido any places where people are posing their JSON files? I would hate to spend he next 5 days organizing my shop just to find out someone already has it done and posted somewhere? Lastly can you use the GFI codes for items or only the blueprint paths?

@ everyone else - anyone want to hook me up with their JSON file for this? would love to see what everyone else is using

Link to comment
Share on other sites

  • 3 weeks later...
  • 4 weeks later...

@Michido It doesn't seem like ResetPoints is working. It says to type "ResetPoints confirm" in console if you want to continue. I have tried multiple different versions of that command in the tab screen (console i think) with capital letters, lowercase letters, cheat added, admincheat added, etc... I still have all my points so I assume the rest of my server does as well. Any ideas on what I may be doing wrong?

 

Link to comment
Share on other sites

  • 2 months later...
  • 4 weeks later...
On 7/24/2020 at 12:08 PM, Varis said:

hey is this supported anymore? I have a server hosted by Nitrado and I put this in there via FTP and it just constantly restarts my server over and over and over. Am I doing something wrong?

Considering it was last updated well over two years ago, I would highly doubt it still functions well, if at all.

Link to comment
Share on other sites

  • 1 month later...

CAn someone check this, i cant get it too work, had it checked eveything is ok, i had it been working this morning, ie. the tools did,  then changed something IDN.

 

{
   "Mysql":{
      "UseMysql":false,
      "MysqlHost":"localhost",
      "MysqlUser":"apitest",
      "MysqlPass":"12345",
      "MysqlDB":"apitest"
   },
   "General":{
      "TimedPointsReward":{
         "Enabled":true,
         "Interval":5,
         "Groups":{
            "Default":{
               "Amount":5
            },
            "Premiums":{
               "Amount":15
            }
         }
      },
      "ItemsPerPage":15,
      "ShopDisplayTime":15.0,
      "ShopTextSize":1.3,
      "DbPathOverride":"",
      "DefaultKit":"starter"
   },
   "Kits":{
      "starter":{
         "DefaultAmount":2,
         "Price":5,
         "Description":"Starting missing items",
         "OnlyFromSpawn":false,
         "Items":[
            {
               "Amount":1,
               "Quality":0,
               "ForceBlueprint":false,
               "Blueprint":"Blueprint'/Game/Mods/Reasource_Crops/Tier4/Element/PrimalItemConsumable_Seed_ElementSeed.PrimalItemConsumable_Seed_ElementSeed'"
            },
            {
               "Amount":1,
               "Quality":0,
               "ForceBlueprint":false,
               "Blueprint":"Blueprint'/Game/Mods/Reasource_Crops/Tier4/UltimateSeed/PrimalItemConsumable_Seed_UltimateSeed.PrimalItemConsumable_Seed_UltimateSeed'"
            },
            {
               "Amount":1,
               "Quality":0,
               "ForceBlueprint":false,
               "Blueprint":"Blueprint'/Game/Mods/Reasource_Crops/Tier3/sap/PrimalItemConsumable_Seed_SapSeed.PrimalItemConsumable_Seed_SapSeed'"
            },
            {
               "Amount":1,
               "Quality":0,
               "ForceBlueprint":false,
               "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalHatchet.PrimalItem_WeaponMetalHatchet'"
            },
            {
               "Amount":1,
               "Quality":0,
               "ForceBlueprint":false,
               "Blueprint":"Blueprint'/Game/Mods/StructuresPlusMod/Misc/GeneratorTek/PrimalItemStructure_GeneratorTek.PrimalItemStructure_GeneratorTek'"
            },
            {
               "Amount":1,
               "Quality":0,
               "ForceBlueprint":false,
               "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Element.PrimalItemResource_Element_C'"
            }
         ]
      },
      "vip":{
         "DefaultAmount":1,
         "Description":"Vip kit for premiums (ptero)",
         "Permissions":"Admins,Premiums",
         "Dinos":[
            {
               "Level":20,
               "Neutered":true,
               "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Ptero/Ptero_Character_BP.Ptero_Character_BP'"
            }
         ]
      },
      "tools":{
         "DefaultAmount":3,
         "Price":50,
         "MinLevel":1,
         "MaxLevel":1000,
         "Description":"Tools kit (pike and club)",
         "Items":[
            {
               "Amount":1,
               "Quality":0,
               "ForceBlueprint":false,
               "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponPike.PrimalItem_WeaponPike'"
            },
            {
               "Amount":1,
               "Quality":0,
               "ForceBlueprint":false,
               "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponStoneClub.PrimalItem_WeaponStoneClub'"
            }
         ]
      }
   },
   "ShopItems":{
      
   },
   "SellItems":{
      "metal":{
         "Type":"item",
         "Description":"100x stone",
         "Price":10,
         "Amount":100,
         "Blueprint":"Blueprint'/Game/Mods/Stack50/Resources/PrimalItemResource_Stone_Child.PrimalItemResource_Stone_Child'"
      }
   },
   "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",
      "HelpCmd":"/shophelp",
      "ShopMessage":"Usage: /buy id amount",
      "HelpMessage":"This is shop help message"
   }
}

Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...
  • 7 months later...

Can someone help me please, idk what went wrong.

JSON validator says coding is correct, server gives me error

[ArkShop][error] [json.exception.type_error.306] cannot use value() with null

Full code here cuz idk how to paste it correctly on this forum (yes im new)
https://stackoverflow.com/questions/68729210/can-someone-help-me-with-the-json-please

Link to comment
Share on other sites

  • 5 months later...

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...