By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!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
i Gave Michidu my version of the mysql ArkShop so he could update and release it. not quite sure what the status is right now this was 2 weeks ago.Any update on when mysql database support might be enabled for Shop? Or for now, any solutions to sharing it between two servers?
This quite common. When you use a stack mod you need to use the stack mods blueprints. Instead of vanilla blueprints.Hello! Quick problem if you can help if you have time.
Our server recently added the HG Stacking mod. At this time our server is unable to use the shop and stacking mod ass selling metal no longer works. We updated the shop code to reflect the new blueprint path:
"SellItems":{
"metal":{
"Type":"item",
"Description":"100x Metal Ingots",
"Price":3,
"Amount":100,
"Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_MetalIngot.PrimalItemResource_MetalIngot_Child'"
},
Yet we still get the error:
You dont have enough items (0/100)
First error at line: 22:My Configuration keeps on saying something about a syntax error. https://gyazo.com/92b33930251c3243f8dec9c85af98664 my configuration is:
https://github.com/Keiron101/My-code/blame/master/README.md
So your problem is that everyone can buy "autoturrets" ?Foppa,
"vip": {
"DefaultAmount": 1,
"Description": "Vip kit for premiums (ptero)",
"Permissions": "Admins,Premiums",
"Dinos": [
{
"Level": 200,
"Neutered": true,
"Blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Griffin/Griffin_Character_BP.Griffin_Character_BP'"
}
]
},
__________________________________________________________________________________________________________________
But cannot work on below script?
"ShopItems": {
"autoturrets": {
"Type": "item",
"Description": "10 S+ Auto Turrets & 1000 Ammo",
"Permissions": "Admins,Premiums", <<<<<<<<<<<<<<<<<<<<<<<<<<<< HERE!
"Price": 100,
"Items": [
{
"Quality": 0,
"ForceBlueprint": false,
"Amount": 10,
"Blueprint": "Blueprint'/Game/Mods/StructuresPlusMod/Misc/AutoTurret/PrimalItemStructure_AutoTurret.PrimalItemStructure_AutoTurret'"
},
{
"Quality": 0,
"ForceBlueprint": false,
"Amount": 1000,
"Blueprint": "Blueprint'/Game/Mods/UltraStacks/ammo/PrimalItemAmmo_AdvancedRifleBullet_US.PrimalItemAmmo_AdvancedRifleBullet_US'"
}
]
},
Problem, default play still can buy! Pls advice.
We use essential cookies to make this site work, and optional cookies to enhance your experience.