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.
Does anyone know the shop permission necessary to be added to a specific group?
I successfully added a group and players can see they are a part of the group but what is the shop permission from this plugin to add to this new group?
 
When I trade points to another member I get the "GotPoints" message
The receiver should recive this message not me. Any solutions?
 
how do i set a specific starterkit to only be enabled on a certain map.
 
how do i enter information so that certain groups get their points?
 
Use MySQL
For some reason is not working for me... it give me Connection Fail. Maybe because I'm using a custom port for mysql instance?

This is my config:
"Mysql": {
"UseMysql": true,
"MysqlHost": "localhost",
"MysqlPort": "43333",
"MysqlUser": "root",
"MysqlPass": "1234",
"MysqlDB": "arkshopdb"
},

I changed the port back to default 3306 with same results :/
 
Last edited:
For some reason is not working for me... it give me Connection Fail. Maybe because I'm using a custom port for mysql instance?

This is my config:
"Mysql": {
"UseMysql": true,
"MysqlHost": "localhost",
"MysqlPort": "43333",
"MysqlUser": "root",
"MysqlPass": "1234",
"MysqlDB": "arkshopdb"
},

I changed the port back to default 3306 with same results :/


the way it worked for me was the mysqluser and the mysqldb are the same thing
 
My players buy all engrams and when they die they loss all the engrams an i doing something wrong here is my set up

},
"allengrams": {
"Type": "command",
"Description": "All engrams",
"Price": 10000,
"Items": [{
"Command": "GiveEngrams"
}]
}
},
 
How do you disable automatic /kit starter on spawn after dying.

Also, All my engrams unlock from /shop are gone after dying/spawn. Please help! Thx in advanced
 
I have a problem about the Groups after I add someone in the "Premiums" group is adding it but after 10 minutes I can add it again, and I have another problem about the servers I have a Crossplay with 3 maps and don't know how to link the points and kits of the same person
 
I have a problem about the Groups after I add someone in the "Premiums" group is adding it but after 10 minutes I can add it again, and I have another problem about the servers I have a Crossplay with 3 maps and don't know how to link the points and kits of the same person


turn off auto sync.. thats what worked for mine.. that or your db isnt set up correctly
 
turn off auto sync.. thats what worked for mine.. that or your db isnt set up correctly
what do you mean isn't set up correctly I mean I saw something DB Patch Override Value but I didn't put something inside of it, bcs I dunno what to put there
 
Last edited:
Can someone post an empty shop, trying to delete the Carno and stuff but i'm still a noob at changing the code
 
Don't do that or it will constantly sync information from the database which will not be good.


thats what mine is set too.. thats the only way i could get it to stop deleting the roles id give
 
Back
Top