groups with ark shop/kits

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

BlueBrasile

Well-known member
Joined
Nov 11, 2019
Messages
1
how do i add groups to ark shop and the permissions plugin so i can make ranks for my server and have the ranks get more points per time played then the default i see a premium group in the ark shop config but how do i set players into it and make more
 
sorry for the bumping old thread, for anyone that comes here from the search you need the following
https://arkserverapi.com/resources/ark-permissions.12/
In the link you cna find how to add/remove groups

After you have that, you need to the following in the ark shop kits plugin found here https://arkserverapi.com/resources/shop-currency-kits.14/

and the code would look like this at the start of the json file

JSON:
{
    "General":{
        "TimedPointsReward":{
            "Enabled":true,
            "Interval":30,
            "Groups":{
                "Default":{
                    "Amount":50
                },
                "Helpers":{
                    "Amount":75
                },
                "Admins":{
                    "Amount":100
                }
            }
        },
 
sorry for the bumping old thread, for anyone that comes here from the search you need the following
https://arkserverapi.com/resources/ark-permissions.12/
In the link you cna find how to add/remove groups

After you have that, you need to the following in the ark shop kits plugin found here https://arkserverapi.com/resources/shop-currency-kits.14/

and the code would look like this at the start of the json file

JSON:
{
    "General":{
        "TimedPointsReward":{
            "Enabled":true,
            "Interval":30,
            "Groups":{
                "Default":{
                    "Amount":50
                },
                "Helpers":{
                    "Amount":75
                },
                "Admins":{
                    "Amount":100
                }
            }
        },

would you be able to explain how you would add people to the different groups please?
 
would you be able to explain how you would add people to the different groups please?

via permissions plugin look in to it
 
E estou tentando criar uma loja no Ark usando ALL packjes e me falam que tem que consegui os plugins separados do shop e do kits, onde consigo esses plugins?
 
Back
Top