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!
This is used for the official forum announcements from the staff team.
thats just how i did it. i had a list in discord tht the players could refer to, then they would just /buy 10 for instance
 
when i type /kit or /shop it just says no message, whats the fix ? the shop works perfect btw if you know the ids then you can purchase with no issue
 
Hi, Is it possible to sell permissions via shop?

Example: /buy collorpermissions

After player buying the permission, executes the command. "Permissions.Add <steamID> DinoColorCommand

It's Possible, maybe an added feature?
Example json config.
Code:
    "collorpermissions": {
      "Type": "addpermission",
      "Description": "Add permission to paint dinos via /sdc command",
      "Price": 1000,
      "Items": [
        {
          "Command": "Permissions.Add <Buyer STEAMID> DinoColorCommand"
        }
      ]
    },
 
How to use points in different servers. for example i have 100 points in Ragnarok,but when i got Theisland i have no points
 
how to add creature classics flyers?
You need to use the blueprint paths from that mod: https://steamcommunity.com/workshop/filedetails/discussion/895711211/133261369999715399/

when i type /kit or /shop it just says no message, whats the fix ? the shop works perfect btw if you know the ids then you can purchase with no issue
You need to update your messages section. Download the latest arkshop and copy the messages section to your config file.

Erro 1114?
That indicates that your config file is not correct. Check your config and use this tool to narrow down where the issue is: https://jsonlint.com/

How to use points in different servers. for example i have 100 points in Ragnarok,but when i got Theisland i have no points
You have to use a shared database if you want all players to have the same amount of points on all servers.


Does anyone know what this error might be caused by?
It's a known issue: https://arkserverapi.com/threads/arkshop-error-unexpected-db-error-not-all-rows-extracted.163/
 
Having a problem with people not receiving the correct amount of points.
They are receiving the default amount of points after i have given them a premium permission. They have relogged as well. Don't know what the issue could be
View attachment 699
 
Having a problem with people not receiving the correct amount of points.
They are receiving the default amount of points after i have given them a premium permission. They have relogged as well. Don't know what the issue could be
View attachment 699
It's a permission problem, not shop
First Create the Group, attention with uppercase Letters.
First Step= Permissions.AddGroup <Group> - Adds a group. Example: Permissions.AddGroup vip1
Second Step= Permissions.AddGroup <Group> - Adds a group. Example: Permissions.Add 76561197987120000 vip1

Chat commands:
/groups - Lists player's groups.
config.json (ArksShop) EXAMPLE.
Code:
{
  "General": {
    "TimedPointsReward": {
      "Enabled": true,
      "Interval": 30,
      "Groups": {
        "Default": {
          "Amount": 15
        },
        "vip1": {
          "Amount": 30
        },
        "vip2": {
          "Amount": 40
        },
        "vip3": {
          "Amount": 50
        },
        "vip4": {
          "Amount": 60
        },
        "farm": {
          "Amount": 5
        },
        "zerar": {
          "Amount": 0
        }
      }
    },
 
Hey, I wonder how can I give the points to my self (I am an admin of my server) or the player?
What is the command that I have to use to do that?
I follow the introduction but, there is nothing happen.
Here the command that I follow:

"
Console Commands:
  • AddPoints <SteamID> <Amount> - Adds points to the player.
  • SetPoints <SteamID> <Amount> - Changes player's points amount.
  • GetPlayerPoints <SteamID> - Prints how many points player has.
  • ChangePoints <SteamID> <Amount> - Adds or decreases points amount. This command will add points to the current amount. Entered amount number can be negative.
  • ChangeKitAmount <SteamID> <KitName> <Amount> - Adds or decreases player's kits amount. This command will add kits to the current amount. Entered amount number can be negative.
  • ArkShop.Reload - Reloads a config file.
  • ResetPoints - Resets points for all players.
  • ResetKits - Resets kits for all players.
RCON Commands:
  • AddPoints <SteamID> <Amount> - Adds points to the player.
  • GetPlayerPoints <SteamID> - Prints how many points player has.
  • SetPoints <SteamID> <Amount> - Changes player's points amount.
  • ChangePoints <SteamID> <Amount> - Works the same way as console command.
  • ChangeKitAmount <SteamID> <KitName> <Amount> - Adds or decreases player's kits amount. This command will add kits to the current amount. Entered amount number can be negative.
  • ArkShop.Reload - Reloads a config file
"

Did I do something wrong?
What should I do?
Where should I start?
Can anyone tell me how to do it step by step?

Thank you
 
Hey, I wonder how can I give the points to my self (I am an admin of my server) or the player?
What is the command that I have to use to do that?
I follow the introduction but, there is nothing happen.
Here the command that I follow:

"
Console Commands:
  • AddPoints <SteamID> <Amount> - Adds points to the player.
  • SetPoints <SteamID> <Amount> - Changes player's points amount.
  • GetPlayerPoints <SteamID> - Prints how many points player has.
  • ChangePoints <SteamID> <Amount> - Adds or decreases points amount. This command will add points to the current amount. Entered amount number can be negative.
  • ChangeKitAmount <SteamID> <KitName> <Amount> - Adds or decreases player's kits amount. This command will add kits to the current amount. Entered amount number can be negative.
  • ArkShop.Reload - Reloads a config file.
  • ResetPoints - Resets points for all players.
  • ResetKits - Resets kits for all players.
RCON Commands:
  • AddPoints <SteamID> <Amount> - Adds points to the player.
  • GetPlayerPoints <SteamID> - Prints how many points player has.
  • SetPoints <SteamID> <Amount> - Changes player's points amount.
  • ChangePoints <SteamID> <Amount> - Works the same way as console command.
  • ChangeKitAmount <SteamID> <KitName> <Amount> - Adds or decreases player's kits amount. This command will add kits to the current amount. Entered amount number can be negative.
  • ArkShop.Reload - Reloads a config file
"

Did I do something wrong?
What should I do?
Where should I start?
Can anyone tell me how to do it step by step?

Thank you
I would suggest you use the command where it says "AddPoints"
Example: admincheat AddPoints 1111333344444222211 1000
Just be sure you are logged in as Admin and can execute other admin commands. like: setadminicon true
 
Hey, I wonder how can I give the points to my self (I am an admin of my server) or the player?
What is the command that I have to use to do that?
I follow the introduction but, there is nothing happen.
Here the command that I follow:

"
Console Commands:
  • AddPoints <SteamID> <Amount> - Adds points to the player.
  • SetPoints <SteamID> <Amount> - Changes player's points amount.
  • GetPlayerPoints <SteamID> - Prints how many points player has.
  • ChangePoints <SteamID> <Amount> - Adds or decreases points amount. This command will add points to the current amount. Entered amount number can be negative.
  • ChangeKitAmount <SteamID> <KitName> <Amount> - Adds or decreases player's kits amount. This command will add kits to the current amount. Entered amount number can be negative.
  • ArkShop.Reload - Reloads a config file.
  • ResetPoints - Resets points for all players.
  • ResetKits - Resets kits for all players.
RCON Commands:
  • AddPoints <SteamID> <Amount> - Adds points to the player.
  • GetPlayerPoints <SteamID> - Prints how many points player has.
  • SetPoints <SteamID> <Amount> - Changes player's points amount.
  • ChangePoints <SteamID> <Amount> - Works the same way as console command.
  • ChangeKitAmount <SteamID> <KitName> <Amount> - Adds or decreases player's kits amount. This command will add kits to the current amount. Entered amount number can be negative.
  • ArkShop.Reload - Reloads a config file
"

Did I do something wrong?
What should I do?
Where should I start?
Can anyone tell me how to do it step by step?

Thank you
You need to know you steam ID, You can use the command in the game or in rcon (remote console) .
  • AddPoints <SteamID> <Amount> - Adds points to the player.
If you don't know your steamID, paste you profile link in this site: https://steamid.io/
This is an STEAMID example: 76561197987120000
RCON (Remote console)
addpoints 76561197987120000 20000 (Will add 20000 points to your account)

In-game (logged as an ADMIN)
cheat addpoints 76561197987120000 20000
 
any way to spawn a dino near a player as wild instead of tamed ?
 
Hello, I have a problem somewhere. When I type / Buy Rex OK but when I type / Buy Charcoal he tells me Wrong id can help you Thank you
 
How do I give a player vip?
First of all:
Permissions.AddGroup vip
Permissions.Grant vip vip

For every player:
Permissions.Add SteamID vip

Then in shop config at kits would be like:
"vip":{
"DefaultAmount":1,
"Description":"Vip kit for premiums (ptero)",
"Permissions":"vip",
"Dinos":[
{
"Level":20,
"Neutered":true, // Is dino neutered
"Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Ptero/Ptero_Character_BP.Ptero_Character_BP'"
}
]
},
 
Can you help me please
"charcoal":{
"Type":"item",
"Description":"Charcoal (100)",
"Price":1,
"Items":[
{
"Quality":0,
"ForceBlueprint":false,
"Amount":100,
"Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Charcoal.PrimalItemResource_Charcoal'"
}
]
},
 
Tebex
Tempest Dedicated Servers
Rogue Vikings Discord Server - Rogue Vikings Gaming Servers - Minecraft Prison Servers - Minecraft Creative Servers
Monetize your ARK server
Back
Top