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!
  • 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

This is used for the official forum announcements from the staff team.
Of course it does lol it's this one just improved upon and maintained
 
Yeah I use the re-worked one and have no issues with it at all. Some people have reported crashes but I have not experienced any at all. It's down to you ateotd which one you use ;-)
 
Hi all!

I can't do the /trade command to work on my server. I have already reviewed the entire configuration, everything is ok. I looked for a solution here on the forum and didn't find any post about it. Can you help me? The server replies that there is no / trade command.

Code:
  "Messages":{ 
    "Sender":"Server do Povão",
    "BoughtItem":"<RichColor Color=\"0, 1, 0, 1\">Você comprou o item</>",
    "BoughtDino":"<RichColor Color=\"0, 1, 0, 1\">Você comprou o dino</>",
    "BoughtBeacon":"<RichColor Color=\"0, 1, 0, 1\">Você comprou o artefato</>",
    "BoughtExp":"<RichColor Color=\"0, 1, 0, 1\">Você comprou pontos de experiência</>",
    "ReceivedPoints":"<RichColor Color=\"1, 1, 0, 1\">Você recebeu {0} pontos! (total: {1})</>",
    "HavePoints":"Você tem {0} pontos",
    "NoPoints":"<RichColor Color=\"1, 0, 0, 1\">Você não tem pontos suficientes</>",
    "WrongId":"<RichColor Color=\"1, 0, 0, 1\">ID incorreto</>",
    "NoPermissionsKit":"<RichColor Color=\"1, 0, 0, 1\">Você não tem permissão para usar este kit</>",
    "CantBuyKit":"<RichColor Color=\"1, 0, 0, 1\">Você não pode comprar este kit</>",
    "BoughtKit":"<RichColor Color=\"0, 1, 0, 1\">Você comprou {0} kit</>",
    "AvailableKits":"Kits disponíveis para você:",
    "NoKits":"Não há kits disponíveis",
    "KitsLeft":"Você tem {0} {1} kits restantes",
    "NoKitsLeft":"Você não tem {0} kits restantes",
    "CantGivePoints":"<RichColor Color=\"1, 0, 0, 1\">Você não pode enviar pontos para você mesmo</>",
    "RidingDino":"<RichColor Color=\"1, 0, 0, 1\">Você não pode comprar este item montado em um dino</>",
    "SentPoints":"<RichColor Color=\"0, 1, 0, 1\">Você enviou {0} pontos para {1}</>",
    "GotPoints":"Você recebeu {0} pontos de {1}",
    "NoPlayer":"<RichColor Color=\"1, 0, 0, 1\">Player não existe</>",
    "FoundMorePlayers":"<RichColor Color=\"1, 0, 0, 1\">Encontrado mais de um player com o mesmo nome</>",
    "BuyUsage":"Use: /buy ID quantidade",
    "ShopUsage":"Use: /shop pagina",
    "KitUsage":"Use: /kit nome-do-kit",
    "BuyKitUsage":"Use: /BuyKit nome-do-kit quantidade",
    "TradeUsage":"Usage: /trade 'nome-do-player' quantidade",
    "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":"Preço: {0}",
    "KitsListFormat":"\"{0}\" - {1}. {2} restante. {3}\n",
    "StoreListDino":"{0}) {1}. Level: {2}. Id: {3}. Preço: {4}\n",
    "StoreListItem":"{0}) {1}. Id: {2}. Preço: {3}\n",
    "StoreListFormat":"{0}",
    "OnlyOnSpawnKit":"Este kit só pode ser usado no spawn",
    "HelpCmd":"/shophelp",
    "ShopMessage":"Use: /buy ID quantidade",
    "HelpMessage":"This is shop help message"
  }
 
Hi all!

I can't do the /trade command to work on my server. I have already reviewed the entire configuration, everything is ok. I looked for a solution here on the forum and didn't find any post about it. Can you help me? The server replies that there is no / trade command.

Code:
  "Messages":{
    "Sender":"Server do Povão",
    "BoughtItem":"<RichColor Color=\"0, 1, 0, 1\">Você comprou o item</>",
    "BoughtDino":"<RichColor Color=\"0, 1, 0, 1\">Você comprou o dino</>",
    "BoughtBeacon":"<RichColor Color=\"0, 1, 0, 1\">Você comprou o artefato</>",
    "BoughtExp":"<RichColor Color=\"0, 1, 0, 1\">Você comprou pontos de experiência</>",
    "ReceivedPoints":"<RichColor Color=\"1, 1, 0, 1\">Você recebeu {0} pontos! (total: {1})</>",
    "HavePoints":"Você tem {0} pontos",
    "NoPoints":"<RichColor Color=\"1, 0, 0, 1\">Você não tem pontos suficientes</>",
    "WrongId":"<RichColor Color=\"1, 0, 0, 1\">ID incorreto</>",
    "NoPermissionsKit":"<RichColor Color=\"1, 0, 0, 1\">Você não tem permissão para usar este kit</>",
    "CantBuyKit":"<RichColor Color=\"1, 0, 0, 1\">Você não pode comprar este kit</>",
    "BoughtKit":"<RichColor Color=\"0, 1, 0, 1\">Você comprou {0} kit</>",
    "AvailableKits":"Kits disponíveis para você:",
    "NoKits":"Não há kits disponíveis",
    "KitsLeft":"Você tem {0} {1} kits restantes",
    "NoKitsLeft":"Você não tem {0} kits restantes",
    "CantGivePoints":"<RichColor Color=\"1, 0, 0, 1\">Você não pode enviar pontos para você mesmo</>",
    "RidingDino":"<RichColor Color=\"1, 0, 0, 1\">Você não pode comprar este item montado em um dino</>",
    "SentPoints":"<RichColor Color=\"0, 1, 0, 1\">Você enviou {0} pontos para {1}</>",
    "GotPoints":"Você recebeu {0} pontos de {1}",
    "NoPlayer":"<RichColor Color=\"1, 0, 0, 1\">Player não existe</>",
    "FoundMorePlayers":"<RichColor Color=\"1, 0, 0, 1\">Encontrado mais de um player com o mesmo nome</>",
    "BuyUsage":"Use: /buy ID quantidade",
    "ShopUsage":"Use: /shop pagina",
    "KitUsage":"Use: /kit nome-do-kit",
    "BuyKitUsage":"Use: /BuyKit nome-do-kit quantidade",
    "TradeUsage":"Usage: /trade 'nome-do-player' quantidade",
    "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":"Preço: {0}",
    "KitsListFormat":"\"{0}\" - {1}. {2} restante. {3}\n",
    "StoreListDino":"{0}) {1}. Level: {2}. Id: {3}. Preço: {4}\n",
    "StoreListItem":"{0}) {1}. Id: {2}. Preço: {3}\n",
    "StoreListFormat":"{0}",
    "OnlyOnSpawnKit":"Este kit só pode ser usado no spawn",
    "HelpCmd":"/shophelp",
    "ShopMessage":"Use: /buy ID quantidade",
    "HelpMessage":"This is shop help message"
  }


Ta usando /trade <'CharacterName'> <Amount> corretamente?
exemplo: /trade 'Pedro' 10
 
Ta usando /trade <'CharacterName'> <Amount> corretamente?
exemplo: /trade 'Pedro' 10

Sim Pedro, ele simplesmente diz que o comando não existe no servidor. COmo se eu digitasse o comando errado. Tentei trocar para /comercio, mas também não vai.
 
Sim Pedro, ele simplesmente diz que o comando não existe no servidor. COmo se eu digitasse o comando errado. Tentei trocar para /comercio, mas também não vai.
Eu nunca testei esse comando, vou testar no meu servidor. Pra ter um suporte pro plugin, é melhor no discord do dev.
 
Does anyone know how to add a command to be able to buy more kits? Say I have a FLAKBP KIT and I set default amount to 10, once players buy all 10 I'm having to manually add it into my sql dB. Would be nice if they could use points to buy more. Thanks
 
Does anyone know how i can get starter pack with only one command /kit or /startkit or something else like this?
 
@michaelkershaw i tried it still same null reference upon loading the log file is included for the server start up which i just did. i used the webpage to make sure it was a valid .json and it says it's valid still having the shop crash on load from error 305 null refrence ()
 
shouldn't the default database be enough to run the shop since the shop ran before i edited the .json i mean i can uninstall the whole mod and load it default and it works the second i add a single line it says error 305 null reference () . i understand what it is saying that there is a null referred line within the .json but there is not. even when i sit here and reload it to default it seem to run immodestly . It deleted my arkshop.db when i updated the shop to 2.8
 
Last edited:
Back
Top