Advanced 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

Haragon

Well-known member
Joined
Jun 30, 2018
Messages
57
Haragon submitted a new resource:

Advanced Kits - Adds Exp, Beacons and Commands to Kits

Advanced kits adds commands, experience, and beacons to kits.

Instructions:
To use, create an entry in the "Items" section of your kit. Following the examples below, set "Blueprint" to $advkits along with the appropriate arguments.

Commands:
Use these inside of your Items section:
$advkits cmd `<Command>` - Runs the specified command​
...

Read more about this resource...
 
Please add points in command.

I want to be able to give the players points, on holidays :)
 
Please add points in command.

I want to be able to give the players points, on holidays :)
It should be no problem at all for me to add a shortcut for that really fast tonight or tomorrow. In the meantime you can just use:

Code:
"Blueprint": "$advkits cmd `addpoints {steamid} <put amount here>`"


Example:
"Blueprint": "$advkits cmd `addpoints {steamid} 200`"
 
Congratulations, I was waiting for this possibility for a long time! > "{steamid}"
 
hey this is really cool is there a way you can write in there to give the experience buff like you do when you get the explorers notes and stuff
 
hey this is really cool is there a way you can write in there to give the experience buff like you do when you get the explorers notes and stuff
That actually sounds really cool, I will have to look in to it :D
 
Hey there! Very interesting plugin.
Can you add a COOLDOWN option for KITS? That would be amazing! Thanks in advance.
 
Last edited:
It's a great plug-in, but can it work with the kits in arkshop?
 
Hey there! Very interesting plugin.
Can you add a COOLDOWN option for KITS? That would be amazing! Thanks in advance.
I will have to look in to this but it would be a very nice feature, especially for spawn kits in cases where people are dying repeatedly.

It's a great plug-in, but can it work with the kits in arkshop?
Yes, it was designed to work with and actually depends on ArkShop. See the config example for how to configure it.

This should work:

"Blueprint": "$advkits cmd `playercommand Ascend1`"

... etc for your desired ascension level. 'cmd' can contain just about any console command.
 
maybe i just don't know how to do it, but is it possible to use the {playerid} in commands?
 
@Haragon I love the plugin. I recently wanted to give players the ability to grow up their dino with a command like this but it will only for if your an admin. I also did one for imprinting and it had the same result.


"growupdino": {
"DefaultAmount": 0,
"Price": 500,
"Description": "grows up a dino you are looking at",
"OnlyFromSpawn": false,
"Items": [
{
"Amount": 1,
"Quality": 0,
"ForceBlueprint": false,
"Blueprint": "$advkits cmd `cheat SetBabyAge 1`"
}
]
},



edit * dont put cheat in the cmd and it works :)
 
Last edited:
Is the command to add a kit intended to be used multiple times within 1 kit? I have different variations of starter kits, so I thought make one 'CompleteStarter' kit that gives 1ea of the different kits but when you claim the Complete kit it says "Couldn't change kit amount" for like every other kit.

Edit: It didn't like caps in the kit name
 
Last edited:
For some reason it really doesn't like using this to unlock engrams.

"Blueprint":"$advkits cmd 'unlockengram "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/TEK/PrimalItemArmor_TekBoots.PrimalItemArmor_TekBoots'"'"

Comes up as an error in a Json checker.
 
For some reason it really doesn't like using this to unlock engrams.

"Blueprint":"$advkits cmd 'unlockengram "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/TEK/PrimalItemArmor_TekBoots.PrimalItemArmor_TekBoots'"'"

Comes up as an error in a Json checker.

Hmm, yeah did not think about that. Can you try using escape character before all quotation marks that are inside of the command? Like this: \"
Also, make sure you wrap your command in this character (`) not (')


even with the update, is still appearing in the log, commands.

I will look at it and see if I can fix it. Does it do it with logging off as well?
 
Back
Top